Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenErrorStatus ¶
GenErrorStatus makes metav1.Status from error.
Types ¶
type EventEmitter ¶
type EventEmitter struct {
Recorder record.EventRecorder
}
type RetryablePipelineRunReconciler ¶
type RetryablePipelineRunReconciler struct { client.Client Scheme *runtime.Scheme EventEmitter }
RetryablePipelineRunReconciler reconciles a RetryablePipelineRun object
func (*RetryablePipelineRunReconciler) Reconcile ¶
func (r *RetryablePipelineRunReconciler) 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.
func (*RetryablePipelineRunReconciler) SetupWithManager ¶
func (r *RetryablePipelineRunReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.