Documentation
¶
Index ¶
Constants ¶
View Source
const ( OSUpdateType = "OperatingSystemUpdate" LibVirtType = "LibVirtConnection" CapabilitiesClientType = "CapabilitiesClientConnection" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HypervisorReconciler ¶
type HypervisorReconciler struct {
client.Client
Scheme *runtime.Scheme
Systemd systemd.Interface
Libvirt libvirt.Interface
// contains filtered or unexported fields
}
HypervisorReconciler reconciles a Hypervisor object
func (*HypervisorReconciler) SetupWithManager ¶
func (r *HypervisorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SecretReconciler ¶
type SecretReconciler struct {
client.Client
Scheme *runtime.Scheme
Systemd systemd.Interface
// contains filtered or unexported fields
}
SecretReconciler reconciles a Secret object
func (*SecretReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.