Addresses nitpicks for FSGroupPolicy

This commit is contained in:
Christian Huffman
2020-07-17 12:24:08 -04:00
parent f137c47770
commit 3bcf407d2f
9 changed files with 84 additions and 17 deletions

View File

@@ -15774,7 +15774,7 @@
"type": "boolean"
},
"fsGroupPolicy": {
"description": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.\n\nThis field is immutable.",
"description": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is beta, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will use heuristics to determine if Kubernetes should modify ownership and permissions of the volume.",
"type": "string"
},
"podInfoOnMount": {
@@ -16509,7 +16509,7 @@
"type": "boolean"
},
"fsGroupPolicy": {
"description": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.\n\nThis field is immutable.",
"description": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is beta, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will use heuristics to determine if Kubernetes should modify ownership and permissions of the volume.",
"type": "string"
},
"podInfoOnMount": {