Documentation ¶
Index ¶
- func NewCache() cache.Options
- type ThinRuntimeReconciler
- func (r *ThinRuntimeReconciler) ControllerName() string
- func (r *ThinRuntimeReconciler) GetOrCreateEngine(ctx cruntime.ReconcileRequestContext) (engine base.Engine, err error)
- func (r *ThinRuntimeReconciler) ManagedResource() client.Object
- func (r *ThinRuntimeReconciler) Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *ThinRuntimeReconciler) RemoveEngine(ctx cruntime.ReconcileRequestContext)
- func (r *ThinRuntimeReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options, eventDriven bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ThinRuntimeReconciler ¶
type ThinRuntimeReconciler struct { Scheme *runtime.Scheme *controllers.RuntimeReconciler // contains filtered or unexported fields }
ThinRuntimeReconciler reconciles a ThinRuntime object
func NewRuntimeReconciler ¶
func NewRuntimeReconciler(client client.Client, log logr.Logger, scheme *runtime.Scheme, recorder record.EventRecorder) *ThinRuntimeReconciler
NewRuntimeReconciler create controller for watching runtime custom resources created
func (*ThinRuntimeReconciler) ControllerName ¶
func (r *ThinRuntimeReconciler) ControllerName() string
func (*ThinRuntimeReconciler) GetOrCreateEngine ¶
func (r *ThinRuntimeReconciler) GetOrCreateEngine(ctx cruntime.ReconcileRequestContext) (engine base.Engine, err error)
func (*ThinRuntimeReconciler) ManagedResource ¶
func (r *ThinRuntimeReconciler) ManagedResource() client.Object
func (*ThinRuntimeReconciler) RemoveEngine ¶
func (r *ThinRuntimeReconciler) RemoveEngine(ctx cruntime.ReconcileRequestContext)
func (*ThinRuntimeReconciler) SetupWithManager ¶
func (r *ThinRuntimeReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options, eventDriven bool) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.