mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
VolumeMount.SubPath: API change.
This commit is contained in:
@@ -2610,6 +2610,10 @@ message VolumeMount {
|
||||
// Path within the container at which the volume should be mounted. Must
|
||||
// not contain ':'.
|
||||
optional string mountPath = 3;
|
||||
|
||||
// Path within the volume from which the container's volume should be mounted.
|
||||
// Defaults to "" (volume's root).
|
||||
optional string subPath = 4;
|
||||
}
|
||||
|
||||
// Represents the source of a volume to mount.
|
||||
|
||||
Reference in New Issue
Block a user