# Functions
No description provided by the author
ConvertAuthnExtras converts authnv1 type extras to authzv1 extras.
IsCreatingPSAConfig will indicate whether or not the labels being passed in are attempting to create PSA-related configuration.
ValidateLabel checks if a user is removing or modifying a label.
IsUpdatingPSAConfig will indicate whether or not the labels being passed in are attempting to update PSA-related configuration.
NewCachedVerbChecker creates a new CachedVerbChecker.
SetCreatorIDAnnotation sets the creatorID Annotation on the newObj based on the user specified in the request.
ValidateRules calls on standard kubernetes RBAC functionality for the validation of policy rules to validate Rancher rules.
# Constants
AuditLabel is a label that governs the PSS that is used for auditing a namespace.
AuditVersionLabel is a label that governs the PSS version that is used for auditing a namespace.
EnforceLabel is a that governs the PSS that is enforced for a namespace.
EnforceVersionLabel is a label that governs the PSS version that is enforced for a namespace.
WarnLabel is a label that governs the PSS that is used for warning about PSA violations in a namespace.
WarnVersionLabel is a label that governs the PSS version that is used for warning about PSA violations in a namespace.
# Structs
CachedVerbChecker is used for caching if a request for a non-namespaced gvr with specified name has the given overrideVerb.