Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the ita-all-in-one v1 API group +kubebuilder:object:generate=true +groupName=ita-all-in-one.ita.exastro
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "ita-all-in-one.ita.exastro", Version: "v1"} // 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 ITAutomationAllInOne ¶
type ITAutomationAllInOne struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ITAutomationAllInOneSpec `json:"spec,omitempty"` Status ITAutomationAllInOneStatus `json:"status,omitempty"` }
ITAutomationAllInOne is the Schema for the itautomationallinones API
func (*ITAutomationAllInOne) DeepCopy ¶
func (in *ITAutomationAllInOne) DeepCopy() *ITAutomationAllInOne
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ITAutomationAllInOne.
func (*ITAutomationAllInOne) DeepCopyInto ¶
func (in *ITAutomationAllInOne) DeepCopyInto(out *ITAutomationAllInOne)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ITAutomationAllInOne) DeepCopyObject ¶
func (in *ITAutomationAllInOne) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ITAutomationAllInOneList ¶
type ITAutomationAllInOneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ITAutomationAllInOne `json:"items"` }
ITAutomationAllInOneList contains a list of ITAutomationAllInOne
func (*ITAutomationAllInOneList) DeepCopy ¶
func (in *ITAutomationAllInOneList) DeepCopy() *ITAutomationAllInOneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ITAutomationAllInOneList.
func (*ITAutomationAllInOneList) DeepCopyInto ¶
func (in *ITAutomationAllInOneList) DeepCopyInto(out *ITAutomationAllInOneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ITAutomationAllInOneList) DeepCopyObject ¶
func (in *ITAutomationAllInOneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ITAutomationAllInOneSpec ¶
type ITAutomationAllInOneSpec struct { // +kubebuilder:validation:Pattern=`^[1-9][0-9]*\.[0-9]+\.[0-9]+$` // +kubebuilder:validation:Required Version string `json:"version,omitempty"` // +kubebuilder:validation:MinLength=2 // +kubebuilder:validation:MaxLength=2 // +kubebuilder:default=en Language string `json:"language,omitempty"` // +kubebuilder:validation:Required FilePvcName string `json:"filePvcName,omitempty"` // +kubebuilder:validation:Required DatabasePvcName string `json:"databasePvcName,omitempty"` }
ITAutomationAllInOneSpec defines the desired state of ITAutomationAllInOne
func (*ITAutomationAllInOneSpec) DeepCopy ¶
func (in *ITAutomationAllInOneSpec) DeepCopy() *ITAutomationAllInOneSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ITAutomationAllInOneSpec.
func (*ITAutomationAllInOneSpec) DeepCopyInto ¶
func (in *ITAutomationAllInOneSpec) DeepCopyInto(out *ITAutomationAllInOneSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ITAutomationAllInOneStatus ¶
type ITAutomationAllInOneStatus struct { }
ITAutomationAllInOneStatus defines the observed state of ITAutomationAllInOne
func (*ITAutomationAllInOneStatus) DeepCopy ¶
func (in *ITAutomationAllInOneStatus) DeepCopy() *ITAutomationAllInOneStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ITAutomationAllInOneStatus.
func (*ITAutomationAllInOneStatus) DeepCopyInto ¶
func (in *ITAutomationAllInOneStatus) DeepCopyInto(out *ITAutomationAllInOneStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.