v1alpha1

package
v0.0.0-...-580b870 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 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 AddressableServiceLister

type AddressableServiceLister interface {
	// List lists all AddressableServices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AddressableService, err error)
	// AddressableServices returns an object that can list and get AddressableServices.
	AddressableServices(namespace string) AddressableServiceNamespaceLister
	AddressableServiceListerExpansion
}

AddressableServiceLister helps list AddressableServices.

func NewAddressableServiceLister

func NewAddressableServiceLister(indexer cache.Indexer) AddressableServiceLister

NewAddressableServiceLister returns a new AddressableServiceLister.

type AddressableServiceListerExpansion

type AddressableServiceListerExpansion interface{}

AddressableServiceListerExpansion allows custom methods to be added to AddressableServiceLister.

type AddressableServiceNamespaceLister

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

AddressableServiceNamespaceLister helps list and get AddressableServices.

type AddressableServiceNamespaceListerExpansion

type AddressableServiceNamespaceListerExpansion interface{}

AddressableServiceNamespaceListerExpansion allows custom methods to be added to AddressableServiceNamespaceLister.

Jump to

Keyboard shortcuts

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