controllers

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2021 License: Apache-2.0 Imports: 26 Imported by: 0

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

type RunnerReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

RunnerReconciler reconciles a Runner object

func (*RunnerReconciler) Reconcile

func (r *RunnerReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL