v1

package
v0.0.0-...-d4ca5b8 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2023 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 BafflesApplicationLister

type BafflesApplicationLister interface {
	// List lists all BafflesApplications in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.BafflesApplication, err error)
	// BafflesApplications returns an object that can list and get BafflesApplications.
	BafflesApplications(namespace string) BafflesApplicationNamespaceLister
	BafflesApplicationListerExpansion
}

BafflesApplicationLister helps list BafflesApplications. All objects returned here must be treated as read-only.

func NewBafflesApplicationLister

func NewBafflesApplicationLister(indexer cache.Indexer) BafflesApplicationLister

NewBafflesApplicationLister returns a new BafflesApplicationLister.

type BafflesApplicationListerExpansion

type BafflesApplicationListerExpansion interface{}

BafflesApplicationListerExpansion allows custom methods to be added to BafflesApplicationLister.

type BafflesApplicationNamespaceLister

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

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

type BafflesApplicationNamespaceListerExpansion

type BafflesApplicationNamespaceListerExpansion interface{}

BafflesApplicationNamespaceListerExpansion allows custom methods to be added to BafflesApplicationNamespaceLister.

Jump to

Keyboard shortcuts

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