apiserver/pkg/registry/generic
Kevin Delgado 59227ac996 Server Side Field Validation
Implements server side field validation behind the
`ServerSideFieldValidation` feature gate. With the
feature enabled, any create/update/patch request
with the `fieldValidation` query param set to
"Strict" will error if the object in the request
body have unknown fields. A value of "Warn"
(also the default when the feautre is enabled)
will succeed the request with a warning.

When the feature is disabled (or the query param
has a value of "Ignore"), the request will succeed
as it previously had with no indications of any
unknown or duplicate fields.

Kubernetes-commit: e50e2bbc889eb274ad1463a54188a2805767bfde
2021-08-18 02:25:36 +00:00
..
registry Server Side Field Validation 2021-08-18 02:25:36 +00:00
rest Fix staticcheck failures for vendor/k8s.io/apiserver/pkg/registry/generic 2021-02-27 03:25:24 -05:00
testing Remove etcd2 storage backend 2018-10-01 16:48:14 -04:00
OWNERS *: remove nikhiljindal from OWNERS 2021-02-16 10:50:50 +05:30
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
matcher.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
options.go Introduce storagebackend.ConfigForResource 2021-08-29 01:06:12 -04:00
storage_decorator.go Introduce storagebackend.ConfigForResource 2021-08-29 01:06:12 -04:00