v1alpha1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2021 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 HorusecManagerLister

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

HorusecManagerLister helps list HorusecManagers. All objects returned here must be treated as read-only.

func NewHorusecManagerLister

func NewHorusecManagerLister(indexer cache.Indexer) HorusecManagerLister

NewHorusecManagerLister returns a new HorusecManagerLister.

type HorusecManagerListerExpansion

type HorusecManagerListerExpansion interface{}

HorusecManagerListerExpansion allows custom methods to be added to HorusecManagerLister.

type HorusecManagerNamespaceLister

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

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

type HorusecManagerNamespaceListerExpansion

type HorusecManagerNamespaceListerExpansion interface{}

HorusecManagerNamespaceListerExpansion allows custom methods to be added to HorusecManagerNamespaceLister.

Jump to

Keyboard shortcuts

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