Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPodUnexpectlyFailed = errors.New("pod failed without notifying the build")
View Source
var ErrStageWithInvalidState = errors.New("stage did not match the status of the build")
Functions ¶
This section is empty.
Types ¶
type BuildReconciler ¶
BuildReconciler reconciles a Build object
func (*BuildReconciler) SetupWithManager ¶
func (r *BuildReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProjectReconciler ¶
ProjectReconciler reconciles a Project object
func (*ProjectReconciler) SetupWithManager ¶
func (r *ProjectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkspaceReconciler ¶
WorkspaceReconciler reconciles a Workspace object
func (*WorkspaceReconciler) SetupWithManager ¶
func (r *WorkspaceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.