kubernetes/pkg/generated/openapi
Kimon N. 6691ecaf2f
Fix v1.VolumeMount.MountPath doc to match validator (allow ':')
The v1.VolumeMount.MountPath doc claims the path must not contain
':', but the validator does not enforce this. The internal type in
pkg/apis/core/types.go carries no such constraint, and existing
TestValidateVolumeMounts success cases use mountPath values like "d:",
"F:", and "G:\mount".

This is a doc-only change. The validator is unchanged; the public doc
now matches what the validator actually accepts. Regenerated proto and
openapi snapshots to propagate the doc update.

Signed-off-by: Kimon N. <nkimon00@gmail.com>
2026-04-30 22:51:30 +02:00
..
cmd/models-schema code-generator: align models-schema stderr output 2026-04-24 07:42:27 +08:00
doc.go
openapi_test.go Update OpenAPI and fix openAPI tests to handle unexported jsonreferences 2024-11-04 21:40:54 -05:00
OWNERS Tag api change instead of apimachinery on generated openapi. changes 2025-03-19 13:04:18 -04:00
zz_generated.openapi.go Fix v1.VolumeMount.MountPath doc to match validator (allow ':') 2026-04-30 22:51:30 +02:00