vmoperator

package
v1.30.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	V1alpha1() V1alpha1Interface
}

Interface has methods to work with Vmoperator resources.

type V1alpha1Interface

type V1alpha1Interface interface {
	Client() dynamic.Interface
	VirtualMachines(namespace string) VirtualMachineInterface
	VirtualMachineServices(namespace string) VirtualMachineServiceInterface
}

V1alpha1Interface has methods to work with Vmoperator V1alpha1 resources.

type VirtualMachineInterface

type VirtualMachineInterface interface {
	Create(ctx context.Context, virtualMachine *vmopv1alpha1.VirtualMachine, opts v1.CreateOptions) (*vmopv1alpha1.VirtualMachine, error)
	Update(ctx context.Context, virtualMachine *vmopv1alpha1.VirtualMachine, opts v1.UpdateOptions) (*vmopv1alpha1.VirtualMachine, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*vmopv1alpha1.VirtualMachine, error)
	List(ctx context.Context, opts v1.ListOptions) (*vmopv1alpha1.VirtualMachineList, error)
}

VirtualMachineInterface has methods to work with VirtualMachineService resources.

type VirtualMachineServiceInterface

VirtualMachineServiceInterface has methods to work with VirtualMachineService resources.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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