package v1

import "sigs.k8s.io/controller-runtime/pkg/manager/internal/integration/api/v1"

Index

Variables

var (
	// GroupVersion is group version used to register these objects.
	GroupVersion = schema.GroupVersion{Group: "crew.example.com", Version: "v1"}

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

Types

type Driver

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

Driver is a test type.

func (*Driver) DeepCopy

func (d *Driver) DeepCopy() *Driver

DeepCopy returns a copy of Driver.

func (*Driver) DeepCopyInto

func (d *Driver) DeepCopyInto(out *Driver)

DeepCopyInto deep copies into the given Driver.

func (*Driver) DeepCopyObject

func (d *Driver) DeepCopyObject() runtime.Object

DeepCopyObject returns a copy of Driver as runtime.Object.

func (*Driver) Hub

func (*Driver) Hub()

Hub marks Driver as a Hub for conversion.

type DriverList

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

DriverList is a list of Drivers.

func (*DriverList) DeepCopy

func (in *DriverList) DeepCopy() *DriverList

DeepCopy returns a copy of DriverList.

func (*DriverList) DeepCopyInto

func (in *DriverList) DeepCopyInto(out *DriverList)

DeepCopyInto deep copies into the given DriverList.

func (*DriverList) DeepCopyObject

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

DeepCopyObject returns a copy of DriverList as runtime.Object.

Source Files

driver_types.go groupversion_info.go

Version
v0.21.0 (latest)
Published
May 20, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
7 hours ago

Tools for package owners.