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 ¶
RegisterCRDsFunc is a function that register all the CRDs for a k8s group
Click to show internal directories.
Click to hide internal directories.