v1

package
v0.0.0-...-59d226f Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the webapplication v1 API group +kubebuilder:object:generate=true +groupName=webapplication.abeni

Index

Constants

This section is empty.

Variables

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

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

	Spec   K3Spec   `json:"spec,omitempty"`
	Status K3Status `json:"status,omitempty"`
}

K3 is the Schema for the k3s API

func (*K3) DeepCopy

func (in *K3) DeepCopy() *K3

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

func (*K3) DeepCopyInto

func (in *K3) DeepCopyInto(out *K3)

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

func (*K3) DeepCopyObject

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

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

type K3List

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

K3List contains a list of K3

func (*K3List) DeepCopy

func (in *K3List) DeepCopy() *K3List

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

func (*K3List) DeepCopyInto

func (in *K3List) DeepCopyInto(out *K3List)

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

func (*K3List) DeepCopyObject

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

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

type K3Spec

type K3Spec struct {
	Image    string `json:"image,omitempty"`
	Replicas int    `json:"replicas,omitempty"`
	Host     string `json:"host,omitempty"`
}

K3Spec defines the desired state of K3

func (*K3Spec) DeepCopy

func (in *K3Spec) DeepCopy() *K3Spec

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

func (*K3Spec) DeepCopyInto

func (in *K3Spec) DeepCopyInto(out *K3Spec)

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

type K3Status

type K3Status struct {
}

K3Status defines the observed state of K3

func (*K3Status) DeepCopy

func (in *K3Status) DeepCopy() *K3Status

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

func (*K3Status) DeepCopyInto

func (in *K3Status) DeepCopyInto(out *K3Status)

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