Documentation
¶
Index ¶
- func Add(mgr manager.Manager) error
- type ReconcileExperiment
- func (r *ReconcileExperiment) Reconcile(request reconcile.Request) (reconcile.Result, error)
- func (r *ReconcileExperiment) ReconcileExperiment(instance *experimentsv1alpha2.Experiment) error
- func (r *ReconcileExperiment) ReconcileTrials(instance *experimentsv1alpha2.Experiment, trials []trialsv1alpha2.Trial) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileExperiment ¶
type ReconcileExperiment struct { client.Client suggestion.Suggestion manifest.Generator managerclient.ManagerClient // contains filtered or unexported fields }
ReconcileExperiment reconciles a Experiment object
func (*ReconcileExperiment) Reconcile ¶
Reconcile reads that state of the cluster for a Experiment object and makes changes based on the state read and what is in the Experiment.Spec +kubebuilder:rbac:groups=experiments.kubeflow.org,resources=experiments,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=experiments.kubeflow.org,resources=experiments/status,verbs=get;update;patch
func (*ReconcileExperiment) ReconcileExperiment ¶
func (r *ReconcileExperiment) ReconcileExperiment(instance *experimentsv1alpha2.Experiment) error
func (*ReconcileExperiment) ReconcileTrials ¶
func (r *ReconcileExperiment) ReconcileTrials(instance *experimentsv1alpha2.Experiment, trials []trialsv1alpha2.Trial) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.