v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 CertificateAuthorityCertificateLister

type CertificateAuthorityCertificateLister interface {
	// List lists all CertificateAuthorityCertificates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CertificateAuthorityCertificate, err error)
	// CertificateAuthorityCertificates returns an object that can list and get CertificateAuthorityCertificates.
	CertificateAuthorityCertificates(namespace string) CertificateAuthorityCertificateNamespaceLister
	CertificateAuthorityCertificateListerExpansion
}

CertificateAuthorityCertificateLister helps list CertificateAuthorityCertificates. All objects returned here must be treated as read-only.

func NewCertificateAuthorityCertificateLister

func NewCertificateAuthorityCertificateLister(indexer cache.Indexer) CertificateAuthorityCertificateLister

NewCertificateAuthorityCertificateLister returns a new CertificateAuthorityCertificateLister.

type CertificateAuthorityCertificateListerExpansion

type CertificateAuthorityCertificateListerExpansion interface{}

CertificateAuthorityCertificateListerExpansion allows custom methods to be added to CertificateAuthorityCertificateLister.

type CertificateAuthorityCertificateNamespaceLister

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

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

type CertificateAuthorityCertificateNamespaceListerExpansion

type CertificateAuthorityCertificateNamespaceListerExpansion interface{}

CertificateAuthorityCertificateNamespaceListerExpansion allows custom methods to be added to CertificateAuthorityCertificateNamespaceLister.

type CertificateAuthorityLister

type CertificateAuthorityLister interface {
	// List lists all CertificateAuthorities in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CertificateAuthority, err error)
	// CertificateAuthorities returns an object that can list and get CertificateAuthorities.
	CertificateAuthorities(namespace string) CertificateAuthorityNamespaceLister
	CertificateAuthorityListerExpansion
}

CertificateAuthorityLister helps list CertificateAuthorities. All objects returned here must be treated as read-only.

func NewCertificateAuthorityLister

func NewCertificateAuthorityLister(indexer cache.Indexer) CertificateAuthorityLister

NewCertificateAuthorityLister returns a new CertificateAuthorityLister.

type CertificateAuthorityListerExpansion

type CertificateAuthorityListerExpansion interface{}

CertificateAuthorityListerExpansion allows custom methods to be added to CertificateAuthorityLister.

type CertificateAuthorityNamespaceLister

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

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

type CertificateAuthorityNamespaceListerExpansion

type CertificateAuthorityNamespaceListerExpansion interface{}

CertificateAuthorityNamespaceListerExpansion allows custom methods to be added to CertificateAuthorityNamespaceLister.

type CertificateLister

type CertificateLister interface {
	// List lists all Certificates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Certificate, err error)
	// Certificates returns an object that can list and get Certificates.
	Certificates(namespace string) CertificateNamespaceLister
	CertificateListerExpansion
}

CertificateLister helps list Certificates. All objects returned here must be treated as read-only.

func NewCertificateLister

func NewCertificateLister(indexer cache.Indexer) CertificateLister

NewCertificateLister returns a new CertificateLister.

type CertificateListerExpansion

type CertificateListerExpansion interface{}

CertificateListerExpansion allows custom methods to be added to CertificateLister.

type CertificateNamespaceLister

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

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

type CertificateNamespaceListerExpansion

type CertificateNamespaceListerExpansion interface{}

CertificateNamespaceListerExpansion allows custom methods to be added to CertificateNamespaceLister.

Jump to

Keyboard shortcuts

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