v1alpha1

package
v0.0.0-...-4530474 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Only register manually written functions here
	// the registration of the generated functions takes place in the generated files
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	// Important: a global function that registers this API group & version to a scheme
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "huozj.io", Version: "v1alpha1"}

Functions

func Kind

func Kind(kind string) schema.GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Types

type Fufu

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

	Spec   FufuSpec   `json:"spec"`
	Status FufuStatus `json:"status"`
}

func (*Fufu) DeepCopy

func (in *Fufu) DeepCopy() *Fufu

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

func (*Fufu) DeepCopyInto

func (in *Fufu) DeepCopyInto(out *Fufu)

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

func (*Fufu) DeepCopyObject

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

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

type FufuList

type FufuList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []Fufu `json:"items"`
}

func (*FufuList) DeepCopy

func (in *FufuList) DeepCopy() *FufuList

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

func (*FufuList) DeepCopyInto

func (in *FufuList) DeepCopyInto(out *FufuList)

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

func (*FufuList) DeepCopyObject

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

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

type FufuSpec

type FufuSpec struct {
	Color  string `json:"color"`
	Weight string `json:"weight"`
}

func (*FufuSpec) DeepCopy

func (in *FufuSpec) DeepCopy() *FufuSpec

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

func (*FufuSpec) DeepCopyInto

func (in *FufuSpec) DeepCopyInto(out *FufuSpec)

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

type FufuStatus

type FufuStatus struct {
	LastPosition string `json:"lastPosition"`
}

func (*FufuStatus) DeepCopy

func (in *FufuStatus) DeepCopy() *FufuStatus

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

func (*FufuStatus) DeepCopyInto

func (in *FufuStatus) DeepCopyInto(out *FufuStatus)

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