v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 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 ServiceBindingProjectionLister

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

ServiceBindingProjectionLister helps list ServiceBindingProjections. All objects returned here must be treated as read-only.

func NewServiceBindingProjectionLister

func NewServiceBindingProjectionLister(indexer cache.Indexer) ServiceBindingProjectionLister

NewServiceBindingProjectionLister returns a new ServiceBindingProjectionLister.

type ServiceBindingProjectionListerExpansion

type ServiceBindingProjectionListerExpansion interface{}

ServiceBindingProjectionListerExpansion allows custom methods to be added to ServiceBindingProjectionLister.

type ServiceBindingProjectionNamespaceLister

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

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

type ServiceBindingProjectionNamespaceListerExpansion

type ServiceBindingProjectionNamespaceListerExpansion interface{}

ServiceBindingProjectionNamespaceListerExpansion allows custom methods to be added to ServiceBindingProjectionNamespaceLister.

Jump to

Keyboard shortcuts

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