v1

package
v0.0.0-...-134885e Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the k8s v1 API group +kubebuilder:object:generate=true +groupName=k8s.qaware.de

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "k8s.qaware.de", 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 Demo

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

	Spec   DemoSpec   `json:"spec,omitempty"`
	Status DemoStatus `json:"status,omitempty"`
}

Demo is the Schema for the demoes API

func (*Demo) DeepCopy

func (in *Demo) DeepCopy() *Demo

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

func (*Demo) DeepCopyInto

func (in *Demo) DeepCopyInto(out *Demo)

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

func (*Demo) DeepCopyObject

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

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

type DemoList

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

DemoList contains a list of Demo

func (*DemoList) DeepCopy

func (in *DemoList) DeepCopy() *DemoList

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

func (*DemoList) DeepCopyInto

func (in *DemoList) DeepCopyInto(out *DemoList)

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

func (*DemoList) DeepCopyObject

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

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

type DemoSpec

type DemoSpec struct {

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

	// Message to the World
	Message string `json:"message,omitempty"`
}

DemoSpec defines the desired state of Demo

func (*DemoSpec) DeepCopy

func (in *DemoSpec) DeepCopy() *DemoSpec

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

func (*DemoSpec) DeepCopyInto

func (in *DemoSpec) DeepCopyInto(out *DemoSpec)

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

type DemoStatus

type DemoStatus struct {
}

DemoStatus defines the observed state of Demo

func (*DemoStatus) DeepCopy

func (in *DemoStatus) DeepCopy() *DemoStatus

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

func (*DemoStatus) DeepCopyInto

func (in *DemoStatus) DeepCopyInto(out *DemoStatus)

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