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