v1alpha3

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 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 ServiceEntryLister

type ServiceEntryLister interface {
	// List lists all ServiceEntries in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.ServiceEntry, err error)
	// ServiceEntries returns an object that can list and get ServiceEntries.
	ServiceEntries(namespace string) ServiceEntryNamespaceLister
	ServiceEntryListerExpansion
}

ServiceEntryLister helps list ServiceEntries.

func NewServiceEntryLister

func NewServiceEntryLister(indexer cache.Indexer) ServiceEntryLister

NewServiceEntryLister returns a new ServiceEntryLister.

type ServiceEntryListerExpansion

type ServiceEntryListerExpansion interface{}

ServiceEntryListerExpansion allows custom methods to be added to ServiceEntryLister.

type ServiceEntryNamespaceLister

type ServiceEntryNamespaceLister interface {
	// List lists all ServiceEntries in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha3.ServiceEntry, err error)
	// Get retrieves the ServiceEntry from the indexer for a given namespace and name.
	Get(name string) (*v1alpha3.ServiceEntry, error)
	ServiceEntryNamespaceListerExpansion
}

ServiceEntryNamespaceLister helps list and get ServiceEntries.

type ServiceEntryNamespaceListerExpansion

type ServiceEntryNamespaceListerExpansion interface{}

ServiceEntryNamespaceListerExpansion allows custom methods to be added to ServiceEntryNamespaceLister.

type VirtualServiceLister

type VirtualServiceLister interface {
	// List lists all VirtualServices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.VirtualService, err error)
	// VirtualServices returns an object that can list and get VirtualServices.
	VirtualServices(namespace string) VirtualServiceNamespaceLister
	VirtualServiceListerExpansion
}

VirtualServiceLister helps list VirtualServices.

func NewVirtualServiceLister

func NewVirtualServiceLister(indexer cache.Indexer) VirtualServiceLister

NewVirtualServiceLister returns a new VirtualServiceLister.

type VirtualServiceListerExpansion

type VirtualServiceListerExpansion interface{}

VirtualServiceListerExpansion allows custom methods to be added to VirtualServiceLister.

type VirtualServiceNamespaceLister

type VirtualServiceNamespaceLister interface {
	// List lists all VirtualServices in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha3.VirtualService, err error)
	// Get retrieves the VirtualService from the indexer for a given namespace and name.
	Get(name string) (*v1alpha3.VirtualService, error)
	VirtualServiceNamespaceListerExpansion
}

VirtualServiceNamespaceLister helps list and get VirtualServices.

type VirtualServiceNamespaceListerExpansion

type VirtualServiceNamespaceListerExpansion interface{}

VirtualServiceNamespaceListerExpansion allows custom methods to be added to VirtualServiceNamespaceLister.

Jump to

Keyboard shortcuts

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