Skip to content

Commit 5b5d653

Browse files
committed
add new image fs type
1 parent cc2be4a commit 5b5d653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/v1/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ var (
195195
FSStorageOS FSType = "storageOS"
196196
FSTypeCSI FSType = "csi"
197197
FSTypeEphemeral FSType = "ephemeral"
198+
FSTypeImage FSType = "image"
198199
FSTypeAll FSType = "*"
199200
FSTypeNone FSType = "none"
200201
)

0 commit comments

Comments
 (0)