Skip to content

Commit e22153d

Browse files
authored
Merge pull request kubernetes#130662 from tenzen-y/fix-incorrect-union-marker
chore: Fix incorrect AppArmorProfile.Type marker
2 parents 68899f8 + e5e76d7 commit e22153d

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
@@ -3958,7 +3958,7 @@ type AppArmorProfile struct {
39583958
// Localhost - a profile pre-loaded on the node.
39593959
// RuntimeDefault - the container runtime's default profile.
39603960
// Unconfined - no AppArmor enforcement.
3961-
// +unionDescriminator
3961+
// +unionDiscriminator
39623962
Type AppArmorProfileType
39633963

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

0 commit comments

Comments
 (0)