Versions in this module Expand all Collapse all v0 v0.5.0 Jul 1, 2025 Changes in this version + const DEFAULT_TTL_FOR_NS_RECORDS + const FAILED_STATUS + const METRICS_FINALIZER_NAME + const PENDING_STATUS + const RESOURCES_FINALIZER_NAME + const RrsetMessageDuplicated + const RrsetMessageNonExistentZone + const RrsetMessageSyncSucceeded + const RrsetMessageUnavailableZone + const RrsetReasonDuplicated + const RrsetReasonSynced + const RrsetReasonSynchronizationFailed + const RrsetReasonZoneNotAvailable + const SUCCEEDED_STATUS + const ZONE_CONFLICT_CODE + const ZONE_CONFLICT_MSG + const ZONE_NOT_FOUND_CODE + const ZONE_NOT_FOUND_MSG + const ZoneMessageDuplicated + const ZoneMessageSyncSucceeded + const ZoneReasonDuplicated + const ZoneReasonNSSynchronizationFailed + const ZoneReasonSynced + const ZoneReasonSynchronizationFailed + type ClusterRRsetReconciler struct + PDNSClient PdnsClienter + Scheme *runtime.Scheme + func (r *ClusterRRsetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *ClusterRRsetReconciler) SetupWithManager(mgr ctrl.Manager) error + type ClusterZoneReconciler struct + PDNSClient PdnsClienter + Scheme *runtime.Scheme + func (r *ClusterZoneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *ClusterZoneReconciler) SetupWithManager(mgr ctrl.Manager) error + type PdnsClienter struct + Records pdnsRecordsClienter + Zones pdnsZonesClienter + type RRsetReconciler struct + PDNSClient PdnsClienter + Scheme *runtime.Scheme + func (r *RRsetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *RRsetReconciler) SetupWithManager(mgr ctrl.Manager) error + type ZoneReconciler struct + PDNSClient PdnsClienter + Scheme *runtime.Scheme + func (r *ZoneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *ZoneReconciler) SetupWithManager(mgr ctrl.Manager) error