controllers

package
v0.0.0-...-5889168 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2021 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RunIsFailed    RunState = "Failed"
	RunIsSucceeded RunState = "Succeded"
	RunIsRunning   RunState = "Running"

	NeedsSyncErrorReason = "NeedsSyncError"
	CreateRunErrorReason = "CreateRunError"
	CreateRunReason      = "CreateRun"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelSyncReconciler

type ModelSyncReconciler struct {
	client.Client
	Log      logr.Logger
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

ModelSyncReconciler reconciles a ModelSync object

func (*ModelSyncReconciler) Reconcile

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

func (*ModelSyncReconciler) SetupWithManager

func (r *ModelSyncReconciler) SetupWithManager(mgr ctrl.Manager) error

type RunState

type RunState string

Jump to

Keyboard shortcuts

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