v1alpha1

package
v0.0.0-...-99becb1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the app v1alpha1 API group +kubebuilder:object:generate=true +groupName=app.jxlwqq.github.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "app.jxlwqq.github.io", 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 Hello

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

	Spec   HelloSpec   `json:"spec,omitempty"`
	Status HelloStatus `json:"status,omitempty"`
}

Hello is the Schema for the hellos API

func (*Hello) DeepCopy

func (in *Hello) DeepCopy() *Hello

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

func (*Hello) DeepCopyInto

func (in *Hello) DeepCopyInto(out *Hello)

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

func (*Hello) DeepCopyObject

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

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

type HelloList

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

HelloList contains a list of Hello

func (*HelloList) DeepCopy

func (in *HelloList) DeepCopy() *HelloList

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

func (*HelloList) DeepCopyInto

func (in *HelloList) DeepCopyInto(out *HelloList)

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

func (*HelloList) DeepCopyObject

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

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

type HelloSpec

type HelloSpec struct {
	Size    int32  `json:"size"`
	Version string `json:"version"`
}

HelloSpec defines the desired state of Hello

func (*HelloSpec) DeepCopy

func (in *HelloSpec) DeepCopy() *HelloSpec

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

func (*HelloSpec) DeepCopyInto

func (in *HelloSpec) DeepCopyInto(out *HelloSpec)

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

type HelloStatus

type HelloStatus struct {
}

HelloStatus defines the observed state of Hello

func (*HelloStatus) DeepCopy

func (in *HelloStatus) DeepCopy() *HelloStatus

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

func (*HelloStatus) DeepCopyInto

func (in *HelloStatus) DeepCopyInto(out *HelloStatus)

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