Files
kubernetes/test/integration
Kevin Delgado e50e2bbc88 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.
2021-11-19 21:24:36 +00:00
..
2021-11-19 21:24:36 +00:00
2021-11-02 09:43:24 -04:00
2021-02-28 15:17:29 -08:00
2021-11-02 10:00:00 -07:00
2021-03-09 10:29:11 -05:00
2021-11-09 10:34:54 +08:00
2021-02-28 15:17:29 -08:00
2021-07-14 08:41:22 -04:00
2021-11-01 10:29:00 -04:00
2021-11-01 10:29:00 -04:00
2021-11-01 10:29:00 -04:00
2021-02-28 15:17:29 -08:00
2021-11-01 10:29:00 -04:00