Documentation ¶
Index ¶
- type CertificateRevocationRequestLister
- type CertificateRevocationRequestListerExpansion
- type CertificateRevocationRequestNamespaceLister
- type CertificateRevocationRequestNamespaceListerExpansion
- type CertificateSigningRequestApprovalLister
- type CertificateSigningRequestApprovalListerExpansion
- type CertificateSigningRequestApprovalNamespaceLister
- type CertificateSigningRequestApprovalNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateRevocationRequestLister ¶
type CertificateRevocationRequestLister interface { // List lists all CertificateRevocationRequests in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateRevocationRequest, err error) // CertificateRevocationRequests returns an object that can list and get CertificateRevocationRequests. CertificateRevocationRequests(namespace string) CertificateRevocationRequestNamespaceLister CertificateRevocationRequestListerExpansion }
CertificateRevocationRequestLister helps list CertificateRevocationRequests. All objects returned here must be treated as read-only.
func NewCertificateRevocationRequestLister ¶
func NewCertificateRevocationRequestLister(indexer cache.Indexer) CertificateRevocationRequestLister
NewCertificateRevocationRequestLister returns a new CertificateRevocationRequestLister.
type CertificateRevocationRequestListerExpansion ¶
type CertificateRevocationRequestListerExpansion interface{}
CertificateRevocationRequestListerExpansion allows custom methods to be added to CertificateRevocationRequestLister.
type CertificateRevocationRequestNamespaceLister ¶
type CertificateRevocationRequestNamespaceLister interface { // List lists all CertificateRevocationRequests in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateRevocationRequest, err error) // Get retrieves the CertificateRevocationRequest from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CertificateRevocationRequest, error) CertificateRevocationRequestNamespaceListerExpansion }
CertificateRevocationRequestNamespaceLister helps list and get CertificateRevocationRequests. All objects returned here must be treated as read-only.
type CertificateRevocationRequestNamespaceListerExpansion ¶
type CertificateRevocationRequestNamespaceListerExpansion interface{}
CertificateRevocationRequestNamespaceListerExpansion allows custom methods to be added to CertificateRevocationRequestNamespaceLister.
type CertificateSigningRequestApprovalLister ¶
type CertificateSigningRequestApprovalLister interface { // List lists all CertificateSigningRequestApprovals in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateSigningRequestApproval, err error) // CertificateSigningRequestApprovals returns an object that can list and get CertificateSigningRequestApprovals. CertificateSigningRequestApprovals(namespace string) CertificateSigningRequestApprovalNamespaceLister CertificateSigningRequestApprovalListerExpansion }
CertificateSigningRequestApprovalLister helps list CertificateSigningRequestApprovals. All objects returned here must be treated as read-only.
func NewCertificateSigningRequestApprovalLister ¶
func NewCertificateSigningRequestApprovalLister(indexer cache.Indexer) CertificateSigningRequestApprovalLister
NewCertificateSigningRequestApprovalLister returns a new CertificateSigningRequestApprovalLister.
type CertificateSigningRequestApprovalListerExpansion ¶
type CertificateSigningRequestApprovalListerExpansion interface{}
CertificateSigningRequestApprovalListerExpansion allows custom methods to be added to CertificateSigningRequestApprovalLister.
type CertificateSigningRequestApprovalNamespaceLister ¶
type CertificateSigningRequestApprovalNamespaceLister interface { // List lists all CertificateSigningRequestApprovals in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateSigningRequestApproval, err error) // Get retrieves the CertificateSigningRequestApproval from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CertificateSigningRequestApproval, error) CertificateSigningRequestApprovalNamespaceListerExpansion }
CertificateSigningRequestApprovalNamespaceLister helps list and get CertificateSigningRequestApprovals. All objects returned here must be treated as read-only.
type CertificateSigningRequestApprovalNamespaceListerExpansion ¶
type CertificateSigningRequestApprovalNamespaceListerExpansion interface{}
CertificateSigningRequestApprovalNamespaceListerExpansion allows custom methods to be added to CertificateSigningRequestApprovalNamespaceLister.