Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomTaskRef ¶
type ReconcileCustomRun ¶
type ReconcileCustomRun struct {
// contains filtered or unexported fields
}
func NewReconcileCustomRun ¶
func NewReconcileCustomRun(client client.Client) *ReconcileCustomRun
func (*ReconcileCustomRun) Reconcile ¶
+kubebuilder:rbac:groups=edp.epam.com,resources=approvaltasks,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=edp.epam.com,resources=approvaltasks/status,verbs=get;update;patch +kubebuilder:rbac:groups=edp.epam.com,resources=approvaltasks/finalizers,verbs=update +kubebuilder:rbac:groups=tekton.dev,resources=customruns,verbs=get;list;watch;update;patch +kubebuilder:rbac:groups=tekton.dev,resources=customruns/status,verbs=get;update;patch Reconcile is responsible for reconciling CustomRun objects with ApprovalTask references.
func (*ReconcileCustomRun) SetupWithManager ¶
func (r *ReconcileCustomRun) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.