v1beta1

package
v0.0.0-...-3509752 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2020 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 ProxierLister

type ProxierLister interface {
	// List lists all Proxiers in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Proxier, err error)
	// Proxiers returns an object that can list and get Proxiers.
	Proxiers(namespace string) ProxierNamespaceLister
	ProxierListerExpansion
}

ProxierLister helps list Proxiers.

func NewProxierLister

func NewProxierLister(indexer cache.Indexer) ProxierLister

NewProxierLister returns a new ProxierLister.

type ProxierListerExpansion

type ProxierListerExpansion interface{}

ProxierListerExpansion allows custom methods to be added to ProxierLister.

type ProxierNamespaceLister

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

ProxierNamespaceLister helps list and get Proxiers.

type ProxierNamespaceListerExpansion

type ProxierNamespaceListerExpansion interface{}

ProxierNamespaceListerExpansion allows custom methods to be added to ProxierNamespaceLister.

Jump to

Keyboard shortcuts

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