Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedirectReconciler ¶
type RedirectReconciler struct {
// contains filtered or unexported fields
}
RedirectReconciler reconciles a Redirect object
func NewRedirectReconciler ¶
func NewRedirectReconciler(client client.Client, rClient *redirectclient.RedirectClient, scheme *runtime.Scheme, tracer trace.Tracer) *RedirectReconciler
NewRedirectReconciler returns a new RedirectReconciler
func (*RedirectReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.1/pkg/reconcile
func (*RedirectReconciler) SetupWithManager ¶
func (r *RedirectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ShortLinkReconciler ¶
type ShortLinkReconciler struct {
// contains filtered or unexported fields
}
ShortLinkReconciler reconciles a ShortLink object
func NewShortLinkReconciler ¶
func NewShortLinkReconciler(client *shortlinkclient.ShortlinkClient, scheme *runtime.Scheme, tracer trace.Tracer) *ShortLinkReconciler
NewShortLinkReconciler returns a new ShortLinkReconciler
func (*ShortLinkReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.1/pkg/reconcile
func (*ShortLinkReconciler) SetupWithManager ¶
func (r *ShortLinkReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.