v1alpha1

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 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 DeviceLister

type DeviceLister interface {
	// List lists all Devices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Device, err error)
	// Devices returns an object that can list and get Devices.
	Devices(namespace string) DeviceNamespaceLister
	DeviceListerExpansion
}

DeviceLister helps list Devices.

func NewDeviceLister

func NewDeviceLister(indexer cache.Indexer) DeviceLister

NewDeviceLister returns a new DeviceLister.

type DeviceListerExpansion

type DeviceListerExpansion interface{}

DeviceListerExpansion allows custom methods to be added to DeviceLister.

type DeviceModelLister

type DeviceModelLister interface {
	// List lists all DeviceModels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DeviceModel, err error)
	// DeviceModels returns an object that can list and get DeviceModels.
	DeviceModels(namespace string) DeviceModelNamespaceLister
	DeviceModelListerExpansion
}

DeviceModelLister helps list DeviceModels.

func NewDeviceModelLister

func NewDeviceModelLister(indexer cache.Indexer) DeviceModelLister

NewDeviceModelLister returns a new DeviceModelLister.

type DeviceModelListerExpansion

type DeviceModelListerExpansion interface{}

DeviceModelListerExpansion allows custom methods to be added to DeviceModelLister.

type DeviceModelNamespaceLister

type DeviceModelNamespaceLister interface {
	// List lists all DeviceModels in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DeviceModel, err error)
	// Get retrieves the DeviceModel from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DeviceModel, error)
	DeviceModelNamespaceListerExpansion
}

DeviceModelNamespaceLister helps list and get DeviceModels.

type DeviceModelNamespaceListerExpansion

type DeviceModelNamespaceListerExpansion interface{}

DeviceModelNamespaceListerExpansion allows custom methods to be added to DeviceModelNamespaceLister.

type DeviceNamespaceLister

type DeviceNamespaceLister interface {
	// List lists all Devices in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Device, err error)
	// Get retrieves the Device from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Device, error)
	DeviceNamespaceListerExpansion
}

DeviceNamespaceLister helps list and get Devices.

type DeviceNamespaceListerExpansion

type DeviceNamespaceListerExpansion interface{}

DeviceNamespaceListerExpansion allows custom methods to be added to DeviceNamespaceLister.

Jump to

Keyboard shortcuts

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