v1beta1

package
v0.21.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2021 License: Apache-2.0 Imports: 4 Imported by: 182

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateSigningRequestLister

type CertificateSigningRequestLister interface {
	// List lists all CertificateSigningRequests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.CertificateSigningRequest, err error)
	// Get retrieves the CertificateSigningRequest from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.CertificateSigningRequest, error)
	CertificateSigningRequestListerExpansion
}

CertificateSigningRequestLister helps list CertificateSigningRequests. All objects returned here must be treated as read-only.

func NewCertificateSigningRequestLister

func NewCertificateSigningRequestLister(indexer cache.Indexer) CertificateSigningRequestLister

NewCertificateSigningRequestLister returns a new CertificateSigningRequestLister.

type CertificateSigningRequestListerExpansion

type CertificateSigningRequestListerExpansion interface{}

CertificateSigningRequestListerExpansion allows custom methods to be added to CertificateSigningRequestLister.

Jump to

Keyboard shortcuts

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