mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-22 10:00:21 -04:00
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> |
||
|---|---|---|
| .. | ||
| cmd/models-schema | ||
| doc.go | ||
| openapi_test.go | ||
| OWNERS | ||
| zz_generated.openapi.go | ||