v1

package
v0.0.0-...-9746b05 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "travelbot.ragainsth.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 TravelbotOperator

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

	Spec   TravelbotOperatorSpec   `json:"spec,omitempty"`
	Status TravelbotOperatorStatus `json:"status,omitempty"`
}

TravelbotOperator is the Schema for the travelbotoperators API

func (*TravelbotOperator) DeepCopy

func (in *TravelbotOperator) DeepCopy() *TravelbotOperator

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

func (*TravelbotOperator) DeepCopyInto

func (in *TravelbotOperator) DeepCopyInto(out *TravelbotOperator)

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

func (*TravelbotOperator) DeepCopyObject

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

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

type TravelbotOperatorList

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

TravelbotOperatorList contains a list of TravelbotOperator

func (*TravelbotOperatorList) DeepCopy

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

func (*TravelbotOperatorList) DeepCopyInto

func (in *TravelbotOperatorList) DeepCopyInto(out *TravelbotOperatorList)

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

func (*TravelbotOperatorList) DeepCopyObject

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

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

type TravelbotOperatorSpec

type TravelbotOperatorSpec struct {
	ShipName      string `json:"shipName,omitempty"`
	ShipSpeed     string `json:"shipSpeed,omitempty"`
	SleepDuration string `json:"sleepDuration,omitempty"`
	DeployImage   string `json:"deployImage,omitempty"`
	Replicas      int32  `json:"replicas,omitempty"`
}

TravelbotOperatorSpec defines the desired state of TravelbotOperator

func (*TravelbotOperatorSpec) DeepCopy

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

func (*TravelbotOperatorSpec) DeepCopyInto

func (in *TravelbotOperatorSpec) DeepCopyInto(out *TravelbotOperatorSpec)

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

type TravelbotOperatorStatus

type TravelbotOperatorStatus struct {
}

TravelbotOperatorStatus defines the observed state of TravelbotOperator

func (*TravelbotOperatorStatus) DeepCopy

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

func (*TravelbotOperatorStatus) DeepCopyInto

func (in *TravelbotOperatorStatus) DeepCopyInto(out *TravelbotOperatorStatus)

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