v1alpha1

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SensorLister

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

SensorLister helps list Sensors. All objects returned here must be treated as read-only.

func NewSensorLister

func NewSensorLister(indexer cache.Indexer) SensorLister

NewSensorLister returns a new SensorLister.

type SensorListerExpansion

type SensorListerExpansion interface{}

SensorListerExpansion allows custom methods to be added to SensorLister.

type SensorNamespaceLister

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

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

type SensorNamespaceListerExpansion

type SensorNamespaceListerExpansion interface{}

SensorNamespaceListerExpansion allows custom methods to be added to SensorNamespaceLister.

Jump to

Keyboard shortcuts

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