VolumeMount.SubPath: API change.

This commit is contained in:
Mikaël Cluseau
2016-05-06 15:40:10 +11:00
parent 06900a934d
commit 4c2dc566ac
15 changed files with 234 additions and 57 deletions

View File

@@ -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.