package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
DefaultOffAdmissionPlugins get admission plugins off by default for kube-apiserver.
NewAdmissionOptions creates a new instance of AdmissionOptions Note:
In addition it calls RegisterAllAdmissionPlugins to register all kube-apiserver admission plugins.
NewBuiltInAuthenticationOptions create a new BuiltInAuthenticationOptions, just set default token cache TTL.
NewBuiltInAuthorizationOptions create a BuiltInAuthorizationOptions with default value.
NewCloudProviderOptions creates a default CloudProviderOptions.
NewSecureServingOptions gives default values for the kube-apiserver which are not the options wanted by "normal" API servers running on the platform.
RegisterAllAdmissionPlugins registers all admission plugins.
# Constants
DefaultEtcdPathPrefix is the default key prefix of etcd for API Server.
# Variables
AllOrderedPlugins is the list of all the plugins in order.
DefaultServiceIPCIDR is a CIDR notation of IP range from which to allocate service cluster IPs.
DefaultServiceNodePortRange is the default port range for NodePort services.
UpdateAuthenticationConfigTimeout controls how long we wait for calls to updateAuthenticationConfig to succeed.
# Structs
AdmissionOptions holds the admission options.
AnonymousAuthenticationOptions contains anonymous authentication options for API Server.
BootstrapTokenAuthenticationOptions contains bootstrap token authentication options for API Server.
BuiltInAuthenticationOptions contains all build-in authentication options for API Server.
BuiltInAuthorizationOptions contains all build-in authorization options for API Server.
CloudProviderOptions contains cloud provider config.
OIDCAuthenticationOptions contains OIDC authentication options for API Server.
ServiceAccountAuthenticationOptions contains service account authentication options for API Server.
TokenFileAuthenticationOptions contains token file authentication options for API Server.
WebHookAuthenticationOptions contains web hook authentication options for API Server.