Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the action v1alpha1 API group +kubebuilder:object:generate=true +groupName=action.kuan.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "action.kuan.io", 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 Hello ¶
type Hello struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HelloSpec `json:"spec,omitempty"` Status HelloStatus `json:"status,omitempty"` }
Hello is the Schema for the hellos API
func (*Hello) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Hello.
func (*Hello) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Hello) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HelloList ¶
type HelloList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Hello `json:"items"` }
HelloList contains a list of Hello
func (*HelloList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloList.
func (*HelloList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HelloList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HelloSpec ¶
type HelloSpec struct { // Foo is an example field of Hello. Edit hello_types.go to remove/update Foo string `json:"foo,omitempty"` }
HelloSpec defines the desired state of Hello
func (*HelloSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloSpec.
func (*HelloSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HelloStatus ¶
type HelloStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file Bar string `json:"foo,omitempty"` }
HelloStatus defines the observed state of Hello
func (*HelloStatus) DeepCopy ¶
func (in *HelloStatus) DeepCopy() *HelloStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloStatus.
func (*HelloStatus) DeepCopyInto ¶
func (in *HelloStatus) DeepCopyInto(out *HelloStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.