v1alpha1

package
v0.0.0-...-ac80f67 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 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.gcrd.jerry153fish.com

Index

Constants

This section is empty.

Variables

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

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

	Spec   GCRDSpec   `json:"spec,omitempty"`
	Status GCRDStatus `json:"status,omitempty"`
}

GCRD is the Schema for the gcrds API

func (*GCRD) DeepCopy

func (in *GCRD) DeepCopy() *GCRD

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

func (*GCRD) DeepCopyInto

func (in *GCRD) DeepCopyInto(out *GCRD)

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

func (*GCRD) DeepCopyObject

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

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

type GCRDList

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

GCRDList contains a list of GCRD

func (*GCRDList) DeepCopy

func (in *GCRDList) DeepCopy() *GCRDList

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

func (*GCRDList) DeepCopyInto

func (in *GCRDList) DeepCopyInto(out *GCRDList)

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

func (*GCRDList) DeepCopyObject

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

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

type GCRDSpec

type GCRDSpec struct {

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

GCRDSpec defines the desired state of GCRD

func (*GCRDSpec) DeepCopy

func (in *GCRDSpec) DeepCopy() *GCRDSpec

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

func (*GCRDSpec) DeepCopyInto

func (in *GCRDSpec) DeepCopyInto(out *GCRDSpec)

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

type GCRDStatus

type GCRDStatus struct {
}

GCRDStatus defines the observed state of GCRD

func (*GCRDStatus) DeepCopy

func (in *GCRDStatus) DeepCopy() *GCRDStatus

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

func (*GCRDStatus) DeepCopyInto

func (in *GCRDStatus) DeepCopyInto(out *GCRDStatus)

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