Skip to content

Commit e5e76d7

Browse files
committed
chore: Fix incorrect AppArmorProfile.Type marker
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 0eaee48 commit e5e76d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/core/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3960,7 +3960,7 @@ type AppArmorProfile struct {
39603960
// Localhost - a profile pre-loaded on the node.
39613961
// RuntimeDefault - the container runtime's default profile.
39623962
// Unconfined - no AppArmor enforcement.
3963-
// +unionDescriminator
3963+
// +unionDiscriminator
39643964
Type AppArmorProfileType
39653965

39663966
// localhostProfile indicates a profile loaded on the node that should be used.

0 commit comments

Comments
 (0)