v1alpha1

package
v0.0.0-...-964efee Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the http v1alpha1 API group +kubebuilder:object:generate=true +groupName=http.philips.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "http.philips.com", 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 HttpEcho

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

	Spec   HttpEchoSpec   `json:"spec,omitempty"`
	Status HttpEchoStatus `json:"status,omitempty"`
}

HttpEcho is the Schema for the httpechoes API

func (*HttpEcho) DeepCopy

func (in *HttpEcho) DeepCopy() *HttpEcho

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

func (*HttpEcho) DeepCopyInto

func (in *HttpEcho) DeepCopyInto(out *HttpEcho)

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

func (*HttpEcho) DeepCopyObject

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

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

type HttpEchoList

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

HttpEchoList contains a list of HttpEcho

func (*HttpEchoList) DeepCopy

func (in *HttpEchoList) DeepCopy() *HttpEchoList

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

func (*HttpEchoList) DeepCopyInto

func (in *HttpEchoList) DeepCopyInto(out *HttpEchoList)

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

func (*HttpEchoList) DeepCopyObject

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

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

type HttpEchoSpec

type HttpEchoSpec struct {

	// Size allows to configure the amount of replicas for HttpEcho.
	Size int32 `json:"size"`
}

HttpEchoSpec defines the desired state of HttpEcho

func (*HttpEchoSpec) DeepCopy

func (in *HttpEchoSpec) DeepCopy() *HttpEchoSpec

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

func (*HttpEchoSpec) DeepCopyInto

func (in *HttpEchoSpec) DeepCopyInto(out *HttpEchoSpec)

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

type HttpEchoStatus

type HttpEchoStatus struct {
	Nodes []string `json:"nodes"`
}

HttpEchoStatus defines the observed state of HttpEcho

func (*HttpEchoStatus) DeepCopy

func (in *HttpEchoStatus) DeepCopy() *HttpEchoStatus

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

func (*HttpEchoStatus) DeepCopyInto

func (in *HttpEchoStatus) DeepCopyInto(out *HttpEchoStatus)

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