v1alpha1

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 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 EgressLister

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

EgressLister helps list Egresses. All objects returned here must be treated as read-only.

func NewEgressLister

func NewEgressLister(indexer cache.Indexer) EgressLister

NewEgressLister returns a new EgressLister.

type EgressListerExpansion

type EgressListerExpansion interface{}

EgressListerExpansion allows custom methods to be added to EgressLister.

type EgressNamespaceLister

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

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

type EgressNamespaceListerExpansion

type EgressNamespaceListerExpansion interface{}

EgressNamespaceListerExpansion allows custom methods to be added to EgressNamespaceLister.

type IngressBackendLister added in v0.10.0

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

IngressBackendLister helps list IngressBackends. All objects returned here must be treated as read-only.

func NewIngressBackendLister added in v0.10.0

func NewIngressBackendLister(indexer cache.Indexer) IngressBackendLister

NewIngressBackendLister returns a new IngressBackendLister.

type IngressBackendListerExpansion added in v0.10.0

type IngressBackendListerExpansion interface{}

IngressBackendListerExpansion allows custom methods to be added to IngressBackendLister.

type IngressBackendNamespaceLister added in v0.10.0

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

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

type IngressBackendNamespaceListerExpansion added in v0.10.0

type IngressBackendNamespaceListerExpansion interface{}

IngressBackendNamespaceListerExpansion allows custom methods to be added to IngressBackendNamespaceLister.

Jump to

Keyboard shortcuts

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