Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var DEBUG = false
Functions ¶
This section is empty.
Types ¶
type WorkflowWebhookReconciler ¶
WorkflowWebhookReconciler reconciles a WorkflowWebhook object
func (*WorkflowWebhookReconciler) Reconcile ¶
func (r *WorkflowWebhookReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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.16.0/pkg/reconcile
func (*WorkflowWebhookReconciler) SetupWithManager ¶
func (r *WorkflowWebhookReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkflowWebhookRequestReconciler ¶
WorkflowWebhookRequestReconciler reconciles a WorkflowWebhookRequest object
func (*WorkflowWebhookRequestReconciler) Reconcile ¶
func (r *WorkflowWebhookRequestReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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.16.0/pkg/reconcile
func (*WorkflowWebhookRequestReconciler) SetupWithManager ¶
func (r *WorkflowWebhookRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.