Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExperimentReconciler ¶
ExperimentReconciler reconciles an Experiment object
func (*ExperimentReconciler) SetupWithManager ¶
func (r *ExperimentReconciler) SetupWithManager(mgr ctrl.Manager) error
type MetricReconciler ¶ added in v1.3.0
MetricReconciler reconciles the metrics on a Trial object
func (*MetricReconciler) SetupWithManager ¶ added in v1.3.0
func (r *MetricReconciler) SetupWithManager(mgr ctrl.Manager) error
type PatchReconciler ¶ added in v1.3.0
PatchReconciler reconciles the patches on a Trial object
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) SetupWithManager ¶ added in v1.3.0
func (r *ServerReconciler) SetupWithManager(mgr ctrl.Manager) error
type SetupReconciler ¶ added in v1.3.0
SetupReconciler reconciles a Trial object for setup tasks
func (*SetupReconciler) SetupWithManager ¶ added in v1.3.0
func (r *SetupReconciler) SetupWithManager(mgr ctrl.Manager) error
type TrialJobReconciler ¶ added in v1.3.0
TrialJobReconciler reconciles a Trial's job
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) SetupWithManager ¶ added in v1.3.0
func (r *WaitReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.