# Functions
BuildAdmission constructs the admission chain.
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.
NewAPIServerCommand creates a *cobra.Command object with default parameters.
Run runs the specified APIServer.