apiserver/pkg
scott 779d3eda81 Fix DeleteCollection API decode DeleteOptions fail
The reason for the issue is that the apiserver uses the Scheme in the
global variable pkg/api/legacyscheme/scheme.go, and registers the
DeleteOptions corresponding to each APIGroup in the Scheme.  But
DeleteOptions in meta.k8s.io/v1 is not registered, resulting
in a notRegisteredErr.

Use metainternalversionscheme.Codecs as Serializer

Kubernetes-commit: e7d7f4a9e56fe5d9c10da437787118fe9ea9e5af
2022-10-18 16:47:50 +08:00
..
admission add cel admission controller tests 2022-10-12 18:03:44 -07:00
apis rename assuredConcurrencyShares for flowcontrol v1beta3 2022-09-21 15:40:33 -04:00
audit More useful audit error logs 2022-08-04 15:17:13 -07:00
authentication actually resolve the computations for buckets for static analysis 2022-10-13 13:44:51 -07:00
authorization Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
cel use DefaultMaxRequestSizeBytes for maxRequestSizeBytes. 2022-10-10 14:42:24 -07:00
endpoints Fix DeleteCollection API decode DeleteOptions fail 2022-10-18 16:47:50 +08:00
features Update feature gate name to CELValidatingAdmission 2022-10-05 19:40:50 +00:00
quota/v1 go1.19: change some atomic.Value to atomic.Bool 2022-09-06 17:13:44 +08:00
registry Lock ServerSideApply feature to true 2022-09-27 11:13:00 +02:00
server add superuser fallback to authorizer (#111558) 2022-10-19 04:02:04 +00:00
storage replace WithInsecure() with WithTransportCredentials() 2022-10-15 16:41:53 +08:00
storageversion go1.19: change some atomic.Value to atomic.Bool 2022-09-06 17:13:44 +08:00
util apiserver: use SSA for apf configuration client 2022-09-19 14:03:16 -04:00
warning apiserver: add API server plumbing for adding warnings 2020-04-14 16:10:54 -04:00