apiserver

package
v0.0.0-...-2b3457a Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	Start(context.Context) error
}

type NewManagerFunc

type NewManagerFunc func(config *rest.Config, options Options) (Manager, error)

func NewManager

func NewManager(newOpts NewManagerFuncOptions) NewManagerFunc

type NewManagerFuncOptions

type NewManagerFuncOptions struct {
	NewDynamicRESTMapper func(cfg *rest.Config, opts ...apiutil.DynamicRESTMapperOption) (meta.RESTMapper, error)
	NewCache             cache.NewCacheFunc
	NewClientBuilder     mgr.ClientBuilder
}

type Options

type Options struct {
	Scheme                *runtime.Scheme
	Namespace             string
	Port                  int
	ClientBuilder         mgr.ClientBuilder
	ClientDisableCacheFor []client.Object
	AllowedDomains        []string
}

Directories

Path Synopsis
endpoints

Jump to

Keyboard shortcuts

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