We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38ccd50 + 13c6919 commit 169d13bCopy full SHA for 169d13b
types/types.go
@@ -815,6 +815,8 @@ const (
815
VolumeTypeTmpfs = "tmpfs"
816
// VolumeTypeNamedPipe is the type for mounting Windows named pipes
817
VolumeTypeNamedPipe = "npipe"
818
+ // VolumeTypeCluster is the type for mounting container storage interface (CSI) volumes
819
+ VolumeTypeCluster = "cluster"
820
821
// SElinuxShared share the volume content
822
SElinuxShared = "z"
0 commit comments