-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Rename v1beta2 test types #11832
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
🌱 Rename v1beta2 test types #11832
Conversation
/lgtm Seems like a reasonable name change to me |
LGTM label has been added. Git tree hash: 99c7f2d73a536bd89ca9e7dafd8f0cdd8ec7340e
|
// Phase2ObjStatusDeprecated defines the status.Deprecated of a Phase2Obj. | ||
type Phase2ObjStatusDeprecated struct { | ||
// Phase2ObjDeprecatedStatus defines the status.Deprecated of a Phase2Obj. | ||
type Phase2ObjDeprecatedStatus struct { | ||
|
||
// +optional | ||
V1Beta1 *Phase2ObjStatusDeprecatedV1Beta1 `json:"v1beta1,omitempty"` |
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.
Should we also rename Phase2ObjStatusDeprecatedV1Beta1 to Phase2ObjDeprecatedV1Beta1Status
Seems like some regen is missing |
346d74e
to
29bf290
Compare
@fabriziopandini: 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. |
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
LGTM label has been added. Git tree hash: a778ef4592ef38442c26496e43665b8eccd6bd1f
|
Thx! /approve |
[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:
small cleanup on the work on condition in the last cycle