v1

package
v0.0.0-...-eeac51f Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the example v1 API group +k8s:deepcopy-gen=package,register +groupName=example.com

Package v1 contains API Schema definitions for the example v1 API group +k8s:deepcopy-gen=package,register +groupName=example.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "example.com", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)

Functions

Types

type VisitorsApp

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

	Spec   VisitorsAppSpec   `json:"spec,omitempty"`
	Status VisitorsAppStatus `json:"status,omitempty"`
}

VisitorsApp is the Schema for the visitorsapps API +k8s:openapi-gen=true +kubebuilder:subresource:status

func (*VisitorsApp) DeepCopy

func (in *VisitorsApp) DeepCopy() *VisitorsApp

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

func (*VisitorsApp) DeepCopyInto

func (in *VisitorsApp) DeepCopyInto(out *VisitorsApp)

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

func (*VisitorsApp) DeepCopyObject

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

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

type VisitorsAppList

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

VisitorsAppList contains a list of VisitorsApp

func (*VisitorsAppList) DeepCopy

func (in *VisitorsAppList) DeepCopy() *VisitorsAppList

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

func (*VisitorsAppList) DeepCopyInto

func (in *VisitorsAppList) DeepCopyInto(out *VisitorsAppList)

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

func (*VisitorsAppList) DeepCopyObject

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

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

type VisitorsAppSpec

type VisitorsAppSpec struct {
	Size  int32  `json:"size"`
	Title string `json:"title"`
}

VisitorsAppSpec defines the desired state of VisitorsApp +k8s:openapi-gen=true

func (*VisitorsAppSpec) DeepCopy

func (in *VisitorsAppSpec) DeepCopy() *VisitorsAppSpec

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

func (*VisitorsAppSpec) DeepCopyInto

func (in *VisitorsAppSpec) DeepCopyInto(out *VisitorsAppSpec)

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

type VisitorsAppStatus

type VisitorsAppStatus struct {
	BackendImage  string `json:"backendImage"`
	FrontendImage string `json:"frontendImage"`
}

VisitorsAppStatus defines the observed state of VisitorsApp +k8s:openapi-gen=true

func (*VisitorsAppStatus) DeepCopy

func (in *VisitorsAppStatus) DeepCopy() *VisitorsAppStatus

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

func (*VisitorsAppStatus) DeepCopyInto

func (in *VisitorsAppStatus) DeepCopyInto(out *VisitorsAppStatus)

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