v1alpha1

package
v0.0.0-...-9b73b7d Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the gaia v1alpha1 API group +kubebuilder:object:generate=true +groupName=gaia.my.domain

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "gaia.my.domain", 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 Gaia

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

	Spec   GaiaSpec   `json:"spec,omitempty"`
	Status GaiaStatus `json:"status,omitempty"`
}

Gaia is the Schema for the gaia API

func (*Gaia) DeepCopy

func (in *Gaia) DeepCopy() *Gaia

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

func (*Gaia) DeepCopyInto

func (in *Gaia) DeepCopyInto(out *Gaia)

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

func (*Gaia) DeepCopyObject

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

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

type GaiaList

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

GaiaList contains a list of Gaia

func (*GaiaList) DeepCopy

func (in *GaiaList) DeepCopy() *GaiaList

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

func (*GaiaList) DeepCopyInto

func (in *GaiaList) DeepCopyInto(out *GaiaList)

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

func (*GaiaList) DeepCopyObject

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

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

type GaiaSpec

type GaiaSpec struct {

	// Foo is an example field of Gaia. Edit gaia_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

GaiaSpec defines the desired state of Gaia

func (*GaiaSpec) DeepCopy

func (in *GaiaSpec) DeepCopy() *GaiaSpec

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

func (*GaiaSpec) DeepCopyInto

func (in *GaiaSpec) DeepCopyInto(out *GaiaSpec)

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

type GaiaStatus

type GaiaStatus struct {
}

GaiaStatus defines the observed state of Gaia

func (*GaiaStatus) DeepCopy

func (in *GaiaStatus) DeepCopy() *GaiaStatus

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

func (*GaiaStatus) DeepCopyInto

func (in *GaiaStatus) DeepCopyInto(out *GaiaStatus)

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