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.
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 BuildAuthorizer(s *options.ServerRunOptions, EgressSelector *egressselector.EgressSelector, versionedInformers clientgoinformers.SharedInformerFactory) (authorizer.Authorizer, authorizer.RuleResolver, error)
- func BuildPriorityAndFairness(s *options.ServerRunOptions, extclient clientgoclientset.Interface, versionedInformer clientgoinformers.SharedInformerFactory) (utilflowcontrol.Interface, error)
- func Complete(s *options.ServerRunOptions) (completedServerRunOptions, error)
- func CreateKubeAPIServer(kubeAPIServerConfig *controlplane.Config, delegateAPIServer genericapiserver.DelegationTarget) (*controlplane.Instance, error)
- func CreateKubeAPIServerConfig(s completedServerRunOptions) ( *controlplane.Config, aggregatorapiserver.ServiceResolver, []admission.PluginInitializer, error, )
- func CreateProxyTransport() *http.Transport
- func CreateServerChain(completedOptions completedServerRunOptions) (*aggregatorapiserver.APIAggregator, error)
- func NewAPIServerCommand() *cobra.Command
- func Run(completeOptions completedServerRunOptions, stopCh <-chan struct{}) error
- func SetServiceResolverForTests(resolver webhook.ServiceResolver) func()
Functions ¶
func BuildAuthorizer ¶
func BuildAuthorizer(s *options.ServerRunOptions, EgressSelector *egressselector.EgressSelector, versionedInformers clientgoinformers.SharedInformerFactory) (authorizer.Authorizer, authorizer.RuleResolver, error)
BuildAuthorizer constructs the authorizer
func BuildPriorityAndFairness ¶
func BuildPriorityAndFairness(s *options.ServerRunOptions, extclient clientgoclientset.Interface, versionedInformer clientgoinformers.SharedInformerFactory) (utilflowcontrol.Interface, error)
BuildPriorityAndFairness constructs the guts of the API Priority and Fairness filter
func Complete ¶
func Complete(s *options.ServerRunOptions) (completedServerRunOptions, error)
Complete set default ServerRunOptions. Should be called after kube-apiserver flags parsed.
func CreateKubeAPIServer ¶
func CreateKubeAPIServer(kubeAPIServerConfig *controlplane.Config, delegateAPIServer genericapiserver.DelegationTarget) (*controlplane.Instance, error)
CreateKubeAPIServer creates and wires a workable kube-apiserver
func CreateKubeAPIServerConfig ¶
func CreateKubeAPIServerConfig(s completedServerRunOptions) ( *controlplane.Config, aggregatorapiserver.ServiceResolver, []admission.PluginInitializer, error, )
CreateKubeAPIServerConfig creates all the resources for running the API server, but runs none of them
func CreateProxyTransport ¶
CreateProxyTransport creates the dialer infrastructure to connect to the nodes.
func CreateServerChain ¶
func CreateServerChain(completedOptions completedServerRunOptions) (*aggregatorapiserver.APIAggregator, error)
CreateServerChain creates the apiservers connected via delegation.
func NewAPIServerCommand ¶
NewAPIServerCommand creates a *cobra.Command object with default parameters
func Run ¶
func Run(completeOptions completedServerRunOptions, stopCh <-chan struct{}) error
Run runs the specified APIServer. This should never exit.
func SetServiceResolverForTests ¶
func SetServiceResolverForTests(resolver webhook.ServiceResolver) func()
SetServiceResolverForTests allows the service resolver to be overridden during tests. Tests using this function must run serially as this function is not safe to call concurrently with server start.
Source Files ¶
aggregator.go apiextensions.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/testing |
- Version
- v1.26.11
- Published
- Nov 15, 2023
- Platform
- js/wasm
- Imports
- 76 packages
- Last checked
- 3 minutes ago –
Tools for package owners.