options

package
v0.27.2 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 19 Imported by: 50

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCRDRESTOptionsGetter

func NewCRDRESTOptionsGetter(etcdOptions genericoptions.EtcdOptions) (genericregistry.RESTOptionsGetter, error)

NewCRDRESTOptionsGetter create a RESTOptionsGetter for CustomResources. This works on a copy of the etcd options so we don't mutate originals. We assume that the input etcd options have been completed already. Avoid messing with anything outside of changes to StorageConfig as that may lead to unexpected behavior when the options are applied.

Types

type CustomResourceDefinitionsServerOptions

type CustomResourceDefinitionsServerOptions struct {
	ServerRunOptions   *genericoptions.ServerRunOptions
	RecommendedOptions *genericoptions.RecommendedOptions
	APIEnablement      *genericoptions.APIEnablementOptions

	StdOut io.Writer
	StdErr io.Writer
}

CustomResourceDefinitionsServerOptions describes the runtime options of an apiextensions-apiserver.

func NewCustomResourceDefinitionsServerOptions

func NewCustomResourceDefinitionsServerOptions(out, errOut io.Writer) *CustomResourceDefinitionsServerOptions

NewCustomResourceDefinitionsServerOptions creates default options of an apiextensions-apiserver.

func (CustomResourceDefinitionsServerOptions) AddFlags

AddFlags adds the apiextensions-apiserver flags to the flagset.

func (*CustomResourceDefinitionsServerOptions) Complete

Complete fills in missing options.

func (CustomResourceDefinitionsServerOptions) Config

Config returns an apiextensions-apiserver configuration.

func (CustomResourceDefinitionsServerOptions) Validate

Validate validates the apiextensions-apiserver options.

Jump to

Keyboard shortcuts

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