v1beta1

package
v0.15.8 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 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 TokenReviewLister

type TokenReviewLister interface {
	// List lists all TokenReviews in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.TokenReview, err error)
	// Get retrieves the TokenReview from the index for a given name.
	Get(name string) (*v1beta1.TokenReview, error)
	TokenReviewListerExpansion
}

TokenReviewLister helps list TokenReviews.

func NewTokenReviewLister

func NewTokenReviewLister(indexer cache.Indexer) TokenReviewLister

NewTokenReviewLister returns a new TokenReviewLister.

type TokenReviewListerExpansion

type TokenReviewListerExpansion interface{}

TokenReviewListerExpansion allows custom methods to be added to TokenReviewLister.

Jump to

Keyboard shortcuts

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