v1

package
v0.0.0-...-0ff8472 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the game v1 API group +kubebuilder:object:generate=true +groupName=game.example.com

Index

Constants

This section is empty.

Variables

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

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

	Spec   TigSpec   `json:"spec,omitempty"`
	Status TigStatus `json:"status,omitempty"`
}

Tig is the Schema for the tigs API

func (*Tig) DeepCopy

func (in *Tig) DeepCopy() *Tig

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

func (*Tig) DeepCopyInto

func (in *Tig) DeepCopyInto(out *Tig)

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

func (*Tig) DeepCopyObject

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

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

type TigList

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

TigList contains a list of Tig

func (*TigList) DeepCopy

func (in *TigList) DeepCopy() *TigList

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

func (*TigList) DeepCopyInto

func (in *TigList) DeepCopyInto(out *TigList)

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

func (*TigList) DeepCopyObject

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

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

type TigSpec

type TigSpec struct {

	// Foo is an example field of Tig. Edit tig_types.go to remove/update
	It string `json:"it"`
}

TigSpec defines the desired state of Tig

func (*TigSpec) DeepCopy

func (in *TigSpec) DeepCopy() *TigSpec

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

func (*TigSpec) DeepCopyInto

func (in *TigSpec) DeepCopyInto(out *TigSpec)

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

type TigStatus

type TigStatus struct {
}

TigStatus defines the observed state of Tig

func (*TigStatus) DeepCopy

func (in *TigStatus) DeepCopy() *TigStatus

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

func (*TigStatus) DeepCopyInto

func (in *TigStatus) DeepCopyInto(out *TigStatus)

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