app

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: MIT Imports: 56 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 OneX APIServer by binding together the API, master and APIServer infrastructure.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateOneXAPIServerConfig

CreateOneXAPIServerConfig creates all the resources for running kube-apiserver, but runs none of them.

func CreateProxyTransport added in v0.2.0

func CreateProxyTransport() *http.Transport

CreateProxyTransport creates the dialer infrastructure to connect to the nodes.

func CreateServerChain

func CreateServerChain(config CompletedConfig) (*aggregatorapiserver.APIAggregator, error)

CreateServerChain creates the apiservers connected via delegation.

func NewAPIServerCommand

func NewAPIServerCommand() *cobra.Command

NewAPIServerCommand creates a *cobra.Command object with default parameters.

func Run

func Run(opts options.CompletedOptions, stopCh <-chan struct{}) error

Run runs the specified APIServer. This should never exit.

Types

type CompletedConfig added in v0.2.0

type CompletedConfig struct {
	// contains filtered or unexported fields
}

type Config added in v0.2.0

type Config struct {
	Options options.CompletedOptions

	Aggregator    *aggregatorapiserver.Config
	ControlPlane  *controlplane.Config
	ApiExtensions *apiextensionsapiserver.Config

	ExtraConfig
}

func NewConfig

func NewConfig(opts options.CompletedOptions) (*Config, error)

NewConfig creates all the resources for running kube-apiserver, but runs none of them.

func (*Config) Complete added in v0.2.0

func (c *Config) Complete() (CompletedConfig, error)

type ExtraConfig added in v0.2.0

type ExtraConfig struct{}

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