kubernetes/pkg/generated/openapi
Patrick Ohly 446f20aa3e DRA API: add maximum length of opaque parameters
This had been left out unintentionally earlier. Because theoretically there
might now be existing objects with parameters that are larger than whatever
limit gets enforced now, the limit only gets checked when parameters get
created or modified.

This is similar to the validation of CEL expressions and for consistency, the
same 10 Ki limit as for those is chosen.

Because the limit is not enforced for stored parameters, it can be increased in
the future, with the caveat that users who need larger parameters then depend
on the newer Kubernetes release with a higher limit. Lowering the limit is
harder because creating deployments that worked in older Kubernetes will not
work anymore with newer Kubernetes.
2024-11-06 17:29:51 +01:00
..
cmd/models-schema Remove defunct references to "vendor" 2024-02-29 22:06:52 -08:00
doc.go Move openapi output to a flag rather than tag 2016-09-27 17:52:22 -07:00
openapi_test.go Update OpenAPI and fix openAPI tests to handle unexported jsonreferences 2024-11-04 21:40:54 -05:00
OWNERS allow api-approvers to approve directories touched by generation 2023-07-13 15:27:53 -04:00
zz_generated.openapi.go DRA API: add maximum length of opaque parameters 2024-11-06 17:29:51 +01:00