v1beta2

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 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 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 []*v1beta2.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 []*v1beta2.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) (*v1beta2.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 []*v1beta2.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 []*v1beta2.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) (*v1beta2.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 []*v1beta2.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 []*v1beta2.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) (*v1beta2.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