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.
1 parent 38ccd50 commit 13c6919Copy full SHA for 13c6919
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