ReadWriteOncePod PV access mode and feature gate

This commit is contained in:
Chris Henzie
2021-05-11 17:44:21 -07:00
parent 358d2e0bd1
commit 48ba5020a2
3 changed files with 13 additions and 0 deletions

View File

@@ -511,6 +511,9 @@ const (
ReadOnlyMany PersistentVolumeAccessMode = "ReadOnlyMany"
// can be mounted in read/write mode to many hosts
ReadWriteMany PersistentVolumeAccessMode = "ReadWriteMany"
// can be mounted read/write mode to exactly 1 pod
// cannot be used in combination with other access modes
ReadWriteOncePod PersistentVolumeAccessMode = "ReadWriteOncePod"
)
// PersistentVolumePhase defines the phase in which a PV is