v1

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 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 HTTPProxyLister

type HTTPProxyLister interface {
	// List lists all HTTPProxies in the indexer.
	List(selector labels.Selector) (ret []*v1.HTTPProxy, err error)
	// HTTPProxies returns an object that can list and get HTTPProxies.
	HTTPProxies(namespace string) HTTPProxyNamespaceLister
	HTTPProxyListerExpansion
}

HTTPProxyLister helps list HTTPProxies.

func NewHTTPProxyLister

func NewHTTPProxyLister(indexer cache.Indexer) HTTPProxyLister

NewHTTPProxyLister returns a new HTTPProxyLister.

type HTTPProxyListerExpansion

type HTTPProxyListerExpansion interface{}

HTTPProxyListerExpansion allows custom methods to be added to HTTPProxyLister.

type HTTPProxyNamespaceLister

type HTTPProxyNamespaceLister interface {
	// List lists all HTTPProxies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.HTTPProxy, err error)
	// Get retrieves the HTTPProxy from the indexer for a given namespace and name.
	Get(name string) (*v1.HTTPProxy, error)
	HTTPProxyNamespaceListerExpansion
}

HTTPProxyNamespaceLister helps list and get HTTPProxies.

type HTTPProxyNamespaceListerExpansion

type HTTPProxyNamespaceListerExpansion interface{}

HTTPProxyNamespaceListerExpansion allows custom methods to be added to HTTPProxyNamespaceLister.

type TLSCertificateDelegationLister

type TLSCertificateDelegationLister interface {
	// List lists all TLSCertificateDelegations in the indexer.
	List(selector labels.Selector) (ret []*v1.TLSCertificateDelegation, err error)
	// TLSCertificateDelegations returns an object that can list and get TLSCertificateDelegations.
	TLSCertificateDelegations(namespace string) TLSCertificateDelegationNamespaceLister
	TLSCertificateDelegationListerExpansion
}

TLSCertificateDelegationLister helps list TLSCertificateDelegations.

func NewTLSCertificateDelegationLister

func NewTLSCertificateDelegationLister(indexer cache.Indexer) TLSCertificateDelegationLister

NewTLSCertificateDelegationLister returns a new TLSCertificateDelegationLister.

type TLSCertificateDelegationListerExpansion

type TLSCertificateDelegationListerExpansion interface{}

TLSCertificateDelegationListerExpansion allows custom methods to be added to TLSCertificateDelegationLister.

type TLSCertificateDelegationNamespaceLister

type TLSCertificateDelegationNamespaceLister interface {
	// List lists all TLSCertificateDelegations in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.TLSCertificateDelegation, err error)
	// Get retrieves the TLSCertificateDelegation from the indexer for a given namespace and name.
	Get(name string) (*v1.TLSCertificateDelegation, error)
	TLSCertificateDelegationNamespaceListerExpansion
}

TLSCertificateDelegationNamespaceLister helps list and get TLSCertificateDelegations.

type TLSCertificateDelegationNamespaceListerExpansion

type TLSCertificateDelegationNamespaceListerExpansion interface{}

TLSCertificateDelegationNamespaceListerExpansion allows custom methods to be added to TLSCertificateDelegationNamespaceLister.

Jump to

Keyboard shortcuts

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