You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Similarly to the
isDcReady()
method, which takes a single argument being name of the deployment config, we should provide such single argument method forDeployment
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 oneThe text was updated successfully, but these errors were encountered: