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.
Click to show internal directories.
Click to hide internal directories.