Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientReconciler ¶
type ClientReconciler struct {
client.Client
Scheme *runtime.Scheme
}
ClientReconciler reconciles a Client object
func (*ClientReconciler) Reconcile ¶
func (r *ClientReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
func (*ClientReconciler) SetupWithManager ¶
func (r *ClientReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UpstreamReconciler ¶
type UpstreamReconciler struct {
client.Client
Scheme *runtime.Scheme
}
UpstreamReconciler reconciles a Upstream object
func (*UpstreamReconciler) Reconcile ¶
func (r *UpstreamReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
func (*UpstreamReconciler) SetupWithManager ¶
func (r *UpstreamReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.