Documentation
¶
Index ¶
- type ServiceReconciler
- func (r *ServiceReconciler) AddLogsFinalizer(ctx context.Context, instance *apiv1.Service) error
- func (r *ServiceReconciler) AddStartTime(ctx context.Context, instance *apiv1.Service) error
- func (r *ServiceReconciler) AddStatusFinalizer(ctx context.Context, instance *apiv1.Service) error
- func (r *ServiceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceReconciler ¶
type ServiceReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Namespace string
}
ServiceReconciler reconciles a Service object
func (*ServiceReconciler) AddLogsFinalizer ¶
AddLogsFinalizer Adds finalizer by the reconciler
func (*ServiceReconciler) AddStartTime ¶
AddStartTime Adds starttime field by the reconciler
func (*ServiceReconciler) AddStatusFinalizer ¶
AddStatusFinalizer Adds finalizer by the reconciler
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the reconciliation logic
Source Files
¶
Click to show internal directories.
Click to hide internal directories.