package app
import "k8s.io/kubernetes/cmd/kube-apiserver/app"
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure. It can be configured and called directly or via the hyperkube framework.
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure. It can be configured and called directly or via the hyperkube framework.
Index ¶
- func BuildAdmission(s *options.ServerRunOptions, plugins *admission.Plugins, client internalclientset.Interface, sharedInformers informers.SharedInformerFactory, apiAuthorizer authorizer.Authorizer) (admission.Interface, error)
- func BuildAuthenticator(s *options.ServerRunOptions, storageFactory serverstorage.StorageFactory, client internalclientset.Interface, sharedInformers informers.SharedInformerFactory) (authenticator.Request, *spec.SecurityDefinitions, error)
- func BuildAuthorizer(s *options.ServerRunOptions, sharedInformers informers.SharedInformerFactory) (authorizer.Authorizer, error)
- func BuildGenericConfig(s *options.ServerRunOptions) (*genericapiserver.Config, informers.SharedInformerFactory, *kubeserver.InsecureServingInfo, error)
- func BuildStorageFactory(s *options.ServerRunOptions) (*serverstorage.DefaultStorageFactory, error)
- func CreateKubeAPIServer(kubeAPIServerConfig *master.Config, sharedInformers informers.SharedInformerFactory, stopCh <-chan struct{}) (*master.Master, error)
- func CreateKubeAPIServerConfig(s *options.ServerRunOptions) (*master.Config, informers.SharedInformerFactory, *kubeserver.InsecureServingInfo, error)
- func NewAPIServerCommand() *cobra.Command
- func Run(runOptions *options.ServerRunOptions, stopCh <-chan struct{}) error
Functions ¶
func BuildAdmission ¶
func BuildAdmission(s *options.ServerRunOptions, plugins *admission.Plugins, client internalclientset.Interface, sharedInformers informers.SharedInformerFactory, apiAuthorizer authorizer.Authorizer) (admission.Interface, error)
BuildAdmission constructs the admission chain
func BuildAuthenticator ¶
func BuildAuthenticator(s *options.ServerRunOptions, storageFactory serverstorage.StorageFactory, client internalclientset.Interface, sharedInformers informers.SharedInformerFactory) (authenticator.Request, *spec.SecurityDefinitions, error)
BuildAuthenticator constructs the authenticator
func BuildAuthorizer ¶
func BuildAuthorizer(s *options.ServerRunOptions, sharedInformers informers.SharedInformerFactory) (authorizer.Authorizer, error)
BuildAuthorizer constructs the authorizer
func BuildGenericConfig ¶
func BuildGenericConfig(s *options.ServerRunOptions) (*genericapiserver.Config, informers.SharedInformerFactory, *kubeserver.InsecureServingInfo, error)
BuildGenericConfig takes the master server options and produces the genericapiserver.Config associated with it
func BuildStorageFactory ¶
func BuildStorageFactory(s *options.ServerRunOptions) (*serverstorage.DefaultStorageFactory, error)
BuildStorageFactory constructs the storage factory
func CreateKubeAPIServer ¶
func CreateKubeAPIServer(kubeAPIServerConfig *master.Config, sharedInformers informers.SharedInformerFactory, stopCh <-chan struct{}) (*master.Master, error)
CreateKubeAPIServer creates and wires a workable kube-apiserver
func CreateKubeAPIServerConfig ¶
func CreateKubeAPIServerConfig(s *options.ServerRunOptions) (*master.Config, informers.SharedInformerFactory, *kubeserver.InsecureServingInfo, error)
CreateKubeAPIServerConfig creates all the resources for running the API server, but runs none of them
func NewAPIServerCommand ¶
NewAPIServerCommand creates a *cobra.Command object with default parameters
func Run ¶
func Run(runOptions *options.ServerRunOptions, stopCh <-chan struct{}) error
Run runs the specified APIServer. This should never exit.
Source Files ¶
aggregator.go plugins.go server.go
Directories ¶
Path | Synopsis |
---|---|
cmd/kube-apiserver/app/options | Package options contains flags and options for initializing an apiserver |
cmd/kube-apiserver/app/preflight |
- Version
- v1.7.0-alpha.2
- Published
- Apr 19, 2017
- Platform
- js/wasm
- Imports
- 85 packages
- Last checked
- 44 minutes ago –
Tools for package owners.