From 89a277dd779f3551f04ecfa14135e907b73776dc 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 fb491480d76..09736e3eec3 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" )