v1alpha2

package
v0.0.0-...-64a1658 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha2 contains API Schema definitions for the charon v1alpha2 API group +kubebuilder:object:generate=true +groupName=charon.charon.cr

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "charon.charon.cr", Version: "v1alpha2"}

	// 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 App

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

	Spec   AppSpec   `json:"spec,omitempty"`
	Status AppStatus `json:"status,omitempty"`
}

App is the Schema for the apps API

func (*App) DeepCopy

func (in *App) DeepCopy() *App

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

func (*App) DeepCopyInto

func (in *App) DeepCopyInto(out *App)

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

func (*App) DeepCopyObject

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

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

type AppList

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

AppList contains a list of App

func (*AppList) DeepCopy

func (in *AppList) DeepCopy() *AppList

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

func (*AppList) DeepCopyInto

func (in *AppList) DeepCopyInto(out *AppList)

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

func (*AppList) DeepCopyObject

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

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

type AppSpec

type AppSpec struct {
	Image string `json:"image"`
}

AppSpec defines the desired state of App

func (*AppSpec) DeepCopy

func (in *AppSpec) DeepCopy() *AppSpec

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

func (*AppSpec) DeepCopyInto

func (in *AppSpec) DeepCopyInto(out *AppSpec)

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

type AppStatus

type AppStatus struct {
	Image string `json:"image"`
}

AppStatus defines the observed state of App

func (*AppStatus) DeepCopy

func (in *AppStatus) DeepCopy() *AppStatus

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

func (*AppStatus) DeepCopyInto

func (in *AppStatus) DeepCopyInto(out *AppStatus)

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

type Charon

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

	Spec   CharonSpec   `json:"spec,omitempty"`
	Status CharonStatus `json:"status,omitempty"`
}

Charon is the Schema for the charons API

func (*Charon) DeepCopy

func (in *Charon) DeepCopy() *Charon

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

func (*Charon) DeepCopyInto

func (in *Charon) DeepCopyInto(out *Charon)

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

func (*Charon) DeepCopyObject

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

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

type CharonList

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

CharonList contains a list of Charon

func (*CharonList) DeepCopy

func (in *CharonList) DeepCopy() *CharonList

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

func (*CharonList) DeepCopyInto

func (in *CharonList) DeepCopyInto(out *CharonList)

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

func (*CharonList) DeepCopyObject

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

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

type CharonSpec

type CharonSpec struct {
	Analyzer      string `json:"analyzer"`
	DeployerImage string `json:"deployerImage"`
	AnalyzerImage string `json:"analyzerImage"`
}

CharonSpec defines the desired state of Charon

func (*CharonSpec) DeepCopy

func (in *CharonSpec) DeepCopy() *CharonSpec

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

func (*CharonSpec) DeepCopyInto

func (in *CharonSpec) DeepCopyInto(out *CharonSpec)

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

type CharonStatus

type CharonStatus struct {
	Image string `json:"image"`
}

CharonStatus defines the observed state of Charon

func (*CharonStatus) DeepCopy

func (in *CharonStatus) DeepCopy() *CharonStatus

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

func (*CharonStatus) DeepCopyInto

func (in *CharonStatus) DeepCopyInto(out *CharonStatus)

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