Documentation
¶
Index ¶
Constants ¶
View Source
const (
ConverterChannelBuffer = 50
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VirtualMachineController ¶
type VirtualMachineController struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Inventory inventory.Interface
// contains filtered or unexported fields
}
VirtualMachineController reconciles a VirtualMachine object.
func (*VirtualMachineController) ConfigureConverterAndStart ¶
func (r *VirtualMachineController) ConfigureConverterAndStart()
ConfigureConverterAndStart configures the converter and starts the VirtualMachine controller.
func (*VirtualMachineController) Start ¶
func (r *VirtualMachineController) Start() error
Start performs the initialization of the controller. VM controller is said to be initialized and synced when all the VM and EE CRs are reconciled.
Click to show internal directories.
Click to hide internal directories.