Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the intermine v1alpha1 API group +kubebuilder:object:generate=true +groupName=intermine.intermine.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "intermine.intermine.org", 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 IntermineInstance ¶
type IntermineInstance struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IntermineInstanceSpec `json:"spec,omitempty"` Status IntermineInstanceStatus `json:"status,omitempty"` }
IntermineInstance is the Schema for the intermineinstances API
func (*IntermineInstance) DeepCopy ¶
func (in *IntermineInstance) DeepCopy() *IntermineInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IntermineInstance.
func (*IntermineInstance) DeepCopyInto ¶
func (in *IntermineInstance) DeepCopyInto(out *IntermineInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IntermineInstance) DeepCopyObject ¶
func (in *IntermineInstance) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IntermineInstanceList ¶
type IntermineInstanceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []IntermineInstance `json:"items"` }
IntermineInstanceList contains a list of IntermineInstance
func (*IntermineInstanceList) DeepCopy ¶
func (in *IntermineInstanceList) DeepCopy() *IntermineInstanceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IntermineInstanceList.
func (*IntermineInstanceList) DeepCopyInto ¶
func (in *IntermineInstanceList) DeepCopyInto(out *IntermineInstanceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IntermineInstanceList) DeepCopyObject ¶
func (in *IntermineInstanceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IntermineInstanceSpec ¶
type IntermineInstanceSpec struct { // Foo is an example field of IntermineInstance. Edit intermineinstance_types.go to remove/update Foo string `json:"foo,omitempty"` }
IntermineInstanceSpec defines the desired state of IntermineInstance
func (*IntermineInstanceSpec) DeepCopy ¶
func (in *IntermineInstanceSpec) DeepCopy() *IntermineInstanceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IntermineInstanceSpec.
func (*IntermineInstanceSpec) DeepCopyInto ¶
func (in *IntermineInstanceSpec) DeepCopyInto(out *IntermineInstanceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IntermineInstanceStatus ¶
type IntermineInstanceStatus struct { }
IntermineInstanceStatus defines the observed state of IntermineInstance
func (*IntermineInstanceStatus) DeepCopy ¶
func (in *IntermineInstanceStatus) DeepCopy() *IntermineInstanceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IntermineInstanceStatus.
func (*IntermineInstanceStatus) DeepCopyInto ¶
func (in *IntermineInstanceStatus) DeepCopyInto(out *IntermineInstanceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.