Updated generated dependencies

This commit is contained in:
Christian Huffman
2020-07-17 13:49:14 -04:00
parent 3bcf407d2f
commit 8efa9e2f6c
8 changed files with 24 additions and 14 deletions

View File

@@ -288,8 +288,10 @@ type CSIDriverSpec struct {
//
// This field is immutable.
//
// Defaults to ReadWriteOnceWithFSType, which will use heuristics to
// determine if Kubernetes should modify ownership and permissions of the volume.
// Defaults to ReadWriteOnceWithFSType, which will examine each volume
// to determine if Kubernetes should modify ownership and permissions of the volume.
// With the default policy the defined fsGroup will only be applied
// if a fstype is defined and the volume's access mode contains ReadWriteOnce.
// +optional
FSGroupPolicy *FSGroupPolicy