infrastructure

package
v0.3.6 Latest Latest
Warning

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

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

Documentation

Overview

package infrastructure defines the types for dummy infrastructure provider used for tests

+kubebuilder:object:generate=true +groupName=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: "infrastructure.cluster.x-k8s.io", Version: "v1alpha3"}

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

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

func (*DummyInfrastructureCluster) DeepCopy

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

func (*DummyInfrastructureCluster) DeepCopyInto

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

func (*DummyInfrastructureCluster) DeepCopyObject

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

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

type DummyInfrastructureClusterList

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

func (*DummyInfrastructureClusterList) DeepCopy

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

func (*DummyInfrastructureClusterList) DeepCopyInto

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

func (*DummyInfrastructureClusterList) DeepCopyObject

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

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

type DummyInfrastructureMachine

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

func (*DummyInfrastructureMachine) DeepCopy

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

func (*DummyInfrastructureMachine) DeepCopyInto

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

func (*DummyInfrastructureMachine) DeepCopyObject

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

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

type DummyInfrastructureMachineList

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

func (*DummyInfrastructureMachineList) DeepCopy

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

func (*DummyInfrastructureMachineList) DeepCopyInto

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

func (*DummyInfrastructureMachineList) DeepCopyObject

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

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

type DummyInfrastructureMachineTemplate

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

func (*DummyInfrastructureMachineTemplate) DeepCopy

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

func (*DummyInfrastructureMachineTemplate) DeepCopyInto

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

func (*DummyInfrastructureMachineTemplate) DeepCopyObject

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

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

type DummyInfrastructureMachineTemplateList

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

func (*DummyInfrastructureMachineTemplateList) DeepCopy

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

func (*DummyInfrastructureMachineTemplateList) DeepCopyInto

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

func (*DummyInfrastructureMachineTemplateList) DeepCopyObject

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL