Versions in this module Expand all Collapse all v0 v0.1.0 May 4, 2023 Changes in this version + type JujuClusterReconciler struct + Scheme *runtime.Scheme + func (r *JujuClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, reterr error) + func (r *JujuClusterReconciler) SetupWithManager(mgr ctrl.Manager) error + type JujuConfig struct + Account struct{ ... } + Details struct{ ... } + type JujuMachineReconciler struct + Scheme *runtime.Scheme + func (r *JujuMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *JujuMachineReconciler) SetupWithManager(mgr ctrl.Manager) error