-
Notifications
You must be signed in to change notification settings - Fork 1.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
🌱 Migrate more topology tests to Test* CRD #6700
🌱 Migrate more topology tests to Test* CRD #6700
Conversation
} | ||
|
||
// TestControlPlaneTemplate creates a NewControlPlaneTemplate builder with the given name and namespace. | ||
func TestControlPlaneTemplate(namespace, name string) *TestControlPlaneTemplateBuilder { |
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.
Can this be made deep-copyable? Like in #6016
I'd be happy to do this in a follow-up if you don't have time.
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.
Thanks!
dfe3ba0
to
4daa06b
Compare
/lgtm +/- comment(s) from Killian + golangci-lint |
4daa06b
to
c437cab
Compare
c437cab
to
78df6a6
Compare
78df6a6
to
1b75b10
Compare
/lgtm @killianmuldoon fine for you as well? |
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
/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 |
/cherry-pick release-1.2 |
@sbueringer: new pull request created: #6748 In response to this:
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/test-infra repository. |
What this PR does / why we need it:
Migrate more topology tests to Test* CRD which are using a fully defined OpenAPI spec (vs using XPreserveUnknownFields); thus providing better signal now that we are using SSA