v1

package
v0.0.0-...-c272168 Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

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

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

	Spec   VisitorsAppSpec   `json:"spec,omitempty"`
	Status VisitorsAppStatus `json:"status,omitempty"`
}

VisitorsApp is the Schema for the visitorsapps API

func (*VisitorsApp) DeepCopy

func (in *VisitorsApp) DeepCopy() *VisitorsApp

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

func (*VisitorsApp) DeepCopyInto

func (in *VisitorsApp) DeepCopyInto(out *VisitorsApp)

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

func (*VisitorsApp) DeepCopyObject

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

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

type VisitorsAppList

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

VisitorsAppList contains a list of VisitorsApp

func (*VisitorsAppList) DeepCopy

func (in *VisitorsAppList) DeepCopy() *VisitorsAppList

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

func (*VisitorsAppList) DeepCopyInto

func (in *VisitorsAppList) DeepCopyInto(out *VisitorsAppList)

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

func (*VisitorsAppList) DeepCopyObject

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

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

type VisitorsAppSpec

type VisitorsAppSpec struct {
	Size  int32  `json:"size"`
	Title string `json:"title"`
}

func (*VisitorsAppSpec) DeepCopy

func (in *VisitorsAppSpec) DeepCopy() *VisitorsAppSpec

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

func (*VisitorsAppSpec) DeepCopyInto

func (in *VisitorsAppSpec) DeepCopyInto(out *VisitorsAppSpec)

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

type VisitorsAppStatus

type VisitorsAppStatus struct {
	BackendImage  string `json:"backendImage"`
	FrontendImage string `json:"frontendImage"`
}

VisitorsAppStatus defines the observed state of VisitorsApp

func (*VisitorsAppStatus) DeepCopy

func (in *VisitorsAppStatus) DeepCopy() *VisitorsAppStatus

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

func (*VisitorsAppStatus) DeepCopyInto

func (in *VisitorsAppStatus) DeepCopyInto(out *VisitorsAppStatus)

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