v1beta1

package
v0.0.0-...-146a38b Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: BSD-3-Clause, 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 IngressRouteLister

type IngressRouteLister interface {
	// List lists all IngressRoutes in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.IngressRoute, err error)
	// IngressRoutes returns an object that can list and get IngressRoutes.
	IngressRoutes(namespace string) IngressRouteNamespaceLister
	IngressRouteListerExpansion
}

IngressRouteLister helps list IngressRoutes.

func NewIngressRouteLister

func NewIngressRouteLister(indexer cache.Indexer) IngressRouteLister

NewIngressRouteLister returns a new IngressRouteLister.

type IngressRouteListerExpansion

type IngressRouteListerExpansion interface{}

IngressRouteListerExpansion allows custom methods to be added to IngressRouteLister.

type IngressRouteNamespaceLister

type IngressRouteNamespaceLister interface {
	// List lists all IngressRoutes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.IngressRoute, err error)
	// Get retrieves the IngressRoute from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.IngressRoute, error)
	IngressRouteNamespaceListerExpansion
}

IngressRouteNamespaceLister helps list and get IngressRoutes.

type IngressRouteNamespaceListerExpansion

type IngressRouteNamespaceListerExpansion interface{}

IngressRouteNamespaceListerExpansion allows custom methods to be added to IngressRouteNamespaceLister.

Jump to

Keyboard shortcuts

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