apiserver

package
v3.9.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2017 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppsServer

type AppsServer struct {
	GenericAPIServer *genericapiserver.GenericAPIServer
}

type AppsServerConfig added in v3.8.0

type AppsServerConfig struct {
	GenericConfig *genericapiserver.RecommendedConfig
	ExtraConfig   ExtraConfig
}

func (*AppsServerConfig) Complete added in v3.8.0

func (c *AppsServerConfig) Complete() completedConfig

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

type CompletedConfig added in v3.8.0

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

func (CompletedConfig) New added in v3.8.0

func (c CompletedConfig) New(delegationTarget genericapiserver.DelegationTarget) (*AppsServer, error)

New returns a new instance of AppsServer from the given config.

func (CompletedConfig) V1RESTStorage added in v3.8.0

func (c CompletedConfig) V1RESTStorage() (map[string]rest.Storage, error)

type ExtraConfig added in v3.8.0

type ExtraConfig struct {
	CoreAPIServerClientConfig *restclient.Config
	KubeletClientConfig       *kubeletclient.KubeletClientConfig

	// TODO these should all become local eventually
	Scheme   *runtime.Scheme
	Registry *registered.APIRegistrationManager
	Codecs   serializer.CodecFactory
	// contains filtered or unexported fields
}

type LegacyLegacyDCRollbackMutator

type LegacyLegacyDCRollbackMutator struct {
	CoreAPIServerClientConfig *restclient.Config
	Version                   schema.GroupVersion
}

LegacyLegacyDCRollbackMutator allows us to inject a one-off endpoint into oapi

func (LegacyLegacyDCRollbackMutator) Mutate

func (l LegacyLegacyDCRollbackMutator) Mutate(legacyStorage map[schema.GroupVersion]map[string]rest.Storage)

Jump to

Keyboard shortcuts

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