controllers

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExperimentReconciler

type ExperimentReconciler struct {
	client.Client
	Log logr.Logger
}

ExperimentReconciler reconciles an Experiment object

func (*ExperimentReconciler) Reconcile

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

func (*ExperimentReconciler) SetupWithManager

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

type MetricReconciler added in v1.3.0

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

MetricReconciler reconciles the metrics on a Trial object

func (*MetricReconciler) Reconcile added in v1.3.0

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

func (*MetricReconciler) SetupWithManager added in v1.3.0

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

type PatchReconciler added in v1.3.0

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

PatchReconciler reconciles the patches on a Trial object

func (*PatchReconciler) Reconcile added in v1.3.0

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

func (*PatchReconciler) SetupWithManager added in v1.3.0

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

type ServerReconciler added in v1.3.0

type ServerReconciler struct {
	client.Client
	Log       logr.Logger
	Scheme    *runtime.Scheme
	RedSkyAPI redskyapi.API
	// contains filtered or unexported fields
}

ServerReconciler reconciles a experiment and trial objects with a remote server

func (*ServerReconciler) Reconcile added in v1.3.0

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

func (*ServerReconciler) SetupWithManager added in v1.3.0

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

type SetupReconciler added in v1.3.0

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

SetupReconciler reconciles a Trial object for setup tasks

func (*SetupReconciler) Reconcile added in v1.3.0

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

func (*SetupReconciler) SetupWithManager added in v1.3.0

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

type TrialJobReconciler added in v1.3.0

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

TrialJobReconciler reconciles a Trial's job

func (*TrialJobReconciler) Reconcile added in v1.3.0

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

func (*TrialJobReconciler) SetupWithManager added in v1.3.0

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

type WaitReconciler added in v1.3.0

type WaitReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

WaitReconciler checks for stability of the patched objects

func (*WaitReconciler) Reconcile added in v1.3.0

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

func (*WaitReconciler) SetupWithManager added in v1.3.0

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

Jump to

Keyboard shortcuts

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