v1beta1

package
v0.3.1 Latest Latest
Warning

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

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

Documentation

Overview

Package v1beta1 contains API Schema definitions for the pause.infra.doodle.com v1beta1 API group. +kubebuilder:object:generate=true +groupName=pause.infra.doodle.com

Package v1beta1 contains API Schema definitions for the pause.infra.doodle.com v1beta1 API group +kubebuilder:object:generate=true +groupName=pause.infra.doodle.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "pause.infra.doodle.com", Version: "v1beta1"}

	// 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 ResumeProfile

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

	Spec ResumeProfileSpec `json:"spec,omitempty"`
}

ResumeProfile is the Schema for the patchrules API

func (*ResumeProfile) DeepCopy

func (in *ResumeProfile) DeepCopy() *ResumeProfile

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

func (*ResumeProfile) DeepCopyInto

func (in *ResumeProfile) DeepCopyInto(out *ResumeProfile)

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

func (*ResumeProfile) DeepCopyObject

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

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

type ResumeProfileList

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

ResumeProfileList contains a list of ResumeProfile

func (*ResumeProfileList) DeepCopy

func (in *ResumeProfileList) DeepCopy() *ResumeProfileList

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

func (*ResumeProfileList) DeepCopyInto

func (in *ResumeProfileList) DeepCopyInto(out *ResumeProfileList)

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

func (*ResumeProfileList) DeepCopyObject

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

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

type ResumeProfileSpec

type ResumeProfileSpec struct {
	// Prometheus holds information about where to find prometheus
	// +required
	PodSelector []metav1.LabelSelector `json:"podSelector"`
}

ResumeProfileSpec defines the desired state of ResumeProfile

func (*ResumeProfileSpec) DeepCopy

func (in *ResumeProfileSpec) DeepCopy() *ResumeProfileSpec

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

func (*ResumeProfileSpec) DeepCopyInto

func (in *ResumeProfileSpec) DeepCopyInto(out *ResumeProfileSpec)

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