Skip to content

Commit 13c6919

Browse files
aaraneyglours
authored andcommitted
add cluster volume type constant
Signed-off-by: Austin Raney <[email protected]>
1 parent 38ccd50 commit 13c6919

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)