v1alpha1

package
v0.0.0-...-affaa53 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 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 TokenRequestLister

type TokenRequestLister interface {
	// List lists all TokenRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.TokenRequest, err error)
	// TokenRequests returns an object that can list and get TokenRequests.
	TokenRequests(namespace string) TokenRequestNamespaceLister
	TokenRequestListerExpansion
}

TokenRequestLister helps list TokenRequests.

func NewTokenRequestLister

func NewTokenRequestLister(indexer cache.Indexer) TokenRequestLister

NewTokenRequestLister returns a new TokenRequestLister.

type TokenRequestListerExpansion

type TokenRequestListerExpansion interface{}

TokenRequestListerExpansion allows custom methods to be added to TokenRequestLister.

type TokenRequestNamespaceLister

type TokenRequestNamespaceLister interface {
	// List lists all TokenRequests in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.TokenRequest, err error)
	// Get retrieves the TokenRequest from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.TokenRequest, error)
	TokenRequestNamespaceListerExpansion
}

TokenRequestNamespaceLister helps list and get TokenRequests.

type TokenRequestNamespaceListerExpansion

type TokenRequestNamespaceListerExpansion interface{}

TokenRequestNamespaceListerExpansion allows custom methods to be added to TokenRequestNamespaceLister.

Jump to

Keyboard shortcuts

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