import "sigs.k8s.io/cluster-api/cmd/clusterctl/internal/test/providers/controlplane"
package controlplane defines the types for a generic control plane provider used for tests
+kubebuilder:object:generate=true +groupName=controlplane.cluster.x-k8s.io
generic_types.go groupversion_info.go zz_generated.deepcopy.go
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "controlplane.cluster.x-k8s.io", Version: "v1alpha4"} // 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 )
type GenericControlPlane struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GenericControlPlaneSpec `json:"spec,omitempty"` }
func (in *GenericControlPlane) DeepCopy() *GenericControlPlane
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GenericControlPlane.
func (in *GenericControlPlane) DeepCopyInto(out *GenericControlPlane)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GenericControlPlane) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GenericControlPlaneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GenericControlPlane `json:"items"` }
func (in *GenericControlPlaneList) DeepCopy() *GenericControlPlaneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GenericControlPlaneList.
func (in *GenericControlPlaneList) DeepCopyInto(out *GenericControlPlaneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GenericControlPlaneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GenericControlPlaneSpec struct { InfrastructureTemplate corev1.ObjectReference `json:"infrastructureTemplate"` }
func (in *GenericControlPlaneSpec) DeepCopy() *GenericControlPlaneSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GenericControlPlaneSpec.
func (in *GenericControlPlaneSpec) DeepCopyInto(out *GenericControlPlaneSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Package controlplane imports 5 packages (graph) and is imported by 1 packages. Updated 2020-12-29. Refresh now. Tools for package owners.