mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 04:11:46 +00:00
Merge pull request #50087 from deads2k/server-39-convert
Automatic merge from submit-queue (batch tested with PRs 50087, 39587, 50042, 50241, 49914) convert default predicates to use the default Builds on https://github.com/kubernetes/kubernetes/pull/50019 (lgtm'd already) This converts the already default field selectors to use the default value. I'll let CI point out the unit test failures for me to chase. @kubernetes/sig-api-machinery-misc
This commit is contained in:
@@ -309,12 +309,9 @@ pkg/proxy/util
|
||||
pkg/proxy/winuserspace
|
||||
pkg/quota/evaluator/core
|
||||
pkg/quota/generic
|
||||
pkg/registry/admissionregistration/externaladmissionhookconfiguration
|
||||
pkg/registry/admissionregistration/externaladmissionhookconfiguration/storage
|
||||
pkg/registry/admissionregistration/initializerconfiguration
|
||||
pkg/registry/admissionregistration/initializerconfiguration/storage
|
||||
pkg/registry/admissionregistration/rest
|
||||
pkg/registry/apps/controllerrevision
|
||||
pkg/registry/apps/rest
|
||||
pkg/registry/apps/statefulset
|
||||
pkg/registry/apps/statefulset/storage
|
||||
@@ -337,11 +334,9 @@ pkg/registry/certificates/certificates
|
||||
pkg/registry/certificates/certificates/storage
|
||||
pkg/registry/certificates/rest
|
||||
pkg/registry/core/componentstatus
|
||||
pkg/registry/core/configmap
|
||||
pkg/registry/core/endpoint/storage
|
||||
pkg/registry/core/event
|
||||
pkg/registry/core/event/storage
|
||||
pkg/registry/core/limitrange
|
||||
pkg/registry/core/limitrange/storage
|
||||
pkg/registry/core/namespace
|
||||
pkg/registry/core/namespace/storage
|
||||
@@ -353,7 +348,6 @@ pkg/registry/core/persistentvolumeclaim
|
||||
pkg/registry/core/persistentvolumeclaim/storage
|
||||
pkg/registry/core/pod
|
||||
pkg/registry/core/pod/rest
|
||||
pkg/registry/core/podtemplate
|
||||
pkg/registry/core/podtemplate/storage
|
||||
pkg/registry/core/replicationcontroller
|
||||
pkg/registry/core/replicationcontroller/storage
|
||||
@@ -377,13 +371,10 @@ pkg/registry/extensions/deployment
|
||||
pkg/registry/extensions/deployment/storage
|
||||
pkg/registry/extensions/ingress
|
||||
pkg/registry/extensions/ingress/storage
|
||||
pkg/registry/extensions/networkpolicy
|
||||
pkg/registry/extensions/networkpolicy/storage
|
||||
pkg/registry/extensions/podsecuritypolicy
|
||||
pkg/registry/extensions/replicaset
|
||||
pkg/registry/extensions/replicaset/storage
|
||||
pkg/registry/extensions/rest
|
||||
pkg/registry/networking/networkpolicy
|
||||
pkg/registry/networking/networkpolicy/storage
|
||||
pkg/registry/networking/rest
|
||||
pkg/registry/policy/poddisruptionbudget
|
||||
@@ -404,7 +395,6 @@ pkg/registry/rbac/validation
|
||||
pkg/registry/registrytest
|
||||
pkg/registry/scheduling/priorityclass/storage
|
||||
pkg/registry/scheduling/rest
|
||||
pkg/registry/settings/podpreset
|
||||
pkg/registry/settings/podpreset/storage
|
||||
pkg/registry/settings/rest
|
||||
pkg/registry/storage/rest
|
||||
|
Reference in New Issue
Block a user