v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 GatewayRouteLister

type GatewayRouteLister interface {
	// List lists all GatewayRoutes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.GatewayRoute, err error)
	// GatewayRoutes returns an object that can list and get GatewayRoutes.
	GatewayRoutes(namespace string) GatewayRouteNamespaceLister
	GatewayRouteListerExpansion
}

GatewayRouteLister helps list GatewayRoutes. All objects returned here must be treated as read-only.

func NewGatewayRouteLister

func NewGatewayRouteLister(indexer cache.Indexer) GatewayRouteLister

NewGatewayRouteLister returns a new GatewayRouteLister.

type GatewayRouteListerExpansion

type GatewayRouteListerExpansion interface{}

GatewayRouteListerExpansion allows custom methods to be added to GatewayRouteLister.

type GatewayRouteNamespaceLister

type GatewayRouteNamespaceLister interface {
	// List lists all GatewayRoutes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.GatewayRoute, err error)
	// Get retrieves the GatewayRoute from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.GatewayRoute, error)
	GatewayRouteNamespaceListerExpansion
}

GatewayRouteNamespaceLister helps list and get GatewayRoutes. All objects returned here must be treated as read-only.

type GatewayRouteNamespaceListerExpansion

type GatewayRouteNamespaceListerExpansion interface{}

GatewayRouteNamespaceListerExpansion allows custom methods to be added to GatewayRouteNamespaceLister.

type MeshLister

type MeshLister interface {
	// List lists all Meshes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Mesh, err error)
	// Meshes returns an object that can list and get Meshes.
	Meshes(namespace string) MeshNamespaceLister
	MeshListerExpansion
}

MeshLister helps list Meshes. All objects returned here must be treated as read-only.

func NewMeshLister

func NewMeshLister(indexer cache.Indexer) MeshLister

NewMeshLister returns a new MeshLister.

type MeshListerExpansion

type MeshListerExpansion interface{}

MeshListerExpansion allows custom methods to be added to MeshLister.

type MeshNamespaceLister

type MeshNamespaceLister interface {
	// List lists all Meshes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Mesh, err error)
	// Get retrieves the Mesh from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Mesh, error)
	MeshNamespaceListerExpansion
}

MeshNamespaceLister helps list and get Meshes. All objects returned here must be treated as read-only.

type MeshNamespaceListerExpansion

type MeshNamespaceListerExpansion interface{}

MeshNamespaceListerExpansion allows custom methods to be added to MeshNamespaceLister.

type RouteLister

type RouteLister interface {
	// List lists all Routes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Route, err error)
	// Routes returns an object that can list and get Routes.
	Routes(namespace string) RouteNamespaceLister
	RouteListerExpansion
}

RouteLister helps list Routes. All objects returned here must be treated as read-only.

func NewRouteLister

func NewRouteLister(indexer cache.Indexer) RouteLister

NewRouteLister returns a new RouteLister.

type RouteListerExpansion

type RouteListerExpansion interface{}

RouteListerExpansion allows custom methods to be added to RouteLister.

type RouteNamespaceLister

type RouteNamespaceLister interface {
	// List lists all Routes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Route, err error)
	// Get retrieves the Route from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Route, error)
	RouteNamespaceListerExpansion
}

RouteNamespaceLister helps list and get Routes. All objects returned here must be treated as read-only.

type RouteNamespaceListerExpansion

type RouteNamespaceListerExpansion interface{}

RouteNamespaceListerExpansion allows custom methods to be added to RouteNamespaceLister.

type VirtualGatewayLister

type VirtualGatewayLister interface {
	// List lists all VirtualGateways in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualGateway, err error)
	// VirtualGateways returns an object that can list and get VirtualGateways.
	VirtualGateways(namespace string) VirtualGatewayNamespaceLister
	VirtualGatewayListerExpansion
}

VirtualGatewayLister helps list VirtualGateways. All objects returned here must be treated as read-only.

func NewVirtualGatewayLister

func NewVirtualGatewayLister(indexer cache.Indexer) VirtualGatewayLister

NewVirtualGatewayLister returns a new VirtualGatewayLister.

