# Functions
BuildAdmissionPluginInitializer 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.
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.