Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type LearningJob struct + Spec LearningJobSpec + Status LearningJobStatus + func (in *LearningJob) DeepCopy() *LearningJob + func (in *LearningJob) DeepCopyInto(out *LearningJob) + func (in *LearningJob) DeepCopyObject() runtime.Object + func (r *LearningJob) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *LearningJob) ValidateCreate() error + func (r *LearningJob) ValidateDelete() error + func (r *LearningJob) ValidateUpdate(old runtime.Object) error + type LearningJobList struct + Items []LearningJob + func (in *LearningJobList) DeepCopy() *LearningJobList + func (in *LearningJobList) DeepCopyInto(out *LearningJobList) + func (in *LearningJobList) DeepCopyObject() runtime.Object + type LearningJobSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource LearningJobSpecResource + State *LearningJobSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *LearningJobSpec) DeepCopy() *LearningJobSpec + func (in *LearningJobSpec) DeepCopyInto(out *LearningJobSpec) + type LearningJobSpecResource struct + DatasourceID *int64 + DatasourceType *string + Description *string + HyperParams map[string]string + ID string + Interval *int64 + Metric *string + Name *string + QueryParams map[string]string + TrainingWindow *int64 + func (in *LearningJobSpecResource) DeepCopy() *LearningJobSpecResource + func (in *LearningJobSpecResource) DeepCopyInto(out *LearningJobSpecResource) + type LearningJobStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *LearningJobStatus) DeepCopy() *LearningJobStatus + func (in *LearningJobStatus) DeepCopyInto(out *LearningJobStatus)