mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Validate volume paths do not have ':'
This commit is contained in:
@@ -742,7 +742,7 @@ type VolumeMount struct {
|
||||
Name string `json:"name"`
|
||||
// Optional: Defaults to false (read-write).
|
||||
ReadOnly bool `json:"readOnly,omitempty"`
|
||||
// Required.
|
||||
// Required. Must not contain ':'.
|
||||
MountPath string `json:"mountPath"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user