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