package
1.12.0-alpha.0
Repository: https://github.com/wking/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package options contains flags and options for initializing an apiserver.
No description provided by the author

# Functions

BuildAdmissionPluginInitializers constructs the admission plugin initializer.
BuildAuthenticator constructs the authenticator.
BuildAuthorizer constructs the authorizer.
BuildGenericConfig takes the master server options and produces the genericapiserver.Config associated with it.
BuildStorageFactory constructs the storage factory.
Complete set default ServerRunOptions.
CreateKubeAPIServer creates and wires a workable kube-apiserver.
CreateKubeAPIServerConfig creates all the resources for running the API server, but runs none of them.
CreateNodeDialer creates the dialer infrastructure to connect to the nodes.
CreateServerChain creates the apiservers connected via delegation.
NewAPIServerCommand creates a *cobra.Command object with default parameters.
Run runs the specified APIServer.