Documentation ¶
Index ¶
- type CaPoolIamBindingLister
- type CaPoolIamBindingListerExpansion
- type CaPoolIamBindingNamespaceLister
- type CaPoolIamBindingNamespaceListerExpansion
- type CaPoolIamMemberLister
- type CaPoolIamMemberListerExpansion
- type CaPoolIamMemberNamespaceLister
- type CaPoolIamMemberNamespaceListerExpansion
- type CaPoolIamPolicyLister
- type CaPoolIamPolicyListerExpansion
- type CaPoolIamPolicyNamespaceLister
- type CaPoolIamPolicyNamespaceListerExpansion
- type CaPoolLister
- type CaPoolListerExpansion
- type CaPoolNamespaceLister
- type CaPoolNamespaceListerExpansion
- type CertificateAuthorityLister
- type CertificateAuthorityListerExpansion
- type CertificateAuthorityNamespaceLister
- type CertificateAuthorityNamespaceListerExpansion
- type CertificateLister
- type CertificateListerExpansion
- type CertificateNamespaceLister
- type CertificateNamespaceListerExpansion
- type CertificateTemplateLister
- type CertificateTemplateListerExpansion
- type CertificateTemplateNamespaceLister
- type CertificateTemplateNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaPoolIamBindingLister ¶
type CaPoolIamBindingLister interface { // List lists all CaPoolIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPoolIamBinding, err error) // CaPoolIamBindings returns an object that can list and get CaPoolIamBindings. CaPoolIamBindings(namespace string) CaPoolIamBindingNamespaceLister CaPoolIamBindingListerExpansion }
CaPoolIamBindingLister helps list CaPoolIamBindings. All objects returned here must be treated as read-only.
func NewCaPoolIamBindingLister ¶
func NewCaPoolIamBindingLister(indexer cache.Indexer) CaPoolIamBindingLister
NewCaPoolIamBindingLister returns a new CaPoolIamBindingLister.
type CaPoolIamBindingListerExpansion ¶
type CaPoolIamBindingListerExpansion interface{}
CaPoolIamBindingListerExpansion allows custom methods to be added to CaPoolIamBindingLister.
type CaPoolIamBindingNamespaceLister ¶
type CaPoolIamBindingNamespaceLister interface { // List lists all CaPoolIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPoolIamBinding, err error) // Get retrieves the CaPoolIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CaPoolIamBinding, error) CaPoolIamBindingNamespaceListerExpansion }
CaPoolIamBindingNamespaceLister helps list and get CaPoolIamBindings. All objects returned here must be treated as read-only.
type CaPoolIamBindingNamespaceListerExpansion ¶
type CaPoolIamBindingNamespaceListerExpansion interface{}
CaPoolIamBindingNamespaceListerExpansion allows custom methods to be added to CaPoolIamBindingNamespaceLister.
type CaPoolIamMemberLister ¶
type CaPoolIamMemberLister interface { // List lists all CaPoolIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPoolIamMember, err error) // CaPoolIamMembers returns an object that can list and get CaPoolIamMembers. CaPoolIamMembers(namespace string) CaPoolIamMemberNamespaceLister CaPoolIamMemberListerExpansion }
CaPoolIamMemberLister helps list CaPoolIamMembers. All objects returned here must be treated as read-only.
func NewCaPoolIamMemberLister ¶
func NewCaPoolIamMemberLister(indexer cache.Indexer) CaPoolIamMemberLister
NewCaPoolIamMemberLister returns a new CaPoolIamMemberLister.
type CaPoolIamMemberListerExpansion ¶
type CaPoolIamMemberListerExpansion interface{}
CaPoolIamMemberListerExpansion allows custom methods to be added to CaPoolIamMemberLister.
type CaPoolIamMemberNamespaceLister ¶
type CaPoolIamMemberNamespaceLister interface { // List lists all CaPoolIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPoolIamMember, err error) // Get retrieves the CaPoolIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CaPoolIamMember, error) CaPoolIamMemberNamespaceListerExpansion }
CaPoolIamMemberNamespaceLister helps list and get CaPoolIamMembers. All objects returned here must be treated as read-only.
type CaPoolIamMemberNamespaceListerExpansion ¶
type CaPoolIamMemberNamespaceListerExpansion interface{}
CaPoolIamMemberNamespaceListerExpansion allows custom methods to be added to CaPoolIamMemberNamespaceLister.
type CaPoolIamPolicyLister ¶
type CaPoolIamPolicyLister interface { // List lists all CaPoolIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPoolIamPolicy, err error) // CaPoolIamPolicies returns an object that can list and get CaPoolIamPolicies. CaPoolIamPolicies(namespace string) CaPoolIamPolicyNamespaceLister CaPoolIamPolicyListerExpansion }
CaPoolIamPolicyLister helps list CaPoolIamPolicies. All objects returned here must be treated as read-only.
func NewCaPoolIamPolicyLister ¶
func NewCaPoolIamPolicyLister(indexer cache.Indexer) CaPoolIamPolicyLister
NewCaPoolIamPolicyLister returns a new CaPoolIamPolicyLister.
type CaPoolIamPolicyListerExpansion ¶
type CaPoolIamPolicyListerExpansion interface{}
CaPoolIamPolicyListerExpansion allows custom methods to be added to CaPoolIamPolicyLister.
type CaPoolIamPolicyNamespaceLister ¶
type CaPoolIamPolicyNamespaceLister interface { // List lists all CaPoolIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPoolIamPolicy, err error) // Get retrieves the CaPoolIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CaPoolIamPolicy, error) CaPoolIamPolicyNamespaceListerExpansion }
CaPoolIamPolicyNamespaceLister helps list and get CaPoolIamPolicies. All objects returned here must be treated as read-only.
type CaPoolIamPolicyNamespaceListerExpansion ¶
type CaPoolIamPolicyNamespaceListerExpansion interface{}
CaPoolIamPolicyNamespaceListerExpansion allows custom methods to be added to CaPoolIamPolicyNamespaceLister.
type CaPoolLister ¶
type CaPoolLister interface { // List lists all CaPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPool, err error) // CaPools returns an object that can list and get CaPools. CaPools(namespace string) CaPoolNamespaceLister CaPoolListerExpansion }
CaPoolLister helps list CaPools. All objects returned here must be treated as read-only.
func NewCaPoolLister ¶
func NewCaPoolLister(indexer cache.Indexer) CaPoolLister
NewCaPoolLister returns a new CaPoolLister.
type CaPoolListerExpansion ¶
type CaPoolListerExpansion interface{}
CaPoolListerExpansion allows custom methods to be added to CaPoolLister.
type CaPoolNamespaceLister ¶
type CaPoolNamespaceLister interface { // List lists all CaPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaPool, err error) // Get retrieves the CaPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CaPool, error) CaPoolNamespaceListerExpansion }
CaPoolNamespaceLister helps list and get CaPools. All objects returned here must be treated as read-only.
type CaPoolNamespaceListerExpansion ¶
type CaPoolNamespaceListerExpansion interface{}
CaPoolNamespaceListerExpansion allows custom methods to be added to CaPoolNamespaceLister.
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.
type CertificateTemplateLister ¶
type CertificateTemplateLister interface { // List lists all CertificateTemplates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateTemplate, err error) // CertificateTemplates returns an object that can list and get CertificateTemplates. CertificateTemplates(namespace string) CertificateTemplateNamespaceLister CertificateTemplateListerExpansion }
CertificateTemplateLister helps list CertificateTemplates. All objects returned here must be treated as read-only.
func NewCertificateTemplateLister ¶
func NewCertificateTemplateLister(indexer cache.Indexer) CertificateTemplateLister
NewCertificateTemplateLister returns a new CertificateTemplateLister.
type CertificateTemplateListerExpansion ¶
type CertificateTemplateListerExpansion interface{}
CertificateTemplateListerExpansion allows custom methods to be added to CertificateTemplateLister.
type CertificateTemplateNamespaceLister ¶
type CertificateTemplateNamespaceLister interface { // List lists all CertificateTemplates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateTemplate, err error) // Get retrieves the CertificateTemplate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CertificateTemplate, error) CertificateTemplateNamespaceListerExpansion }
CertificateTemplateNamespaceLister helps list and get CertificateTemplates. All objects returned here must be treated as read-only.
type CertificateTemplateNamespaceListerExpansion ¶
type CertificateTemplateNamespaceListerExpansion interface{}
CertificateTemplateNamespaceListerExpansion allows custom methods to be added to CertificateTemplateNamespaceLister.