mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 01:39:02 +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.
|
// Localhost - a profile pre-loaded on the node.
|
||||||
// RuntimeDefault - the container runtime's default profile.
|
// RuntimeDefault - the container runtime's default profile.
|
||||||
// Unconfined - no AppArmor enforcement.
|
// Unconfined - no AppArmor enforcement.
|
||||||
// +unionDescriminator
|
// +unionDiscriminator
|
||||||
Type AppArmorProfileType
|
Type AppArmorProfileType
|
||||||
|
|
||||||
// localhostProfile indicates a profile loaded on the node that should be used.
|
// localhostProfile indicates a profile loaded on the node that should be used.
|
||||||
|
Reference in New Issue
Block a user