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

@@ -2860,6 +2860,7 @@ func DeepCopy_api_VolumeMount(in VolumeMount, out *VolumeMount, c *conversion.Cl
out.Name = in.Name
out.ReadOnly = in.ReadOnly
out.MountPath = in.MountPath
out.SubPath = in.SubPath
return nil
}