apiextensions-apiserverk8s.io/apiextensions-apiserver/pkg/cmd/server/options Index | Files

package options

import "k8s.io/apiextensions-apiserver/pkg/cmd/server/options"

Index

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.

Source Files

options.go

Version
v0.27.9
Published
Dec 20, 2023
Platform
js/wasm
Imports
23 packages
Last checked
1 hour ago

Tools for package owners.