apiserver

package
v1.16.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RecommendedConfig   *genericapiserver.RecommendedConfig
	InsecureServingInfo *genericapiserver.DeprecatedInsecureServingInfo

	PostStartHooks map[string]genericapiserver.PostStartHookFunc
}

func (*Config) AddApi

func (c *Config) AddApi(builder *builders.APIGroupBuilder) *Config

func (*Config) Complete

func (c *Config) Complete() completedConfig

Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.

func (*Config) Init

func (c *Config) Init() *Config

func (*Config) SkipComplete

func (c *Config) SkipComplete() completedConfig

SkipComplete provides a way to construct a server instance without config completion.

type Installer

type Installer struct {
	Scheme *runtime.Scheme
}

type Server

type Server struct {
	GenericAPIServer *genericapiserver.GenericAPIServer
}

Server contains state for a Kubernetes cluster master/api server.

Jump to

Keyboard shortcuts

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