apis

package
v1.15.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 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
v2
Package v2 is the v2 version of the API.
Package v2 is the v2 version of the API.
v2alpha1
Package v2alpha1 is the v2alpha1 version of the API.
Package v2alpha1 is the v2alpha1 version of the API.

Jump to

Keyboard shortcuts

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