apiserver

package
v3.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2018 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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) (*ImageAPIServer, error)

New returns a new instance of ImageAPIServer 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 {
	KubeAPIServerClientConfig          *restclient.Config
	LimitVerifier                      imageadmission.LimitVerifier
	RegistryHostnameRetriever          registryhostname.RegistryHostnameRetriever
	AllowedRegistriesForImport         *configapi.AllowedRegistries
	MaxImagesBulkImportedPerRepository int
	AdditionalTrustedCA                []byte

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

type ImageAPIServer

type ImageAPIServer struct {
	GenericAPIServer *genericapiserver.GenericAPIServer
}

type ImageAPIServerConfig

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

func (*ImageAPIServerConfig) Complete

func (c *ImageAPIServerConfig) Complete() completedConfig

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

Directories

Path Synopsis
admission
apis/imagepolicy
Package api is the internal version of the API.
Package api is the internal version of the API.
apis/imagepolicy/v1
Package v1 is the v1 version of the API.
Package v1 is the v1 version of the API.
registry

Jump to

Keyboard shortcuts

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