package
1.13.3-k3s2
Repository: https://github.com/ibuildthecloud/k3s-dev.git
Documentation: pkg.go.dev
# Functions
IsValidAuthorizationMode returns true if the given authorization mode is a valid one for the apiserver.
# Constants
ModeAlwaysAllow is the mode to set all requests as authorized.
ModeAlwaysDeny is the mode to set no requests as authorized.
ModeNode is an authorization mode that authorizes API requests made by kubelets.
ModeRBAC is the mode to use Role Based Access Control to authorize.
ModeWebhook is the mode to make an external webhook call to authorize.
# Variables
AuthorizationModeChoices is the list of supported authorization modes.