mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 17:29:00 +00:00
Merge pull request #130662 from tenzen-y/fix-incorrect-union-marker
chore: Fix incorrect AppArmorProfile.Type marker
This commit is contained in:
@@ -3958,7 +3958,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.
|
||||
|
Reference in New Issue
Block a user