Documentation ¶
Index ¶
- func AddInitializer(t *redskyv1beta1.Trial, initializer string) bool
- func ApplyCondition(status *redskyv1beta1.TrialStatus, ...)
- func CheckCondition(status *redskyv1beta1.TrialStatus, ...) bool
- func GetInitializers(t *redskyv1beta1.Trial) []string
- func IsAbandoned(t *redskyv1beta1.Trial) bool
- func IsActive(t *redskyv1beta1.Trial) bool
- func IsBaseline(t *redskyv1beta1.Trial, exp *redskyv1beta1.Experiment) bool
- func IsFinished(t *redskyv1beta1.Trial) bool
- func IsTrialJobReference(t *redskyv1beta1.Trial, ref *corev1.ObjectReference) bool
- func NeedsCleanup(t *redskyv1beta1.Trial) bool
- func NewJob(t *redskyv1beta1.Trial) *batchv1.Job
- func RemoveInitializer(t *redskyv1beta1.Trial, initializer string) bool
- func SetInitializers(t *redskyv1beta1.Trial, initializers []string)
- func UpdateStatus(t *redskyv1beta1.Trial) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddInitializer ¶
func AddInitializer(t *redskyv1beta1.Trial, initializer string) bool
AddInitializer adds an initializer to the trial; returns true only if the trial is changed
func ApplyCondition ¶
func ApplyCondition(status *redskyv1beta1.TrialStatus, conditionType redskyv1beta1.TrialConditionType, conditionStatus corev1.ConditionStatus, reason, message string, time *metav1.Time)
ApplyCondition updates a the status of an existing condition or adds it if it does not exist
func CheckCondition ¶
func CheckCondition(status *redskyv1beta1.TrialStatus, conditionType redskyv1beta1.TrialConditionType, conditionStatus corev1.ConditionStatus) bool
CheckCondition checks to see if a condition has a specific status
func GetInitializers ¶
func GetInitializers(t *redskyv1beta1.Trial) []string
GetInitializers returns the initializers for the specified trial
func IsAbandoned ¶
func IsAbandoned(t *redskyv1beta1.Trial) bool
IsAbandoned checks to see if the specified trial is abandoned
func IsActive ¶
func IsActive(t *redskyv1beta1.Trial) bool
IsActive checks to see if the specified trial and any setup delete tasks are NOT finished
func IsBaseline ¶ added in v1.9.2
func IsBaseline(t *redskyv1beta1.Trial, exp *redskyv1beta1.Experiment) bool
IsBaseline checks to see if the supplied trial is a baseline for an experiment.
func IsFinished ¶
func IsFinished(t *redskyv1beta1.Trial) bool
IsFinished checks to see if the specified trial is finished
func IsTrialJobReference ¶
func IsTrialJobReference(t *redskyv1beta1.Trial, ref *corev1.ObjectReference) bool
IsTrialJobReference checks to see if the supplied reference likely points to the job of a trial. This is used primarily to give special handling to patch operations so they can refer to trial job before it exists.
func NeedsCleanup ¶
func NeedsCleanup(t *redskyv1beta1.Trial) bool
NeedsCleanup checks to see if a trial's TTL has expired
func NewJob ¶
func NewJob(t *redskyv1beta1.Trial) *batchv1.Job
NewJob returns a new trial run job from the template on the trial
func RemoveInitializer ¶
func RemoveInitializer(t *redskyv1beta1.Trial, initializer string) bool
RemoveInitializer removes the first occurrence of an initializer from the trial; returns true only if the trial is changed
func SetInitializers ¶
func SetInitializers(t *redskyv1beta1.Trial, initializers []string)
SetInitializers sets the supplied initializers on the trial
func UpdateStatus ¶
func UpdateStatus(t *redskyv1beta1.Trial) bool
UpdateStatus will make sure the trial status matches the current state of the trial; returns true only if changes were necessary
Types ¶
This section is empty.