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