Documentation
¶
Index ¶
Constants ¶
View Source
const ( FAILED_STATUS = "Failed" SUCCEEDED_STATUS = "Succeeded" )
View Source
const ( FINALIZER_NAME = "dns.cav.enablers.ob/finalizer" DEFAULT_TTL_FOR_NS_RECORDS = uint32(1500) ZONE_NOT_FOUND_MSG = "Not Found" ZONE_NOT_FOUND_CODE = 404 ZONE_CONFLICT_MSG = "Conflict" ZONE_CONFLICT_CODE = 409 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PdnsClienter ¶
type PdnsClienter struct { Records pdnsRecordsClienter Zones pdnsZonesClienter }
type RRsetReconciler ¶
type RRsetReconciler struct { client.Client Scheme *runtime.Scheme PDNSClient PdnsClienter }
RRsetReconciler reconciles a RRset object
func (*RRsetReconciler) SetupWithManager ¶
func (r *RRsetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ZoneReconciler ¶
type ZoneReconciler struct { client.Client Scheme *runtime.Scheme PDNSClient PdnsClienter }
ZoneReconciler reconciles a Zone object
func (*ZoneReconciler) SetupWithManager ¶
func (r *ZoneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.