Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountReconciler ¶
type AccountReconciler struct { client.Client Scheme *runtime.Scheme RetryInterval time.Duration CloudflareAPI *cloudflare.API }
AccountReconciler reconciles an Account object
func (*AccountReconciler) Reconcile ¶
func (r *AccountReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr 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 (*AccountReconciler) SetupWithManager ¶
func (r *AccountReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DNSRecordReconciler ¶
type DNSRecordReconciler struct { client.Client Scheme *runtime.Scheme RetryInterval time.Duration CloudflareAPI *cloudflare.API }
DNSRecordReconciler reconciles a DNSRecord object
func (*DNSRecordReconciler) Reconcile ¶
func (r *DNSRecordReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr 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 (*DNSRecordReconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
type IPReconciler ¶
type IPReconciler struct { client.Client Scheme *runtime.Scheme HTTPClientTimeout time.Duration DefaultReconcileInterval time.Duration RetryInterval time.Duration }
IPReconciler reconciles a IP object
func (*IPReconciler) Reconcile ¶
func (r *IPReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr 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 (*IPReconciler) SetupWithManager ¶
func (r *IPReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type IngressReconciler ¶
type IngressReconciler struct { client.Client Scheme *runtime.Scheme RetryInterval time.Duration DefaultReconcileInterval time.Duration }
IngressReconciler reconciles an Ingress object
func (*IngressReconciler) 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 (*IngressReconciler) SetupWithManager ¶
func (r *IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ZoneReconciler ¶
type ZoneReconciler struct { client.Client Scheme *runtime.Scheme RetryInterval time.Duration CloudflareAPI *cloudflare.API }
ZoneReconciler reconciles a Zone object
func (*ZoneReconciler) Reconcile ¶
func (r *ZoneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr 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 (*ZoneReconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.