Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sEventType ¶ added in v2.0.1
type K8sEventType string
const ( TaskActionDefaultRequeueDuration = 5 * time.Second FailedUnmarshal K8sEventType = "FailedUnmarshal" )
type TaskActionReconciler ¶
type TaskActionReconciler struct {
client.Client
Scheme *runtime.Scheme
StateServiceURL string
Recorder record.EventRecorder
// contains filtered or unexported fields
}
TaskActionReconciler reconciles a TaskAction object
func NewTaskActionReconciler ¶
func NewTaskActionReconciler(c client.Client, scheme *runtime.Scheme, stateServiceURL string) *TaskActionReconciler
NewTaskActionReconciler creates a new TaskActionReconciler with initialized clients
func (*TaskActionReconciler) Reconcile ¶
func (r *TaskActionReconciler) 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 (*TaskActionReconciler) SetupWithManager ¶
func (r *TaskActionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.