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 ¶
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 ¶
func (in *DummyInfrastructureCluster) DeepCopy() *DummyInfrastructureCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyInfrastructureCluster.
func (*DummyInfrastructureCluster) DeepCopyInto ¶
func (in *DummyInfrastructureCluster) DeepCopyInto(out *DummyInfrastructureCluster)
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 ¶
func (in *DummyInfrastructureClusterList) DeepCopy() *DummyInfrastructureClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyInfrastructureClusterList.
func (*DummyInfrastructureClusterList) DeepCopyInto ¶
func (in *DummyInfrastructureClusterList) DeepCopyInto(out *DummyInfrastructureClusterList)
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 ¶
func (in *DummyInfrastructureMachine) DeepCopy() *DummyInfrastructureMachine
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyInfrastructureMachine.
func (*DummyInfrastructureMachine) DeepCopyInto ¶
func (in *DummyInfrastructureMachine) DeepCopyInto(out *DummyInfrastructureMachine)
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 ¶
func (in *DummyInfrastructureMachineList) DeepCopy() *DummyInfrastructureMachineList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyInfrastructureMachineList.
func (*DummyInfrastructureMachineList) DeepCopyInto ¶
func (in *DummyInfrastructureMachineList) DeepCopyInto(out *DummyInfrastructureMachineList)
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 ¶
func (in *DummyInfrastructureMachineTemplate) DeepCopy() *DummyInfrastructureMachineTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyInfrastructureMachineTemplate.
func (*DummyInfrastructureMachineTemplate) DeepCopyInto ¶
func (in *DummyInfrastructureMachineTemplate) DeepCopyInto(out *DummyInfrastructureMachineTemplate)
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 ¶
func (in *DummyInfrastructureMachineTemplateList) DeepCopy() *DummyInfrastructureMachineTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyInfrastructureMachineTemplateList.
func (*DummyInfrastructureMachineTemplateList) DeepCopyInto ¶
func (in *DummyInfrastructureMachineTemplateList) DeepCopyInto(out *DummyInfrastructureMachineTemplateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DummyInfrastructureMachineTemplateList) DeepCopyObject ¶
func (in *DummyInfrastructureMachineTemplateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.