const ModeAlwaysAllow … const ModeAlwaysDeny … const ModeABAC … const ModeWebhook … const ModeRBAC … const ModeNode … var AuthorizationModeChoices … // IsValidAuthorizationMode returns true if the given authorization mode is a valid one for the apiserver func IsValidAuthorizationMode(authzMode string) bool { … }