v1alpha1

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 TraefikServiceLister

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

TraefikServiceLister helps list TraefikServices. All objects returned here must be treated as read-only.

func NewTraefikServiceLister

func NewTraefikServiceLister(indexer cache.Indexer) TraefikServiceLister

NewTraefikServiceLister returns a new TraefikServiceLister.

type TraefikServiceListerExpansion

type TraefikServiceListerExpansion interface{}

TraefikServiceListerExpansion allows custom methods to be added to TraefikServiceLister.

type TraefikServiceNamespaceLister

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

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

type TraefikServiceNamespaceListerExpansion

type TraefikServiceNamespaceListerExpansion interface{}

TraefikServiceNamespaceListerExpansion allows custom methods to be added to TraefikServiceNamespaceLister.

Jump to

Keyboard shortcuts

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