v1

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 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 ManagedCertificateLister

type ManagedCertificateLister interface {
	// List lists all ManagedCertificates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ManagedCertificate, err error)
	// ManagedCertificates returns an object that can list and get ManagedCertificates.
	ManagedCertificates(namespace string) ManagedCertificateNamespaceLister
	ManagedCertificateListerExpansion
}

ManagedCertificateLister helps list ManagedCertificates. All objects returned here must be treated as read-only.

func NewManagedCertificateLister

func NewManagedCertificateLister(indexer cache.Indexer) ManagedCertificateLister

NewManagedCertificateLister returns a new ManagedCertificateLister.

type ManagedCertificateListerExpansion

type ManagedCertificateListerExpansion interface{}

ManagedCertificateListerExpansion allows custom methods to be added to ManagedCertificateLister.

type ManagedCertificateNamespaceLister

type ManagedCertificateNamespaceLister interface {
	// List lists all ManagedCertificates in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ManagedCertificate, err error)
	// Get retrieves the ManagedCertificate from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ManagedCertificate, error)
	ManagedCertificateNamespaceListerExpansion
}

ManagedCertificateNamespaceLister helps list and get ManagedCertificates. All objects returned here must be treated as read-only.

type ManagedCertificateNamespaceListerExpansion

type ManagedCertificateNamespaceListerExpansion interface{}

ManagedCertificateNamespaceListerExpansion allows custom methods to be added to ManagedCertificateNamespaceLister.

Jump to

Keyboard shortcuts

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