Skip to content

Add paused field in deployment config describer #10159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

mfojtik
Copy link
Contributor

@mfojtik mfojtik commented Aug 2, 2016

No description provided.

@mfojtik
Copy link
Contributor Author

mfojtik commented Aug 2, 2016

@soltysh PTAL

@@ -241,6 +241,10 @@ func printDeploymentConfigSpec(kc kclient.Interface, dc deployapi.DeploymentConf
}
formatString(w, "Replicas", fmt.Sprintf("%d%s", spec.Replicas, test))

if spec.Paused {
formatString(w, "Paused", "true")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/true/yes

@soltysh
Copy link
Contributor

soltysh commented Aug 2, 2016

LGTM [merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented Aug 2, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7426/) (Image: devenv-rhel7_4736)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 71bc273

@openshift-bot
Copy link
Contributor

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 71bc273

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7385/)

@openshift-bot openshift-bot merged commit 5e26b6a into openshift:master Aug 3, 2016
@mfojtik mfojtik deleted the show-paused-dc branch September 5, 2018 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants