apis

package
v1.16.6 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const SkipCRDCreation = "skip-crd-creation"

SkipCRDCreation specifies whether the CustomResourceDefinition will be created by the daemon

Variables

View Source
var RegisterCRDsCell = cell.Module(
	"create-crds",
	"Create Cilium CRDs",

	cell.Config(defaultConfig),

	cell.Invoke(createCRDs),

	cell.ProvidePrivate(
		newCiliumGroupCRDs,
	),
)

RegisterCRDsCell is a cell that creates all the Cilium CRDs.

Functions

This section is empty.

Types

type RegisterCRDsConfig

type RegisterCRDsConfig struct {
	// SkipCRDCreation disables creation of the CustomResourceDefinition
	// for the operator
	SkipCRDCreation bool
}

func (RegisterCRDsConfig) Flags

func (c RegisterCRDsConfig) Flags(flags *pflag.FlagSet)

type RegisterCRDsFunc

type RegisterCRDsFunc func(k8sClient.Clientset) error

RegisterCRDsFunc is a function that register all the CRDs for a k8s group

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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