Documentation ¶
Index ¶
- type PlayReconciler
- func (r *PlayReconciler) GetStatus(state ci.State) metav1.ConditionStatus
- func (r *PlayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *PlayReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *PlayReconciler) UpdateName(ctx context.Context, p *ci.Play, name string) error
- func (r *PlayReconciler) UpdateStatus(ctx context.Context, p *ci.Play, state ci.State, message string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlayReconciler ¶
PlayReconciler reconciles a Play object
func (*PlayReconciler) GetStatus ¶ added in v0.11.0
func (r *PlayReconciler) GetStatus(state ci.State) metav1.ConditionStatus
func (*PlayReconciler) Reconcile ¶
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 (*PlayReconciler) SetupWithManager ¶
func (r *PlayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
func (*PlayReconciler) UpdateName ¶ added in v0.11.0
UpdateName set the status of tekton resource state
Click to show internal directories.
Click to hide internal directories.