v1alpha1

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 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 VirtualMachineLister

type VirtualMachineLister interface {
	// List lists all VirtualMachines in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualMachine, err error)
	// VirtualMachines returns an object that can list and get VirtualMachines.
	VirtualMachines(namespace string) VirtualMachineNamespaceLister
	VirtualMachineListerExpansion
}

VirtualMachineLister helps list VirtualMachines. All objects returned here must be treated as read-only.

func NewVirtualMachineLister

func NewVirtualMachineLister(indexer cache.Indexer) VirtualMachineLister

NewVirtualMachineLister returns a new VirtualMachineLister.

type VirtualMachineListerExpansion

type VirtualMachineListerExpansion interface{}

VirtualMachineListerExpansion allows custom methods to be added to VirtualMachineLister.

type VirtualMachineNamespaceLister

type VirtualMachineNamespaceLister interface {
	// List lists all VirtualMachines in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualMachine, err error)
	// Get retrieves the VirtualMachine from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.VirtualMachine, error)
	VirtualMachineNamespaceListerExpansion
}

VirtualMachineNamespaceLister helps list and get VirtualMachines. All objects returned here must be treated as read-only.

type VirtualMachineNamespaceListerExpansion

type VirtualMachineNamespaceListerExpansion interface{}

VirtualMachineNamespaceListerExpansion allows custom methods to be added to VirtualMachineNamespaceLister.

Jump to

Keyboard shortcuts

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