From e5e76d7c7ce033506703f19ae925e3ec3506af16 Mon Sep 17 00:00:00 2001 From: Yuki Iwai Date: Sat, 8 Mar 2025 15:42:49 +0900 Subject: [PATCH] chore: Fix incorrect AppArmorProfile.Type marker Signed-off-by: Yuki Iwai --- pkg/apis/core/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index c4ea9e27329..1d30b950762 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -3960,7 +3960,7 @@ type AppArmorProfile struct { // Localhost - a profile pre-loaded on the node. // RuntimeDefault - the container runtime's default profile. // Unconfined - no AppArmor enforcement. - // +unionDescriminator + // +unionDiscriminator Type AppArmorProfileType // localhostProfile indicates a profile loaded on the node that should be used.