fakes

package
v0.4.9 Latest Latest
Warning

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

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

Documentation

Overview

Package v1beta3 contains API Schema definitions for the infrastructure v1beta3 API group +kubebuilder:object:generate=true +groupName=fakes.infrastructure.cluster.x-k8s.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "fakes.infrastructure.cluster.x-k8s.io", Version: "fakes"}

	// 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 CloudStackMachineOwner

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

	Spec   CloudStackMachineOwnerSpec   `json:"spec,omitempty"`
	Status CloudStackMachineOwnerStatus `json:"status,omitempty"`
}

CloudStackMachineOwner is the Schema for CloudStack Machine owner (machineset, etcdadmcluster, kubeadmcontrolplane)

func (*CloudStackMachineOwner) DeepCopy

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

func (*CloudStackMachineOwner) DeepCopyInto

func (in *CloudStackMachineOwner) DeepCopyInto(out *CloudStackMachineOwner)

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

func (*CloudStackMachineOwner) DeepCopyObject

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

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

type CloudStackMachineOwnerList

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

+kubebuilder:object:root=true CloudStackMachineOwnerrList contains a list of CloudStackMachineOwner

func (*CloudStackMachineOwnerList) DeepCopy

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

func (*CloudStackMachineOwnerList) DeepCopyInto

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

func (*CloudStackMachineOwnerList) DeepCopyObject

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

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

type CloudStackMachineOwnerSpec

type CloudStackMachineOwnerSpec struct {
	Replicas *int32 `json:"replicas,omitempty"`
}

CloudStackMachineOwnerSpec defines the desired state of CloudStackMachineOwner

func (*CloudStackMachineOwnerSpec) DeepCopy

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

func (*CloudStackMachineOwnerSpec) DeepCopyInto

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

type CloudStackMachineOwnerStatus

type CloudStackMachineOwnerStatus struct {
	Replicas *int32 `json:"replicas"`
	//+optional
	Ready *bool `json:"ready,omitempty"`
	//+optional
	ReadyReplicas *int32 `json:"readyReplicas,omitempty"`
}

CloudStackMachineOwnerStatus defines the name of the template

func (*CloudStackMachineOwnerStatus) DeepCopy

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

func (*CloudStackMachineOwnerStatus) DeepCopyInto

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