Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSDataReconciler ¶
type DNSDataReconciler struct { client.Client Kclient kubernetes.Interface Log logr.Logger Scheme *runtime.Scheme }
DNSDataReconciler reconciles a DNSData object
func (*DNSDataReconciler) Reconcile ¶
func (r *DNSDataReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*DNSDataReconciler) SetupWithManager ¶
func (r *DNSDataReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DNSMasqReconciler ¶
type DNSMasqReconciler struct { client.Client Kclient kubernetes.Interface Log logr.Logger Scheme *runtime.Scheme }
DNSMasqReconciler reconciles a DNSMasq object
func (*DNSMasqReconciler) Reconcile ¶
func (r *DNSMasqReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*DNSMasqReconciler) SetupWithManager ¶
func (r *DNSMasqReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type IPSetReconciler ¶
type IPSetReconciler struct { client.Client Kclient kubernetes.Interface Log logr.Logger Scheme *runtime.Scheme }
IPSetReconciler reconciles a IPSet object
func (*IPSetReconciler) Reconcile ¶
func (r *IPSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*IPSetReconciler) SetupWithManager ¶
func (r *IPSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServiceReconciler ¶
type ServiceReconciler struct { client.Client Kclient kubernetes.Interface Log logr.Logger Scheme *runtime.Scheme }
ServiceReconciler reconciles a Service object
func (*ServiceReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the Service object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.