v1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 2 more Imports: 5 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the apps v1 API group +kubebuilder:object:generate=true +groupName=apps.superedge.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.superedge.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
)
View Source
var SchemeGroupVersion = GroupVersion

SchemeGroupVersion is group version used to register these objects.

Functions

func Resource

func Resource(resource string) schema.GroupResource

Types

type EDeployment

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

	Spec   appsv1.DeploymentSpec   `json:"spec,omitempty"`
	Status appsv1.DeploymentStatus `json:"status,omitempty"`
}

EDeployment is the Schema for the edeployments API

func (*EDeployment) DeepCopy

func (in *EDeployment) DeepCopy() *EDeployment

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

func (*EDeployment) DeepCopyInto

func (in *EDeployment) DeepCopyInto(out *EDeployment)

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

func (*EDeployment) DeepCopyObject

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

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

type EDeploymentList

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

EDeploymentList contains a list of EDeployment

func (*EDeploymentList) DeepCopy

func (in *EDeploymentList) DeepCopy() *EDeploymentList

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

func (*EDeploymentList) DeepCopyInto

func (in *EDeploymentList) DeepCopyInto(out *EDeploymentList)

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

func (*EDeploymentList) DeepCopyObject

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

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

type EDeploymentSpec

type EDeploymentSpec struct {

	// Foo is an example field of EDeployment. Edit edeployment_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

EDeploymentSpec defines the desired state of EDeployment

func (*EDeploymentSpec) DeepCopy

func (in *EDeploymentSpec) DeepCopy() *EDeploymentSpec

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

func (*EDeploymentSpec) DeepCopyInto

func (in *EDeploymentSpec) DeepCopyInto(out *EDeploymentSpec)

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

type EDeploymentStatus

type EDeploymentStatus struct {
}

EDeploymentStatus defines the observed state of EDeployment

func (*EDeploymentStatus) DeepCopy

func (in *EDeploymentStatus) DeepCopy() *EDeploymentStatus

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

func (*EDeploymentStatus) DeepCopyInto

func (in *EDeploymentStatus) DeepCopyInto(out *EDeploymentStatus)

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