v1alpha1

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NamespacedIngressLister

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

NamespacedIngressLister helps list NamespacedIngresses. All objects returned here must be treated as read-only.

func NewNamespacedIngressLister

func NewNamespacedIngressLister(indexer cache.Indexer) NamespacedIngressLister

NewNamespacedIngressLister returns a new NamespacedIngressLister.

type NamespacedIngressListerExpansion

type NamespacedIngressListerExpansion interface{}

NamespacedIngressListerExpansion allows custom methods to be added to NamespacedIngressLister.

type NamespacedIngressNamespaceLister

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

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

type NamespacedIngressNamespaceListerExpansion

type NamespacedIngressNamespaceListerExpansion interface{}

NamespacedIngressNamespaceListerExpansion allows custom methods to be added to NamespacedIngressNamespaceLister.

Jump to

Keyboard shortcuts

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