v1

package
v1.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: Apache-2.0 Imports: 4 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GatewayClassLister

type GatewayClassLister interface {
	// List lists all GatewayClasses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.GatewayClass, err error)
	// Get retrieves the GatewayClass from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.GatewayClass, error)
	GatewayClassListerExpansion
}

GatewayClassLister helps list GatewayClasses. All objects returned here must be treated as read-only.

func NewGatewayClassLister

func NewGatewayClassLister(indexer cache.Indexer) GatewayClassLister

NewGatewayClassLister returns a new GatewayClassLister.

type GatewayClassListerExpansion

type GatewayClassListerExpansion interface{}

GatewayClassListerExpansion allows custom methods to be added to GatewayClassLister.

type GatewayLister

type GatewayLister interface {
	// List lists all Gateways in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Gateway, err error)
	// Gateways returns an object that can list and get Gateways.
	Gateways(namespace string) GatewayNamespaceLister
	GatewayListerExpansion
}

GatewayLister helps list Gateways. All objects returned here must be treated as read-only.

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

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

type GatewayNamespaceListerExpansion

type GatewayNamespaceListerExpansion interface{}

GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.

type HTTPRouteLister

type HTTPRouteLister interface {
	// List lists all HTTPRoutes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.HTTPRoute, err error)
	// HTTPRoutes returns an object that can list and get HTTPRoutes.
	HTTPRoutes(namespace string) HTTPRouteNamespaceLister
	HTTPRouteListerExpansion
}

HTTPRouteLister helps list HTTPRoutes. All objects returned here must be treated as read-only.

func NewHTTPRouteLister

func NewHTTPRouteLister(indexer cache.Indexer) HTTPRouteLister

NewHTTPRouteLister returns a new HTTPRouteLister.

type HTTPRouteListerExpansion

type HTTPRouteListerExpansion interface{}

HTTPRouteListerExpansion allows custom methods to be added to HTTPRouteLister.

type HTTPRouteNamespaceLister

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

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

type HTTPRouteNamespaceListerExpansion

type HTTPRouteNamespaceListerExpansion interface{}

HTTPRouteNamespaceListerExpansion allows custom methods to be added to HTTPRouteNamespaceLister.

Jump to

Keyboard shortcuts

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