v1beta2

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: AGPL-3.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.
	List(selector labels.Selector) (ret []*v1beta2.ManagedCertificate, err error)
	// ManagedCertificates returns an object that can list and get ManagedCertificates.
	ManagedCertificates(namespace string) ManagedCertificateNamespaceLister
	ManagedCertificateListerExpansion
}

ManagedCertificateLister helps list ManagedCertificates.

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.
	List(selector labels.Selector) (ret []*v1beta2.ManagedCertificate, err error)
	// Get retrieves the ManagedCertificate from the indexer for a given namespace and name.
	Get(name string) (*v1beta2.ManagedCertificate, error)
	ManagedCertificateNamespaceListerExpansion
}

ManagedCertificateNamespaceLister helps list and get ManagedCertificates.

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