Documentation ¶
Index ¶
Constants ¶
View Source
const SyncInterval = "1m"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSRecordReconciler ¶
type DNSRecordReconciler struct {
// contains filtered or unexported fields
}
DNSRecordReconciler reconciles a DNSRecord object
func (*DNSRecordReconciler) Reconcile ¶
Reconcile is the reconciliation loop implementation aiming to continuously move the current state of the cluster closer to the desired state, which in the DNSRecord controller's view means ensure the DNS record is synchronized in Cloudflare DNS.
func (*DNSRecordReconciler) SetupWithManager ¶
func (r *DNSRecordReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.