v1alpha1

package
v0.0.0-...-80cf40c Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the blog v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=blog.arctiq.com

Package v1alpha1 contains API Schema definitions for the blog v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=blog.arctiq.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "blog.arctiq.com", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)

Functions

This section is empty.

Types

type WebApp

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

	Spec   WebAppSpec   `json:"spec,omitempty"`
	Status WebAppStatus `json:"status,omitempty"`
}

WebApp is the Schema for the webapps API +kubebuilder:subresource:status +kubebuilder:resource:path=webapps,scope=Namespaced

func (*WebApp) DeepCopy

func (in *WebApp) DeepCopy() *WebApp

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

func (*WebApp) DeepCopyInto

func (in *WebApp) DeepCopyInto(out *WebApp)

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

func (*WebApp) DeepCopyObject

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

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

type WebAppList

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

WebAppList contains a list of WebApp

func (*WebAppList) DeepCopy

func (in *WebAppList) DeepCopy() *WebAppList

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

func (*WebAppList) DeepCopyInto

func (in *WebAppList) DeepCopyInto(out *WebAppList)

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

func (*WebAppList) DeepCopyObject

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

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

type WebAppSpec

type WebAppSpec struct {
	Count    int32  `json:"count"`
	Image    string `json:"image"`
	Port     int32  `json:"port"`
	Webgroup string `json:"webgroup"`
	Message  string `json:"message"`
}

WebAppSpec defines the desired state of WebApp

func (*WebAppSpec) DeepCopy

func (in *WebAppSpec) DeepCopy() *WebAppSpec

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

func (*WebAppSpec) DeepCopyInto

func (in *WebAppSpec) DeepCopyInto(out *WebAppSpec)

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

type WebAppStatus

type WebAppStatus struct {
	// Nodes are the names of the Instance Pods
	Nodes []string `json:"nodes"`
	// Env Message Passed to the Pods
	Message string `json:"message"`
}

WebAppStatus defines the observed state of WebApp

func (*WebAppStatus) DeepCopy

func (in *WebAppStatus) DeepCopy() *WebAppStatus

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

func (*WebAppStatus) DeepCopyInto

func (in *WebAppStatus) DeepCopyInto(out *WebAppStatus)

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