v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 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 ProvisionedServiceLister

type ProvisionedServiceLister interface {
	// List lists all ProvisionedServices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ProvisionedService, err error)
	// ProvisionedServices returns an object that can list and get ProvisionedServices.
	ProvisionedServices(namespace string) ProvisionedServiceNamespaceLister
	ProvisionedServiceListerExpansion
}

ProvisionedServiceLister helps list ProvisionedServices.

func NewProvisionedServiceLister

func NewProvisionedServiceLister(indexer cache.Indexer) ProvisionedServiceLister

NewProvisionedServiceLister returns a new ProvisionedServiceLister.

type ProvisionedServiceListerExpansion

type ProvisionedServiceListerExpansion interface{}

ProvisionedServiceListerExpansion allows custom methods to be added to ProvisionedServiceLister.

type ProvisionedServiceNamespaceLister

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

ProvisionedServiceNamespaceLister helps list and get ProvisionedServices.

type ProvisionedServiceNamespaceListerExpansion

type ProvisionedServiceNamespaceListerExpansion interface{}

ProvisionedServiceNamespaceListerExpansion allows custom methods to be added to ProvisionedServiceNamespaceLister.

Jump to

Keyboard shortcuts

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