v1alpha1

package
v0.0.0-...-8ac8dcf Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: LGPL-2.1 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EdgeDeviceLister

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

EdgeDeviceLister helps list EdgeDevices. All objects returned here must be treated as read-only.

func NewEdgeDeviceLister

func NewEdgeDeviceLister(indexer cache.Indexer) EdgeDeviceLister

NewEdgeDeviceLister returns a new EdgeDeviceLister.

type EdgeDeviceListerExpansion

type EdgeDeviceListerExpansion interface{}

EdgeDeviceListerExpansion allows custom methods to be added to EdgeDeviceLister.

type EdgeDeviceNamespaceLister

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

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

type EdgeDeviceNamespaceListerExpansion

type EdgeDeviceNamespaceListerExpansion interface{}

EdgeDeviceNamespaceListerExpansion allows custom methods to be added to EdgeDeviceNamespaceLister.

Jump to

Keyboard shortcuts

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