v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 DeviceGroupLister

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

DeviceGroupLister helps list DeviceGroups. All objects returned here must be treated as read-only.

func NewDeviceGroupLister

func NewDeviceGroupLister(indexer cache.Indexer) DeviceGroupLister

NewDeviceGroupLister returns a new DeviceGroupLister.

type DeviceGroupListerExpansion

type DeviceGroupListerExpansion interface{}

DeviceGroupListerExpansion allows custom methods to be added to DeviceGroupLister.

type DeviceGroupNamespaceLister

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

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

type DeviceGroupNamespaceListerExpansion

type DeviceGroupNamespaceListerExpansion interface{}

DeviceGroupNamespaceListerExpansion allows custom methods to be added to DeviceGroupNamespaceLister.

type SolutionLister

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

SolutionLister helps list Solutions. All objects returned here must be treated as read-only.

func NewSolutionLister

func NewSolutionLister(indexer cache.Indexer) SolutionLister

NewSolutionLister returns a new SolutionLister.

type SolutionListerExpansion

type SolutionListerExpansion interface{}

SolutionListerExpansion allows custom methods to be added to SolutionLister.

type SolutionNamespaceLister

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

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

type SolutionNamespaceListerExpansion

type SolutionNamespaceListerExpansion interface{}

SolutionNamespaceListerExpansion allows custom methods to be added to SolutionNamespaceLister.

Jump to

Keyboard shortcuts

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