Documentation ¶
Index ¶
Constants ¶
View Source
const (
ServiceAccountName = "korifi-task"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusGetter ¶
type StatusGetter struct {
// contains filtered or unexported fields
}
func NewStatusGetter ¶
func NewStatusGetter(logger logr.Logger, k8sClient client.Client) *StatusGetter
func (*StatusGetter) GetStatusConditions ¶
type TaskStatusGetter ¶
type TaskWorkloadReconciler ¶
type TaskWorkloadReconciler struct {
// contains filtered or unexported fields
}
TaskWorkloadReconciler reconciles a TaskWorkload object
func NewTaskWorkloadReconciler ¶
func NewTaskWorkloadReconciler(logger logr.Logger, k8sClient client.Client, scheme *runtime.Scheme, statusGetter TaskStatusGetter, jobTTL time.Duration) *TaskWorkloadReconciler
func (*TaskWorkloadReconciler) SetupWithManager ¶
func (r *TaskWorkloadReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.