Similarly to the isDcReady() method, which takes a single argument being name of the deployment config, we should provide such single argument method for Deployment objects as well. Currently we have implementation that takes 2 arguments, one being the name of the deployment and the second one being a version of this deployment. We could default the version to the latest one
Similarly to the
isDcReady()method, which takes a single argument being name of the deployment config, we should provide such single argument method forDeploymentobjects as well. Currently we have implementation that takes 2 arguments, one being the name of the deployment and the second one being a version of this deployment. We could default the version to the latest one