app

package
v1.8.0-alpha.2....-f6929fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2017 License: Apache-2.0 Imports: 98 Imported by: 0

Documentation

Overview

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.

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildAdmissionPluginInitializer

func BuildAdmissionPluginInitializer(s *options.ServerRunOptions, client internalclientset.Interface, externalClient clientset.Interface, sharedInformers informers.SharedInformerFactory, apiAuthorizer authorizer.Authorizer, serviceResolver aggregatorapiserver.ServiceResolver) (admission.PluginInitializer, error)

BuildAdmissionPluginInitializer constructs the admission plugin initializer

func BuildAuthenticator

BuildAuthenticator constructs the authenticator

func BuildAuthorizer

func BuildAuthorizer(s *options.ServerRunOptions, sharedInformers informers.SharedInformerFactory) (authorizer.Authorizer, error)

BuildAuthorizer constructs the authorizer

func BuildGenericConfig

BuildGenericConfig takes the master server options and produces the genericapiserver.Config associated with it

func BuildStorageFactory

BuildStorageFactory constructs the storage factory

func CreateKubeAPIServer

func CreateKubeAPIServer(kubeAPIServerConfig *master.Config, delegateAPIServer genericapiserver.DelegationTarget, sharedInformers informers.SharedInformerFactory) (*master.Master, error)

CreateKubeAPIServer creates and wires a workable kube-apiserver

func CreateKubeAPIServerConfig

CreateKubeAPIServerConfig creates all the resources for running the API server, but runs none of them

func CreateNodeDialer

func CreateNodeDialer(s *options.ServerRunOptions) (tunneler.Tunneler, *http.Transport, error)

CreateNodeDialer creates the dialer infrastructure to connect to the nodes.

func CreateServerChain

func CreateServerChain(runOptions *options.ServerRunOptions, stopCh <-chan struct{}) (*genericapiserver.GenericAPIServer, error)

CreateServerChain creates the apiservers connected via delegation.

func NewAPIServerCommand

func NewAPIServerCommand() *cobra.Command

NewAPIServerCommand creates a *cobra.Command object with default parameters

func RegisterAllAdmissionPlugins

func RegisterAllAdmissionPlugins(plugins *admission.Plugins)

RegisterAllAdmissionPlugins registers all admission plugins

func Run

func Run(runOptions *options.ServerRunOptions, stopCh <-chan struct{}) error

Run runs the specified APIServer. This should never exit.

Types

This section is empty.

Directories

Path Synopsis
Package options contains flags and options for initializing an apiserver
Package options contains flags and options for initializing an apiserver

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL