Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoTunnelIngressRuleReconciler ¶
type ArgoTunnelIngressRuleReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
ArgoTunnelIngressRuleReconciler reconciles a ArgoTunnelIngressRule object
func (*ArgoTunnelIngressRuleReconciler) Reconcile ¶
func (r *ArgoTunnelIngressRuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, 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. TODO(user): Modify the Reconcile function to compare the state specified by the ArgoTunnel 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.14.1/pkg/reconcile
func (*ArgoTunnelIngressRuleReconciler) SetupWithManager ¶
func (r *ArgoTunnelIngressRuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ArgoTunnelReconciler ¶
type ArgoTunnelReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
ArgoTunnelReconciler reconciles a ArgoTunnel object
func (*ArgoTunnelReconciler) Reconcile ¶
func (r *ArgoTunnelReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, 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. TODO(user): Modify the Reconcile function to compare the state specified by the ArgoTunnel 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.14.1/pkg/reconcile
func (*ArgoTunnelReconciler) SetupWithManager ¶
func (r *ArgoTunnelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DNSRecordReconciler ¶
type DNSRecordReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
DNSRecordReconciler reconciles a DNSRecord object
func (*DNSRecordReconciler) 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 DNSRecord 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.14.1/pkg/reconcile
func (*DNSRecordReconciler) SetupWithManager ¶
func (r *DNSRecordReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ZoneReconciler ¶
ZoneReconciler reconciles a Zone object
func (*ZoneReconciler) 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 Zone 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.14.1/pkg/reconcile
func (*ZoneReconciler) SetupWithManager ¶
func (r *ZoneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.