Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the ai v1alpha1 API group +kubebuilder:object:generate=true +groupName=ai.ifontlabs.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "ai.ifontlabs.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ModelAccuracy ¶
type ModelAccuracy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ModelAccuracySpec `json:"spec,omitempty"` Status ModelAccuracyStatus `json:"status,omitempty"` }
ModelAccuracy is the Schema for the modelaccuracies API
func (*ModelAccuracy) DeepCopy ¶
func (in *ModelAccuracy) DeepCopy() *ModelAccuracy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelAccuracy.
func (*ModelAccuracy) DeepCopyInto ¶
func (in *ModelAccuracy) DeepCopyInto(out *ModelAccuracy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ModelAccuracy) DeepCopyObject ¶
func (in *ModelAccuracy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ModelAccuracyList ¶
type ModelAccuracyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ModelAccuracy `json:"items"` }
ModelAccuracyList contains a list of ModelAccuracy
func (*ModelAccuracyList) DeepCopy ¶
func (in *ModelAccuracyList) DeepCopy() *ModelAccuracyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelAccuracyList.
func (*ModelAccuracyList) DeepCopyInto ¶
func (in *ModelAccuracyList) DeepCopyInto(out *ModelAccuracyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ModelAccuracyList) DeepCopyObject ¶
func (in *ModelAccuracyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ModelAccuracySpec ¶
type ModelAccuracySpec struct { // Accuracy of the model as a decimal e.g. 0.9577 for 95.77%. Accuracy string `json:"accuracy,omitempty"` }
ModelAccuracySpec defines the desired state of ModelAccuracy
func (*ModelAccuracySpec) DeepCopy ¶
func (in *ModelAccuracySpec) DeepCopy() *ModelAccuracySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelAccuracySpec.
func (*ModelAccuracySpec) DeepCopyInto ¶
func (in *ModelAccuracySpec) DeepCopyInto(out *ModelAccuracySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ModelAccuracyStatus ¶
type ModelAccuracyStatus struct { }
ModelAccuracyStatus defines the observed state of ModelAccuracy
func (*ModelAccuracyStatus) DeepCopy ¶
func (in *ModelAccuracyStatus) DeepCopy() *ModelAccuracyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelAccuracyStatus.
func (*ModelAccuracyStatus) DeepCopyInto ¶
func (in *ModelAccuracyStatus) DeepCopyInto(out *ModelAccuracyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.