-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Deployment: Updating API comments #15273
Conversation
Labelling this PR as size/S |
GCE e2e build/test failed for commit d5dd4b9b7d788415a7f9062d2bcd9403ca1b76d9. |
@@ -279,11 +279,11 @@ type RollingUpdateDeployment struct { | |||
} | |||
|
|||
type DeploymentStatus struct { | |||
// Total number of ready pods targeted by this deployment (this | |||
// Total number of pods targeted by this deployment (this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, it doesn't include terminated pods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the comment to say "number of non-terminated pods"
d5dd4b9
to
b3e659a
Compare
@bgrant0607 Updated the code as per comment. PTAL |
b3e659a
to
3e543d7
Compare
LGTM |
GCE e2e test build/test passed for commit b3e659a260436a2e41e8179895e80f5c4701f6cb. |
3e543d7
to
119150f
Compare
GCE e2e test build/test passed for commit 3e543d7ec2c0c8ea9e1bc1f393c1e90f23cc9717. |
Ran |
GCE e2e test build/test passed for commit 119150f. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
…#15273-upstream-release-1.1 Auto commit by PR queue bot
…y-pick-of-#15273-upstream-release-1.1 Auto commit by PR queue bot
…y-pick-of-#15273-upstream-release-1.1 Auto commit by PR queue bot
Updating some API comments:
cc @bgrant0607 @ironcladlou @ghodss