Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ButlerConfigSingletonName is the expected name of the ButlerConfig singleton.
ButlerConfigSingletonName = "butler"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler reconciles an ImageSync object. This controller manages the full lifecycle of syncing an image from the Butler Image Factory to an infrastructure provider. It handles finalizers, phase management, and dispatches to provider-specific fulfillment logic (Harvester VirtualMachineImage, Nutanix Prism Central image API).
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.