-
Notifications
You must be signed in to change notification settings - Fork 299
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
🌱 v1beta2: add v1beta2 paused condition for all objects #3394
🌱 v1beta2: add v1beta2 paused condition for all objects #3394
Conversation
de0e255
to
bc70ed0
Compare
bc70ed0
to
48f3daf
Compare
7e3ad5a
to
888faf9
Compare
/hold Maybe wanna merge: first |
Added a link to the corresponding issue to the PR description |
a39e2fe
to
6a8eaf8
Compare
(for documentation) /hold To wait for:
|
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.
/lgtm
// VSphereClusterV1Beta2Status groups all the fields that will be added or modified in VSphereClusterStatus with the V1Beta2 version. | ||
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context. | ||
type VSphereClusterV1Beta2Status struct { | ||
// conditions represents the observations of a VSphereCluster's current state. |
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.
reminder for the follow up PRs, we have to add the list of know conditions for each object
LGTM label has been added. Git tree hash: 6aceb15c843d37413413a49d19e30de016ea33e5
|
6a8eaf8
to
d0edb96
Compare
@chrischdi: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/hold cancel |
Thank you! /lgtm |
LGTM label has been added. Git tree hash: c4bb637b6308a2f8d76e7632dfe6277a1c58e9f1
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Adds v1beta2's paused condition handling to most resources we have.
Also adjusts predicates accordingly.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #3221