Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the batch v1 API group +kubebuilder:object:generate=true +groupName=batch.bonavadeur.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "batch.bonavadeur.io", Version: "v1"} // 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 Seika ¶
type Seika struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SeikaSpec `json:"spec,omitempty"` Status SeikaStatus `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Nodes",type=string,JSONPath=`.status.nodes` +kubebuilder:printcolumn:name="Ready",type=string,JSONPath=`.status.ready` Seika is the Schema for the seikas API
func (*Seika) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Seika.
func (*Seika) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Seika) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SeikaList ¶
type SeikaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Seika `json:"items"` }
SeikaList contains a list of Seika
func (*SeikaList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeikaList.
func (*SeikaList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SeikaList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SeikaSpec ¶
type SeikaSpec struct { Repurika map[string]int `json:"repurika,omitempty"` Selector *metav1.LabelSelector `json:"selector,omitempty"` Template corev1.PodTemplateSpec `json:"template,omitempty"` }
SeikaSpec defines the desired state of Seika
func (*SeikaSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeikaSpec.
func (*SeikaSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SeikaStatus ¶
type SeikaStatus struct { Repurika map[string]int `json:"repurika,omitempty"` Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` Nodes []string `json:"nodes,omitempty"` Ready string `json:"ready,omitempty"` }
SeikaStatus defines the observed state of Seika
func (*SeikaStatus) DeepCopy ¶
func (in *SeikaStatus) DeepCopy() *SeikaStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeikaStatus.
func (*SeikaStatus) DeepCopyInto ¶
func (in *SeikaStatus) DeepCopyInto(out *SeikaStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.