v1alpha1

package
v0.0.0-...-d6c7acf Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the cache v1alpha1 API group +kubebuilder:object:generate=true +groupName=cache.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: "cache.example.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

Types

type Testoperator

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

	Spec   TestoperatorSpec   `json:"spec,omitempty"`
	Status TestoperatorStatus `json:"status,omitempty"`
}

Testoperator is the Schema for the Testoperators API

func (*Testoperator) DeepCopy

func (in *Testoperator) DeepCopy() *Testoperator

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

func (*Testoperator) DeepCopyInto

func (in *Testoperator) DeepCopyInto(out *Testoperator)

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

func (*Testoperator) DeepCopyObject

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

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

type TestoperatorList

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

TestoperatorList contains a list of Testoperator

func (*TestoperatorList) DeepCopy

func (in *TestoperatorList) DeepCopy() *TestoperatorList

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

func (*TestoperatorList) DeepCopyInto

func (in *TestoperatorList) DeepCopyInto(out *TestoperatorList)

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

func (*TestoperatorList) DeepCopyObject

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

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

type TestoperatorSpec

type TestoperatorSpec struct {

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

TestoperatorSpec defines the desired state of Testoperator

func (*TestoperatorSpec) DeepCopy

func (in *TestoperatorSpec) DeepCopy() *TestoperatorSpec

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

func (*TestoperatorSpec) DeepCopyInto

func (in *TestoperatorSpec) DeepCopyInto(out *TestoperatorSpec)

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

type TestoperatorStatus

type TestoperatorStatus struct {
}

TestoperatorStatus defines the observed state of Testoperator

func (*TestoperatorStatus) DeepCopy

func (in *TestoperatorStatus) DeepCopy() *TestoperatorStatus

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

func (*TestoperatorStatus) DeepCopyInto

func (in *TestoperatorStatus) DeepCopyInto(out *TestoperatorStatus)

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