external

package
v1.7.0 Latest Latest
Warning

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

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

Documentation

Overview

Package external defines the types for a generic external provider used for tests. +kubebuilder:object:generate=true +groupName=custom.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: "external.cluster.x-k8s.io", Version: "v1beta1"}

	// 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 GenericClusterExternalObject added in v0.4.0

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

GenericClusterExternalObject is an object which is not actually managed by CAPI, but we wish to move with clusterctl using the "move" label on the resource. +kubebuilder:object:root=true

func (*GenericClusterExternalObject) DeepCopy added in v0.4.0

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

func (*GenericClusterExternalObject) DeepCopyInto added in v0.4.0

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

func (*GenericClusterExternalObject) DeepCopyObject added in v0.4.0

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

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

type GenericClusterExternalObjectList added in v0.4.0

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

func (*GenericClusterExternalObjectList) DeepCopy added in v0.4.0

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

func (*GenericClusterExternalObjectList) DeepCopyInto added in v0.4.0

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

func (*GenericClusterExternalObjectList) DeepCopyObject added in v0.4.0

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

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

type GenericExternalObject

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

GenericExternalObject is an object which is not actually managed by CAPI, but we wish to move with clusterctl using the "move" label on the resource. +kubebuilder:object:root=true

func (*GenericExternalObject) DeepCopy

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

func (*GenericExternalObject) DeepCopyInto

func (in *GenericExternalObject) DeepCopyInto(out *GenericExternalObject)

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

func (*GenericExternalObject) DeepCopyObject

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

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

type GenericExternalObjectList

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

func (*GenericExternalObjectList) DeepCopy

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

func (*GenericExternalObjectList) DeepCopyInto

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

func (*GenericExternalObjectList) DeepCopyObject

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

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