v1alpha1

package
v0.0.0-...-2d9dd87 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the cloud v1alpha1 API group +kubebuilder:object:generate=true +groupName=virtual.cluster.x-k8s.io

Index

Constants

View Source
const CloudMachineKind = "CloudMachine"

CloudMachineKind is the kind of CloudMachine.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects.
	GroupVersion = schema.GroupVersion{Group: "virtual.cluster.x-k8s.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 CloudMachine

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

	Spec   CloudMachineSpec   `json:"spec,omitempty"`
	Status CloudMachineStatus `json:"status,omitempty"`
}

CloudMachine represents a machine in the cloud.

func (*CloudMachine) DeepCopy

func (in *CloudMachine) DeepCopy() *CloudMachine

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

func (*CloudMachine) DeepCopyInto

func (in *CloudMachine) DeepCopyInto(out *CloudMachine)

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

func (*CloudMachine) DeepCopyObject

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

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

type CloudMachineList

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

CloudMachineList contains a list of CloudMachine.

func (*CloudMachineList) DeepCopy

func (in *CloudMachineList) DeepCopy() *CloudMachineList

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

func (*CloudMachineList) DeepCopyInto

func (in *CloudMachineList) DeepCopyInto(out *CloudMachineList)

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

func (*CloudMachineList) DeepCopyObject

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

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

type CloudMachineSpec

type CloudMachineSpec struct {
}

CloudMachineSpec is the spec of CloudMachine.

func (*CloudMachineSpec) DeepCopy

func (in *CloudMachineSpec) DeepCopy() *CloudMachineSpec

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

func (*CloudMachineSpec) DeepCopyInto

func (in *CloudMachineSpec) DeepCopyInto(out *CloudMachineSpec)

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

type CloudMachineStatus

type CloudMachineStatus struct {
}

CloudMachineStatus is the status of CloudMachine.

func (*CloudMachineStatus) DeepCopy

func (in *CloudMachineStatus) DeepCopy() *CloudMachineStatus

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

func (*CloudMachineStatus) DeepCopyInto

func (in *CloudMachineStatus) DeepCopyInto(out *CloudMachineStatus)

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