Documentation
¶
Overview ¶
Package controller provides the controller-runtime scheme for Tinkerbell and BMC resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SchemeBuilderTinkerbell is used to add go types to the GroupVersionKind scheme. SchemeBuilderTinkerbell = &scheme.Builder{GroupVersion: tinkerbell.GroupVersion} // AddToSchemeTinkerbell adds the types in this group-version to the given scheme. AddToSchemeTinkerbell = SchemeBuilderTinkerbell.AddToScheme // SchemeBuilderBMC is used to add go types to the GroupVersionKind scheme. SchemeBuilderBMC = &scheme.Builder{GroupVersion: bmc.GroupVersion} // AddToSchemeBMC adds the types in this group-version to the given scheme. AddToSchemeBMC = SchemeBuilderBMC.AddToScheme )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package cluster contains Cluster API controller for the TinkerbellCluster CR.
|
Package cluster contains Cluster API controller for the TinkerbellCluster CR. |
Package machine contains Cluster API controller for the TinkerbellMachine CR.
|
Package machine contains Cluster API controller for the TinkerbellMachine CR. |
Click to show internal directories.
Click to hide internal directories.