Merge pull request #130662 from tenzen-y/fix-incorrect-union-marker

chore: Fix incorrect AppArmorProfile.Type marker
This commit is contained in:
Kubernetes Prow Robot
2025-03-13 10:13:48 -07:00
committed by GitHub

View File

@@ -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.