controllers

package
v0.0.0-...-0d26b2d Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2020 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OperationReconciler

type OperationReconciler struct {
	client.Client
	ManagerContainerName string
	ManagerNamespace     string
	AgentImage           string
	MetricsRBAC          bool
	Log                  logr.Logger
	// contains filtered or unexported fields
}

OperationReconciler reconciles a Operation object

func (*OperationReconciler) Reconcile

func (r *OperationReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, rerr error)

Reconcile an operation

func (*OperationReconciler) SetupWithManager

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

SetupWithManager configures the controller for calling the reconciler

type RuntimeTaskGroupReconciler

type RuntimeTaskGroupReconciler struct {
	client.Client

	Log logr.Logger
	// contains filtered or unexported fields
}

RuntimeTaskGroupReconciler reconciles a RuntimeTaskGroup object

func (*RuntimeTaskGroupReconciler) Reconcile

func (r *RuntimeTaskGroupReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, rerr error)

Reconcile a runtimetaskgroup

func (*RuntimeTaskGroupReconciler) SetupWithManager

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

SetupWithManager configures the controller for calling the reconciler

type RuntimeTaskReconciler

type RuntimeTaskReconciler struct {
	client.Client
	NodeName  string
	Operation string

	Log logr.Logger
	// contains filtered or unexported fields
}

RuntimeTaskReconciler reconciles a RuntimeTask object

func (*RuntimeTaskReconciler) Reconcile

func (r *RuntimeTaskReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, rerr error)

Reconcile a runtimetask

func (*RuntimeTaskReconciler) SetupWithManager

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

SetupWithManager configures the controller for calling the reconciler

Jump to

Keyboard shortcuts

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