type VirtualGatewayListerExpansion

type VirtualGatewayListerExpansion interface{}

VirtualGatewayListerExpansion allows custom methods to be added to VirtualGatewayLister.

type VirtualGatewayNamespaceLister

type VirtualGatewayNamespaceLister interface {
	// List lists all VirtualGateways in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualGateway, err error)
	// Get retrieves the VirtualGateway from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.VirtualGateway, error)
	VirtualGatewayNamespaceListerExpansion
}

VirtualGatewayNamespaceLister helps list and get VirtualGateways. All objects returned here must be treated as read-only.

type VirtualGatewayNamespaceListerExpansion

type VirtualGatewayNamespaceListerExpansion interface{}

VirtualGatewayNamespaceListerExpansion allows custom methods to be added to VirtualGatewayNamespaceLister.

type VirtualNodeLister

type VirtualNodeLister interface {
	// List lists all VirtualNodes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualNode, err error)
	// VirtualNodes returns an object that can list and get VirtualNodes.
	VirtualNodes(namespace string) VirtualNodeNamespaceLister
	VirtualNodeListerExpansion
}

VirtualNodeLister helps list VirtualNodes. All objects returned here must be treated as read-only.

func NewVirtualNodeLister

func NewVirtualNodeLister(indexer cache.Indexer) VirtualNodeLister

NewVirtualNodeLister returns a new VirtualNodeLister.

type VirtualNodeListerExpansion

type VirtualNodeListerExpansion interface{}

VirtualNodeListerExpansion allows custom methods to be added to VirtualNodeLister.

type VirtualNodeNamespaceLister

type VirtualNodeNamespaceLister interface {
	// List lists all VirtualNodes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualNode, err error)
	// Get retrieves the VirtualNode from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.VirtualNode, error)
	VirtualNodeNamespaceListerExpansion
}

VirtualNodeNamespaceLister helps list and get VirtualNodes. All objects returned here must be treated as read-only.

type VirtualNodeNamespaceListerExpansion

type VirtualNodeNamespaceListerExpansion interface{}

VirtualNodeNamespaceListerExpansion allows custom methods to be added to VirtualNodeNamespaceLister.

type VirtualRouterLister

type VirtualRouterLister interface {
	// List lists all VirtualRouters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualRouter, err error)
	// VirtualRouters returns an object that can list and get VirtualRouters.
	VirtualRouters(namespace string) VirtualRouterNamespaceLister
	VirtualRouterListerExpansion
}

VirtualRouterLister helps list VirtualRouters. All objects returned here must be treated as read-only.

func NewVirtualRouterLister

func NewVirtualRouterLister(indexer cache.Indexer) VirtualRouterLister

NewVirtualRouterLister returns a new VirtualRouterLister.

type VirtualRouterListerExpansion

type VirtualRouterListerExpansion interface{}

VirtualRouterListerExpansion allows custom methods to be added to VirtualRouterLister.

type VirtualRouterNamespaceLister

type VirtualRouterNamespaceLister interface {
	// List lists all VirtualRouters in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualRouter, err error)
	// Get retrieves the VirtualRouter from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.VirtualRouter, error)
	VirtualRouterNamespaceListerExpansion
}

VirtualRouterNamespaceLister helps list and get VirtualRouters. All objects returned here must be treated as read-only.

type VirtualRouterNamespaceListerExpansion

type VirtualRouterNamespaceListerExpansion interface{}

VirtualRouterNamespaceListerExpansion allows custom methods to be added to VirtualRouterNamespaceLister.

type VirtualServiceLister

type VirtualServiceLister interface {
	// List lists all VirtualServices in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualService, err error)
	// VirtualServices returns an object that can list and get VirtualServices.
	VirtualServices(namespace string) VirtualServiceNamespaceLister
	VirtualServiceListerExpansion
}

VirtualServiceLister helps list VirtualServices. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VirtualService, err error)
	// Get retrieves the VirtualService from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.VirtualService, error)
	VirtualServiceNamespaceListerExpansion
}

VirtualServiceNamespaceLister helps list and get VirtualServices. All objects returned here must be treated as read-only.

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