v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 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 ServiceBindingUsageLister

type ServiceBindingUsageLister interface {
	// List lists all ServiceBindingUsages in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ServiceBindingUsage, err error)
	// ServiceBindingUsages returns an object that can list and get ServiceBindingUsages.
	ServiceBindingUsages(namespace string) ServiceBindingUsageNamespaceLister
	ServiceBindingUsageListerExpansion
}

ServiceBindingUsageLister helps list ServiceBindingUsages.

func NewServiceBindingUsageLister

func NewServiceBindingUsageLister(indexer cache.Indexer) ServiceBindingUsageLister

NewServiceBindingUsageLister returns a new ServiceBindingUsageLister.

type ServiceBindingUsageListerExpansion

type ServiceBindingUsageListerExpansion interface{}

ServiceBindingUsageListerExpansion allows custom methods to be added to ServiceBindingUsageLister.

type ServiceBindingUsageNamespaceLister

type ServiceBindingUsageNamespaceLister interface {
	// List lists all ServiceBindingUsages in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ServiceBindingUsage, err error)
	// Get retrieves the ServiceBindingUsage from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ServiceBindingUsage, error)
	ServiceBindingUsageNamespaceListerExpansion
}

ServiceBindingUsageNamespaceLister helps list and get ServiceBindingUsages.

type ServiceBindingUsageNamespaceListerExpansion

type ServiceBindingUsageNamespaceListerExpansion interface{}

ServiceBindingUsageNamespaceListerExpansion allows custom methods to be added to ServiceBindingUsageNamespaceLister.

type UsageKindLister

type UsageKindLister interface {
	// List lists all UsageKinds in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.UsageKind, err error)
	// Get retrieves the UsageKind from the index for a given name.
	Get(name string) (*v1alpha1.UsageKind, error)
	UsageKindListerExpansion
}

UsageKindLister helps list UsageKinds.

func NewUsageKindLister

func NewUsageKindLister(indexer cache.Indexer) UsageKindLister

NewUsageKindLister returns a new UsageKindLister.

type UsageKindListerExpansion

type UsageKindListerExpansion interface{}

UsageKindListerExpansion allows custom methods to be added to UsageKindLister.

Jump to

Keyboard shortcuts

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