v1

package
v0.0.0-...-8445748 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the apps v1 API group +kubebuilder:object:generate=true +groupName=apps.mydomain.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "apps.mydomain.com", Version: "v1"}

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

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

	Spec   PDBWatcherSpec   `json:"spec,omitempty"`
	Status PDBWatcherStatus `json:"status,omitempty"`
}

PDBWatcher is the Schema for the pdbwatchers API

func (*PDBWatcher) DeepCopy

func (in *PDBWatcher) DeepCopy() *PDBWatcher

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

func (*PDBWatcher) DeepCopyInto

func (in *PDBWatcher) DeepCopyInto(out *PDBWatcher)

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

func (*PDBWatcher) DeepCopyObject

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

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

type PDBWatcherList

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

PDBWatcherList contains a list of PDBWatcher

func (*PDBWatcherList) DeepCopy

func (in *PDBWatcherList) DeepCopy() *PDBWatcherList

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

func (*PDBWatcherList) DeepCopyInto

func (in *PDBWatcherList) DeepCopyInto(out *PDBWatcherList)

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

func (*PDBWatcherList) DeepCopyObject

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

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

type PDBWatcherSpec

type PDBWatcherSpec struct {

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

PDBWatcherSpec defines the desired state of PDBWatcher

func (*PDBWatcherSpec) DeepCopy

func (in *PDBWatcherSpec) DeepCopy() *PDBWatcherSpec

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

func (*PDBWatcherSpec) DeepCopyInto

func (in *PDBWatcherSpec) DeepCopyInto(out *PDBWatcherSpec)

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

type PDBWatcherStatus

type PDBWatcherStatus struct {
}

PDBWatcherStatus defines the observed state of PDBWatcher

func (*PDBWatcherStatus) DeepCopy

func (in *PDBWatcherStatus) DeepCopy() *PDBWatcherStatus

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

func (*PDBWatcherStatus) DeepCopyInto

func (in *PDBWatcherStatus) DeepCopyInto(out *PDBWatcherStatus)

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
JackTT - Gopher 🇻🇳