Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SakuraCloudClusterReconciler ¶
type SakuraCloudClusterReconciler struct { client.Client Recorder record.EventRecorder Log logr.Logger }
SakuraCloudClusterReconciler reconciles a SakuraCloudCluster object
TODO Evnetへの対応
func (*SakuraCloudClusterReconciler) Reconcile ¶
Reconcile ensures the back-end state reflects the Kubernetes resource state intent.
func (*SakuraCloudClusterReconciler) SetupWithManager ¶
func (r *SakuraCloudClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds this controller to the provided manager.
type SakuraCloudMachineReconciler ¶
type SakuraCloudMachineReconciler struct { client.Client Log logr.Logger Recorder record.EventRecorder }
SakuraCloudMachineReconciler reconciles a SakuraCloudMachine object
TODO Evnetへの対
func (*SakuraCloudMachineReconciler) Reconcile ¶
Reconcile ensures the back-end state reflects the Kubernetes resource state intent.
func (*SakuraCloudMachineReconciler) SetupWithManager ¶
func (r *SakuraCloudMachineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds this controller to the provided manager.
Click to show internal directories.
Click to hide internal directories.