v1

package
v0.0.0-...-2d11c27 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the routing v1 API group +kubebuilder:object:generate=true +groupName=routing.andrewneudegg.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "routing.andrewneudegg.com", 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 Delta

type Delta struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   DeltaSpec   `json:"spec,omitempty"`
	Status DeltaStatus `json:"status,omitempty"`
}

Delta is the Schema for the delta API

func (*Delta) DeepCopy

func (in *Delta) DeepCopy() *Delta

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

func (*Delta) DeepCopyInto

func (in *Delta) DeepCopyInto(out *Delta)

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

func (*Delta) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type DeltaList

type DeltaList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Delta `json:"items"`
}

DeltaList contains a list of Delta

func (*DeltaList) DeepCopy

func (in *DeltaList) DeepCopy() *DeltaList

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

func (*DeltaList) DeepCopyInto

func (in *DeltaList) DeepCopyInto(out *DeltaList)

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

func (*DeltaList) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type DeltaSpec

type DeltaSpec struct {

	// Name specifies the name of the created delta cluster.
	Name string `json:"name,omitempty"`
	// Count specifies the number of replicas.
	Count int32 `json:"count,omitempty"`
	// Spec for the generated pods.
	Template corev1.PodTemplateSpec `json:"template,omitempty"`
	// DeltaConfig contains the core pipeline configs.
	DeltaConfig string `json:"deltaConfig,omitempty"`
}

DeltaSpec defines the desired state of Delta

func (*DeltaSpec) DeepCopy

func (in *DeltaSpec) DeepCopy() *DeltaSpec

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

func (*DeltaSpec) DeepCopyInto

func (in *DeltaSpec) DeepCopyInto(out *DeltaSpec)

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

type DeltaStatus

type DeltaStatus struct {
}

DeltaStatus defines the observed state of Delta

func (*DeltaStatus) DeepCopy

func (in *DeltaStatus) DeepCopy() *DeltaStatus

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

func (*DeltaStatus) DeepCopyInto

func (in *DeltaStatus) DeepCopyInto(out *DeltaStatus)

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