v1

package
v0.0.0-...-6be162a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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

View Source
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"`
}

Seika is the Schema for the seikas API

func (*Seika) DeepCopy

func (in *Seika) DeepCopy() *Seika

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Seika.

func (*Seika) DeepCopyInto

func (in *Seika) DeepCopyInto(out *Seika)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Seika) DeepCopyObject

func (in *Seika) DeepCopyObject() runtime.Object

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

func (in *SeikaList) DeepCopy() *SeikaList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeikaList.

func (*SeikaList) DeepCopyInto

func (in *SeikaList) DeepCopyInto(out *SeikaList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SeikaList) DeepCopyObject

func (in *SeikaList) DeepCopyObject() runtime.Object

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

func (in *SeikaSpec) DeepCopy() *SeikaSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeikaSpec.

func (*SeikaSpec) DeepCopyInto

func (in *SeikaSpec) DeepCopyInto(out *SeikaSpec)

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"`
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL