v1alpha1

package
v0.0.0-...-a4572ef Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2021 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the esc v1alpha1 API group +kubebuilder:object:generate=true +groupName=esc.k06.in

Index

Constants

This section is empty.

Variables

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

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

	Spec   TemplateSpec   `json:"spec,omitempty"`
	Status TemplateStatus `json:"status,omitempty"`
}

Template is the Schema for the templates API

func (*Template) DeepCopy

func (in *Template) DeepCopy() *Template

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

func (*Template) DeepCopyInto

func (in *Template) DeepCopyInto(out *Template)

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

func (*Template) DeepCopyObject

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

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

type TemplateList

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

TemplateList contains a list of Template

func (*TemplateList) DeepCopy

func (in *TemplateList) DeepCopy() *TemplateList

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

func (*TemplateList) DeepCopyInto

func (in *TemplateList) DeepCopyInto(out *TemplateList)

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

func (*TemplateList) DeepCopyObject

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

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

type TemplateSpec

type TemplateSpec struct {
	Template v1.PodTemplateSpec `json:"template" protobuf:"bytes,3,opt,name=template"`

	ServiceSpec v1.ServiceSpec `json:"service,omitempty" protobuf:"bytes,3,opt,name=service"`
}

TemplateSpec defines the desired state of Template

func (*TemplateSpec) DeepCopy

func (in *TemplateSpec) DeepCopy() *TemplateSpec

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

func (*TemplateSpec) DeepCopyInto

func (in *TemplateSpec) DeepCopyInto(out *TemplateSpec)

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

type TemplateStatus

type TemplateStatus struct {
}

TemplateStatus defines the observed state of Template

func (*TemplateStatus) DeepCopy

func (in *TemplateStatus) DeepCopy() *TemplateStatus

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

func (*TemplateStatus) DeepCopyInto

func (in *TemplateStatus) DeepCopyInto(out *TemplateStatus)

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

type Userland

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

	Spec   UserlandSpec   `json:"spec,omitempty"`
	Status UserlandStatus `json:"status,omitempty"`
}

Userland is the Schema for the userlands API

func (*Userland) DeepCopy

func (in *Userland) DeepCopy() *Userland

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

func (*Userland) DeepCopyInto

func (in *Userland) DeepCopyInto(out *Userland)

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

func (*Userland) DeepCopyObject

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

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

type UserlandList

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

UserlandList contains a list of Userland

func (*UserlandList) DeepCopy

func (in *UserlandList) DeepCopy() *UserlandList

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

func (*UserlandList) DeepCopyInto

func (in *UserlandList) DeepCopyInto(out *UserlandList)

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

func (*UserlandList) DeepCopyObject

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

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

type UserlandSpec

type UserlandSpec struct {
	TemplateName string `json:"templateName,omitempty"`
}

UserlandSpec defines the desired state of Userland

func (*UserlandSpec) DeepCopy

func (in *UserlandSpec) DeepCopy() *UserlandSpec

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

func (*UserlandSpec) DeepCopyInto

func (in *UserlandSpec) DeepCopyInto(out *UserlandSpec)

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

type UserlandStatus

type UserlandStatus struct {
}

UserlandStatus defines the observed state of Userland

func (*UserlandStatus) DeepCopy

func (in *UserlandStatus) DeepCopy() *UserlandStatus

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

func (*UserlandStatus) DeepCopyInto

func (in *UserlandStatus) DeepCopyInto(out *UserlandStatus)

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