-
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
remove ObjectMeta and *Options from core api #61809
remove ObjectMeta and *Options from core api #61809
Conversation
cc54421
to
a03fdac
Compare
/assign @smarterclayton @liggitt |
/assign @deads2k |
@@ -155,7 +155,7 @@ func TestDefaulting(t *testing.T) { | |||
c.FuzzNoCustom(s) | |||
s.MatchExpressions = nil // need to fuzz this specially | |||
}, | |||
func(s *apiv1.ListOptions, c fuzz.Continue) { | |||
func(s *metav1.ListOptions, c fuzz.Continue) { |
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.
check for an existing fuzzer in apimachinery for this
comment on test, squash the generated changes into a single generation commit. @smarterclayton for approval |
a03fdac
to
9a13f79
Compare
squashed |
ping @smarterclayton for approval |
/approve |
@deads2k need a lgtm tag |
/lgtm holding for squash, feel free to remove after squashing. |
9a13f79
to
599a44a
Compare
Done |
/hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, hzxuzhonghu, smarterclayton 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 |
/retest Review the full test history for this PR. Silence the bot with an |
Automatic merge from submit-queue (batch tested with PRs 60692, 61809). If you want to cherry-pick this change to another branch, please follow the instructions here. |
remove ObjectMeta and *Options from core api
Fixes #61807
Special notes for your reviewer:
Release note: