Skip to content

Commit 169d13b

Browse files
authored
Merge pull request #422 from aaraney/cluster-volume-type-constant
Add cluster volume type constant
2 parents 38ccd50 + 13c6919 commit 169d13b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,8 @@ const (
815815
VolumeTypeTmpfs = "tmpfs"
816816
// VolumeTypeNamedPipe is the type for mounting Windows named pipes
817817
VolumeTypeNamedPipe = "npipe"
818+
// VolumeTypeCluster is the type for mounting container storage interface (CSI) volumes
819+
VolumeTypeCluster = "cluster"
818820

819821
// SElinuxShared share the volume content
820822
SElinuxShared = "z"

0 commit comments

Comments
 (0)