From 884b471abe89da3c76cbe526c3056db1da97c15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20K=C5=99epinsk=C3=BD?= Date: Thu, 18 Jun 2026 13:35:01 +0200 Subject: [PATCH] add new serviceAccountToken fs type --- security/v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/security/v1/types.go b/security/v1/types.go index 18585e97c04..5cb31dc8174 100644 --- a/security/v1/types.go +++ b/security/v1/types.go @@ -217,6 +217,7 @@ var ( FSTypeCSI FSType = "csi" FSTypeEphemeral FSType = "ephemeral" FSTypeImage FSType = "image" + FSTypeServiceAccountToken FSType = "serviceAccountToken" FSTypeAll FSType = "*" FSTypeNone FSType = "none" )