-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Add DaemonSet conditions #55272
Add DaemonSet conditions #55272
Conversation
ff98411
to
003dd0b
Compare
/test pull-kubernetes-unit |
Status v1.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/api/core/v1.ConditionStatus"` | ||
// The last time this condition was updated. | ||
// +optional | ||
LastUpdateTime metav1.Time `json:"lastUpdateTime,omitempty" protobuf:"bytes,3,opt,name=lastUpdateTime"` |
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.
Same question as for stateful sets - should we omit this field since we believe it's use is limited?
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.
Agree. We can omit it for now.
/approve |
003dd0b
to
b0c086e
Compare
Removed |
/test pull-kubernetes-e2e-kops-aws |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dixudx, janetkuo, smarterclayton Associated issue: 353 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest Review the full test history for this PR. |
/test pull-kubernetes-e2e-kops-aws |
/cc tnozicka |
Automatic merge from submit-queue (batch tested with PRs 55331, 55272, 55228, 49763, 55242). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):xref kubernetes/enhancements#353, #7856
Special notes for your reviewer:
A
conditions
field is added to DaemonSetStatus for consistency. No valid DaemonSet condition type is supported yet.@kubernetes/sig-apps-api-reviews
Release note: