Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalIPReconciler ¶
type ExternalIPReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Provider provider.Provider }
ExternalIPReconciler reconciles a ExternalIP object
func (*ExternalIPReconciler) Reconcile ¶
func (r *ExternalIPReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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 (*ExternalIPReconciler) SetupWithManager ¶
func (r *ExternalIPReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type FirewallRuleReconciler ¶
type FirewallRuleReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Provider provider.Provider }
FirewallRuleReconciler reconciles a FirewallRule object
func (*FirewallRuleReconciler) Reconcile ¶
func (r *FirewallRuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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 (*FirewallRuleReconciler) SetupWithManager ¶
func (r *FirewallRuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeReconciler ¶
NodeReconciler reconciles a Node object
func (*NodeReconciler) 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 (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.