v1

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the argocdcommenter v1 API group +kubebuilder:object:generate=true +groupName=argocdcommenter.int128.github.io

Index

Constants

This section is empty.

Variables

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

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

	Spec   ApplicationHealthSpec   `json:"spec,omitempty"`
	Status ApplicationHealthStatus `json:"status,omitempty"`
}

ApplicationHealth is the Schema for the applicationhealths API

func (*ApplicationHealth) DeepCopy

func (in *ApplicationHealth) DeepCopy() *ApplicationHealth

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

func (*ApplicationHealth) DeepCopyInto

func (in *ApplicationHealth) DeepCopyInto(out *ApplicationHealth)

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

func (*ApplicationHealth) DeepCopyObject

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

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

type ApplicationHealthList

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

ApplicationHealthList contains a list of ApplicationHealth

func (*ApplicationHealthList) DeepCopy

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

func (*ApplicationHealthList) DeepCopyInto

func (in *ApplicationHealthList) DeepCopyInto(out *ApplicationHealthList)

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

func (*ApplicationHealthList) DeepCopyObject

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

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

type ApplicationHealthSpec

type ApplicationHealthSpec struct {
}

ApplicationHealthSpec defines the desired state of ApplicationHealth

func (*ApplicationHealthSpec) DeepCopy

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

func (*ApplicationHealthSpec) DeepCopyInto

func (in *ApplicationHealthSpec) DeepCopyInto(out *ApplicationHealthSpec)

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

type ApplicationHealthStatus

type ApplicationHealthStatus struct {
	// Last revision when the application is healthy.
	// +optional
	LastHealthyRevision string `json:"lastHealthyRevision,omitempty"`
}

ApplicationHealthStatus defines the observed state of ApplicationHealth

func (*ApplicationHealthStatus) DeepCopy

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

func (*ApplicationHealthStatus) DeepCopyInto

func (in *ApplicationHealthStatus) DeepCopyInto(out *ApplicationHealthStatus)

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