v1alpha1

package
v0.0.0-...-a533d63 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the apps v1alpha1 API group +kubebuilder:object:generate=true +groupName=apps.kudevops.io

Index

Constants

This section is empty.

Variables

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

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

	Spec   AppServiceSpec   `json:"spec,omitempty"`
	Status AppServiceStatus `json:"status,omitempty"`
}

AppService is the Schema for the appservices API

func (*AppService) DeepCopy

func (in *AppService) DeepCopy() *AppService

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

func (*AppService) DeepCopyInto

func (in *AppService) DeepCopyInto(out *AppService)

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

func (*AppService) DeepCopyObject

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

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

type AppServiceList

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

AppServiceList contains a list of AppService

func (*AppServiceList) DeepCopy

func (in *AppServiceList) DeepCopy() *AppServiceList

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

func (*AppServiceList) DeepCopyInto

func (in *AppServiceList) DeepCopyInto(out *AppServiceList)

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

func (*AppServiceList) DeepCopyObject

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

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

type AppServiceSpec

type AppServiceSpec struct {
	Replicas *int32               `json:"replicas"`
	Image    string               `json:"image"`
	Ports    []corev1.ServicePort `json:"ports,omitempty"`
}

AppServiceSpec defines the desired state of AppService

func (*AppServiceSpec) DeepCopy

func (in *AppServiceSpec) DeepCopy() *AppServiceSpec

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

func (*AppServiceSpec) DeepCopyInto

func (in *AppServiceSpec) DeepCopyInto(out *AppServiceSpec)

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

type AppServiceStatus

type AppServiceStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	appsv1.DeploymentStatus `json:",inline"`
}

AppServiceStatus defines the observed state of AppService

func (*AppServiceStatus) DeepCopy

func (in *AppServiceStatus) DeepCopy() *AppServiceStatus

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

func (*AppServiceStatus) DeepCopyInto

func (in *AppServiceStatus) DeepCopyInto(out *AppServiceStatus)

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