v1alpha1

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the nodes v1alpha1 API group +kubebuilder:object:generate=true +groupName=nodes.peppy-ratio.dev

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "nodes.peppy-ratio.dev", 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 TaintRemover

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

	Spec   TaintRemoverSpec   `json:"spec,omitempty"`
	Status TaintRemoverStatus `json:"status,omitempty"`
}

TaintRemover is the Schema for the taintremovers API

func (*TaintRemover) DeepCopy

func (in *TaintRemover) DeepCopy() *TaintRemover

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

func (*TaintRemover) DeepCopyInto

func (in *TaintRemover) DeepCopyInto(out *TaintRemover)

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

func (*TaintRemover) DeepCopyObject

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

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

type TaintRemoverList

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

TaintRemoverList contains a list of TaintRemover

func (*TaintRemoverList) DeepCopy

func (in *TaintRemoverList) DeepCopy() *TaintRemoverList

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

func (*TaintRemoverList) DeepCopyInto

func (in *TaintRemoverList) DeepCopyInto(out *TaintRemoverList)

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

func (*TaintRemoverList) DeepCopyObject

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

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

type TaintRemoverSpec

type TaintRemoverSpec struct {
	Taints []corev1.Taint `json:"taints,omitempty"`
}

TaintRemoverSpec defines the desired state of TaintRemover

func (*TaintRemoverSpec) DeepCopy

func (in *TaintRemoverSpec) DeepCopy() *TaintRemoverSpec

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

func (*TaintRemoverSpec) DeepCopyInto

func (in *TaintRemoverSpec) DeepCopyInto(out *TaintRemoverSpec)

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

type TaintRemoverStatus

type TaintRemoverStatus struct {
}

TaintRemoverStatus defines the observed state of TaintRemover

func (*TaintRemoverStatus) DeepCopy

func (in *TaintRemoverStatus) DeepCopy() *TaintRemoverStatus

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

func (*TaintRemoverStatus) DeepCopyInto

func (in *TaintRemoverStatus) DeepCopyInto(out *TaintRemoverStatus)

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