v1alpha1

package
v0.29.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 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 AppBindingLister

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

AppBindingLister helps list AppBindings. All objects returned here must be treated as read-only.

func NewAppBindingLister

func NewAppBindingLister(indexer cache.Indexer) AppBindingLister

NewAppBindingLister returns a new AppBindingLister.

type AppBindingListerExpansion

type AppBindingListerExpansion interface{}

AppBindingListerExpansion allows custom methods to be added to AppBindingLister.

type AppBindingNamespaceLister

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

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

type AppBindingNamespaceListerExpansion

type AppBindingNamespaceListerExpansion interface{}

AppBindingNamespaceListerExpansion allows custom methods to be added to AppBindingNamespaceLister.

Jump to

Keyboard shortcuts

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