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