mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-15 11:43:33 +00: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> Kubernetes-commit: 6691ecaf2f5ce3076f3c61eca5355cc99535d1bd