Skip to content

Commit

Permalink
add cluster volume type constant
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Raney <[email protected]>
  • Loading branch information
aaraney authored and glours committed Jun 27, 2023
1 parent 38ccd50 commit 13c6919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,8 @@ const (
VolumeTypeTmpfs = "tmpfs"
// VolumeTypeNamedPipe is the type for mounting Windows named pipes
VolumeTypeNamedPipe = "npipe"
// VolumeTypeCluster is the type for mounting container storage interface (CSI) volumes
VolumeTypeCluster = "cluster"

// SElinuxShared share the volume content
SElinuxShared = "z"
Expand Down

0 comments on commit 13c6919

Please sign in to comment.