Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModeAlwaysAllow string = "AlwaysAllow" ModeAlwaysDeny string = "AlwaysDeny" ModeRBAC string = "RBAC" ModeNode string = "Node" )
Variables ¶
View Source
var AuthorizationModeChoices = []string{ModeAlwaysAllow, ModeAlwaysDeny, ModeRBAC, ModeNode}
Functions ¶
func IsValidAuthorizationMode ¶
IsValidAuthorizationMode returns true if the given authorization mode is a valid one for the apiserver
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.