v1alpha3

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 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 DestinationRuleLister

type DestinationRuleLister interface {
	// List lists all DestinationRules in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.DestinationRule, err error)
	// DestinationRules returns an object that can list and get DestinationRules.
	DestinationRules(namespace string) DestinationRuleNamespaceLister
	DestinationRuleListerExpansion
}

DestinationRuleLister helps list DestinationRules.

func NewDestinationRuleLister

func NewDestinationRuleLister(indexer cache.Indexer) DestinationRuleLister

NewDestinationRuleLister returns a new DestinationRuleLister.

type DestinationRuleListerExpansion

type DestinationRuleListerExpansion interface{}

DestinationRuleListerExpansion allows custom methods to be added to DestinationRuleLister.

type DestinationRuleNamespaceLister

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

DestinationRuleNamespaceLister helps list and get DestinationRules.

type DestinationRuleNamespaceListerExpansion

type DestinationRuleNamespaceListerExpansion interface{}

DestinationRuleNamespaceListerExpansion allows custom methods to be added to DestinationRuleNamespaceLister.

type EnvoyFilterLister

type EnvoyFilterLister interface {
	// List lists all EnvoyFilters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.EnvoyFilter, err error)
	// EnvoyFilters returns an object that can list and get EnvoyFilters.
	EnvoyFilters(namespace string) EnvoyFilterNamespaceLister
	EnvoyFilterListerExpansion
}

EnvoyFilterLister helps list EnvoyFilters.

func NewEnvoyFilterLister

func NewEnvoyFilterLister(indexer cache.Indexer) EnvoyFilterLister

NewEnvoyFilterLister returns a new EnvoyFilterLister.

type EnvoyFilterListerExpansion

type EnvoyFilterListerExpansion interface{}

EnvoyFilterListerExpansion allows custom methods to be added to EnvoyFilterLister.

type EnvoyFilterNamespaceLister

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

EnvoyFilterNamespaceLister helps list and get EnvoyFilters.

type EnvoyFilterNamespaceListerExpansion

type EnvoyFilterNamespaceListerExpansion interface{}

EnvoyFilterNamespaceListerExpansion allows custom methods to be added to EnvoyFilterNamespaceLister.

type GatewayLister

type GatewayLister interface {
	// List lists all Gateways in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.Gateway, err error)
	// Gateways returns an object that can list and get Gateways.
	Gateways(namespace string) GatewayNamespaceLister
	GatewayListerExpansion
}

GatewayLister helps list Gateways.

func NewGatewayLister

func NewGatewayLister(indexer cache.Indexer) GatewayLister

NewGatewayLister returns a new GatewayLister.

type GatewayListerExpansion

type GatewayListerExpansion interface{}

GatewayListerExpansion allows custom methods to be added to GatewayLister.

type GatewayNamespaceLister

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

GatewayNamespaceLister helps list and get Gateways.

type GatewayNamespaceListerExpansion

type GatewayNamespaceListerExpansion interface{}

GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.

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 SidecarLister

type SidecarLister interface {
	// List lists all Sidecars in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.Sidecar, err error)
	// Sidecars returns an object that can list and get Sidecars.
	Sidecars(namespace string) SidecarNamespaceLister
	SidecarListerExpansion
}

SidecarLister helps list Sidecars.

func NewSidecarLister

func NewSidecarLister(indexer cache.Indexer) SidecarLister

NewSidecarLister returns a new SidecarLister.

type SidecarListerExpansion

type SidecarListerExpansion interface{}

SidecarListerExpansion allows custom methods to be added to SidecarLister.

type SidecarNamespaceLister

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

SidecarNamespaceLister helps list and get Sidecars.

type SidecarNamespaceListerExpansion

type SidecarNamespaceListerExpansion interface{}

SidecarNamespaceListerExpansion allows custom methods to be added to SidecarNamespaceLister.

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