Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the hello v1alpha1 API group +kubebuilder:object:generate=true +groupName=hello.parham.home
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "hello.parham.home", 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 Helloer ¶
type Helloer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HelloerSpec `json:"spec,omitempty"` Status HelloerStatus `json:"status,omitempty"` }
Helloer is the Schema for the helloers API
func (*Helloer) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Helloer.
func (*Helloer) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Helloer) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HelloerList ¶
type HelloerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Helloer `json:"items"` }
HelloerList contains a list of Helloer
func (*HelloerList) DeepCopy ¶
func (in *HelloerList) DeepCopy() *HelloerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloerList.
func (*HelloerList) DeepCopyInto ¶
func (in *HelloerList) DeepCopyInto(out *HelloerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HelloerList) DeepCopyObject ¶
func (in *HelloerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HelloerSpec ¶
type HelloerSpec struct { // +operator-sdk:csv:customresourcedefinitions:type=spec To string `json:"to,omitempty"` }
HelloerSpec defines the desired state of Helloer
func (*HelloerSpec) DeepCopy ¶
func (in *HelloerSpec) DeepCopy() *HelloerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloerSpec.
func (*HelloerSpec) DeepCopyInto ¶
func (in *HelloerSpec) DeepCopyInto(out *HelloerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HelloerStatus ¶
type HelloerStatus struct { }
HelloerStatus defines the observed state of Helloer
func (*HelloerStatus) DeepCopy ¶
func (in *HelloerStatus) DeepCopy() *HelloerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloerStatus.
func (*HelloerStatus) DeepCopyInto ¶
func (in *HelloerStatus) DeepCopyInto(out *HelloerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.