Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrContainerExit = errors.New("container exited")
)
Functions ¶
This section is empty.
Types ¶
type EnvironmentBuildReconciler ¶
EnvironmentBuildReconciler reconciles a EnvironmentBuild object
func (*EnvironmentBuildReconciler) Reconcile ¶
func (r *EnvironmentBuildReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.1/pkg/reconcile
func (*EnvironmentBuildReconciler) SetupWithManager ¶
func (r *EnvironmentBuildReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type TaskReconciler ¶
TaskReconciler reconciles a Task object
func NewTaskReconciler ¶
func NewTaskReconciler(mgr ctrl.Manager) *TaskReconciler
func (*TaskReconciler) 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 (*TaskReconciler) SetupWithManager ¶
func (r *TaskReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.