v1alpha1

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=frantj.cc

Index

Constants

This section is empty.

Variables

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

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

	Spec   KontrollerSpec   `json:"spec,omitempty"`
	Status KontrollerStatus `json:"status,omitempty"`
}

Kontroller is the Schema for the Kontrollers API.

func (*Kontroller) DeepCopy

func (in *Kontroller) DeepCopy() *Kontroller

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

func (*Kontroller) DeepCopyInto

func (in *Kontroller) DeepCopyInto(out *Kontroller)

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

func (*Kontroller) DeepCopyObject

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

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

type KontrollerList

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

KontrollerList contains a list of Kontroller.

func (*KontrollerList) DeepCopy

func (in *KontrollerList) DeepCopy() *KontrollerList

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

func (*KontrollerList) DeepCopyInto

func (in *KontrollerList) DeepCopyInto(out *KontrollerList)

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

func (*KontrollerList) DeepCopyObject

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

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

type KontrollerSpec

type KontrollerSpec struct {
	Image     string `json:"image,omitempty"`
	Overrides `json:",inline"`
}

KontrollerSpec defines the desired state of Kontroller.

func (*KontrollerSpec) DeepCopy

func (in *KontrollerSpec) DeepCopy() *KontrollerSpec

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

func (*KontrollerSpec) DeepCopyInto

func (in *KontrollerSpec) DeepCopyInto(out *KontrollerSpec)

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

type KontrollerStatus

type KontrollerStatus struct{}

KontrollerStatus defines the observed state of Kontroller.

func (*KontrollerStatus) DeepCopy

func (in *KontrollerStatus) DeepCopy() *KontrollerStatus

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

func (*KontrollerStatus) DeepCopyInto

func (in *KontrollerStatus) DeepCopyInto(out *KontrollerStatus)

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

type Overrides

type Overrides struct {
	ContainerPorts []int32  `json:"ports,omitempty"`
	Command        []string `json:"command,omitempty"`
	Args           []string `json:"args,omitempty"`
}

func (*Overrides) DeepCopy

func (in *Overrides) DeepCopy() *Overrides

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

func (*Overrides) DeepCopyInto

func (in *Overrides) DeepCopyInto(out *Overrides)

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