diff --git a/security/v1/types.go b/security/v1/types.go index a8759021389..8972b0dd688 100644 --- a/security/v1/types.go +++ b/security/v1/types.go @@ -216,6 +216,7 @@ var ( FSTypeCSI FSType = "csi" FSTypeEphemeral FSType = "ephemeral" FSTypeImage FSType = "image" + FSTypeServiceAccountToken FSType = "serviceAccountToken" FSTypeAll FSType = "*" FSTypeNone FSType = "none" )