Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RunnerRunning indicates GitLab Runner // is Running RunnerRunning string = "Running" // RunnerPending indicates initiliazing RunnerPending string = "Pending" // RunnerFailed indicates error RunnerFailed string = "Failed" // RunnerWaiting indicates waiting for secret RunnerWaiting string = "Waiting" )
View Source
const ( // ErrTokenNotFound returns when token secret is not found ErrTokenNotFound runnerctl.CustomError = "token secret not found" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunnerReconciler ¶
RunnerReconciler reconciles a Runner object
func (*RunnerReconciler) Reconcile ¶
Reconcile triggers when an event occurs on the watched resource
func (*RunnerReconciler) SetupWithManager ¶
func (r *RunnerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager configures the custom resource watched resources
Click to show internal directories.
Click to hide internal directories.