v1alpha1

package
v0.10.0 Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "pie.topolvm.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 PieProbe

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

	Spec   PieProbeSpec   `json:"spec,omitempty"`
	Status PieProbeStatus `json:"status,omitempty"`
}

PieProbe is the Schema for the pieprobes API

func (*PieProbe) DeepCopy

func (in *PieProbe) DeepCopy() *PieProbe

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

func (*PieProbe) DeepCopyInto

func (in *PieProbe) DeepCopyInto(out *PieProbe)

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

func (*PieProbe) DeepCopyObject

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

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

type PieProbeList

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

PieProbeList contains a list of PieProbe

func (*PieProbeList) DeepCopy

func (in *PieProbeList) DeepCopy() *PieProbeList

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

func (*PieProbeList) DeepCopyInto

func (in *PieProbeList) DeepCopyInto(out *PieProbeList)

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

func (*PieProbeList) DeepCopyObject

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

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

type PieProbeSpec

type PieProbeSpec struct {

	// +kubebuilder:validation:Required
	// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="monitoringStorageClass is immutable"
	MonitoringStorageClass string `json:"monitoringStorageClass"`

	NodeSelector   corev1.NodeSelector `json:"nodeSelector"`
	ProbePeriod    int                 `json:"probePeriod"`
	ProbeThreshold string              `json:"probeThreshold"`
}

PieProbeSpec defines the desired state of PieProbe

func (*PieProbeSpec) DeepCopy

func (in *PieProbeSpec) DeepCopy() *PieProbeSpec

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

func (*PieProbeSpec) DeepCopyInto

func (in *PieProbeSpec) DeepCopyInto(out *PieProbeSpec)

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

type PieProbeStatus

type PieProbeStatus struct {
}

PieProbeStatus defines the observed state of PieProbe

func (*PieProbeStatus) DeepCopy

func (in *PieProbeStatus) DeepCopy() *PieProbeStatus

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

func (*PieProbeStatus) DeepCopyInto

func (in *PieProbeStatus) DeepCopyInto(out *PieProbeStatus)

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