Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressShimReconciler ¶
type IngressShimReconciler struct {
AnnotationKey string
DefaultRecord string
// contains filtered or unexported fields
}
IngressShimReconciler reconciles an ingress object
func (*IngressShimReconciler) SetupWithManager ¶
func (r *IngressShimReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RecordReconciler ¶
type RecordReconciler struct {
ReconciliationInterval time.Duration
// contains filtered or unexported fields
}
RecordReconciler reconciles a Record object
func (*RecordReconciler) SetupWithManager ¶
func (r *RecordReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServiceShimReconciler ¶
type ServiceShimReconciler struct {
AnnotationKey string
// contains filtered or unexported fields
}
ServiceShimReconciler reconciles a service object
func (*ServiceShimReconciler) SetupWithManager ¶
func (r *ServiceShimReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.