Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JaegerReconciler ¶
type JaegerReconciler struct {
// contains filtered or unexported fields
}
JaegerReconciler reconciles a Jaeger object
func NewReconciler ¶
func NewReconciler(client client.Client, clientReader client.Reader, scheme *runtime.Scheme) *JaegerReconciler
NewReconciler creates a new jaeger reconcilier controller
func (*JaegerReconciler) Reconcile ¶
func (r *JaegerReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile jaeger resource
func (*JaegerReconciler) SetupWithManager ¶
func (r *JaegerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.