v1alpha1

package
v0.1.4 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the examples v1alpha1 API group +kubebuilder:object:generate=true +groupName=examples.stackzoo.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "examples.stackzoo.io", 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 PodBuster

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

	Spec   PodBusterSpec   `json:"spec,omitempty"`
	Status PodBusterStatus `json:"status,omitempty"`
}

PodBuster is the Schema for the podbusters API

func (*PodBuster) DeepCopy

func (in *PodBuster) DeepCopy() *PodBuster

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

func (*PodBuster) DeepCopyInto

func (in *PodBuster) DeepCopyInto(out *PodBuster)

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

func (*PodBuster) DeepCopyObject

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

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

type PodBusterList

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

PodBusterList contains a list of PodBuster

func (*PodBusterList) DeepCopy

func (in *PodBusterList) DeepCopy() *PodBusterList

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

func (*PodBusterList) DeepCopyInto

func (in *PodBusterList) DeepCopyInto(out *PodBusterList)

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

func (*PodBusterList) DeepCopyObject

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

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

type PodBusterSpec

type PodBusterSpec struct {

	// Foo is an example field of PodBuster. Edit podbuster_types.go to remove/update
	Namespace string `json:"namespace,omitempty"`
}

PodBusterSpec defines the desired state of PodBuster

func (*PodBusterSpec) DeepCopy

func (in *PodBusterSpec) DeepCopy() *PodBusterSpec

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

func (*PodBusterSpec) DeepCopyInto

func (in *PodBusterSpec) DeepCopyInto(out *PodBusterSpec)

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

type PodBusterStatus

type PodBusterStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Ok bool `json:"ok,omitempty"`
}

PodBusterStatus defines the observed state of PodBuster

func (*PodBusterStatus) DeepCopy

func (in *PodBusterStatus) DeepCopy() *PodBusterStatus

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

func (*PodBusterStatus) DeepCopyInto

func (in *PodBusterStatus) DeepCopyInto(out *PodBusterStatus)

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