v1

package
v0.16.2 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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
)

Functions

This section is empty.

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.

Jump to

Keyboard shortcuts

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