Documentation ¶
Index ¶
- type SecretExportLister
- type SecretExportListerExpansion
- type SecretExportNamespaceLister
- type SecretExportNamespaceListerExpansion
- type SecretImportLister
- type SecretImportListerExpansion
- type SecretImportNamespaceLister
- type SecretImportNamespaceListerExpansion
- type SecretTemplateLister
- type SecretTemplateListerExpansion
- type SecretTemplateNamespaceLister
- type SecretTemplateNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretExportLister ¶
type SecretExportLister interface { // List lists all SecretExports in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretExport, err error) // SecretExports returns an object that can list and get SecretExports. SecretExports(namespace string) SecretExportNamespaceLister SecretExportListerExpansion }
SecretExportLister helps list SecretExports. All objects returned here must be treated as read-only.
func NewSecretExportLister ¶
func NewSecretExportLister(indexer cache.Indexer) SecretExportLister
NewSecretExportLister returns a new SecretExportLister.
type SecretExportListerExpansion ¶
type SecretExportListerExpansion interface{}
SecretExportListerExpansion allows custom methods to be added to SecretExportLister.
type SecretExportNamespaceLister ¶
type SecretExportNamespaceLister interface { // List lists all SecretExports in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretExport, err error) // Get retrieves the SecretExport from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecretExport, error) SecretExportNamespaceListerExpansion }
SecretExportNamespaceLister helps list and get SecretExports. All objects returned here must be treated as read-only.
type SecretExportNamespaceListerExpansion ¶
type SecretExportNamespaceListerExpansion interface{}
SecretExportNamespaceListerExpansion allows custom methods to be added to SecretExportNamespaceLister.
type SecretImportLister ¶
type SecretImportLister interface { // List lists all SecretImports in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretImport, err error) // SecretImports returns an object that can list and get SecretImports. SecretImports(namespace string) SecretImportNamespaceLister SecretImportListerExpansion }
SecretImportLister helps list SecretImports. All objects returned here must be treated as read-only.
func NewSecretImportLister ¶
func NewSecretImportLister(indexer cache.Indexer) SecretImportLister
NewSecretImportLister returns a new SecretImportLister.
type SecretImportListerExpansion ¶
type SecretImportListerExpansion interface{}
SecretImportListerExpansion allows custom methods to be added to SecretImportLister.
type SecretImportNamespaceLister ¶
type SecretImportNamespaceLister interface { // List lists all SecretImports in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretImport, err error) // Get retrieves the SecretImport from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecretImport, error) SecretImportNamespaceListerExpansion }
SecretImportNamespaceLister helps list and get SecretImports. All objects returned here must be treated as read-only.
type SecretImportNamespaceListerExpansion ¶
type SecretImportNamespaceListerExpansion interface{}
SecretImportNamespaceListerExpansion allows custom methods to be added to SecretImportNamespaceLister.
type SecretTemplateLister ¶
type SecretTemplateLister interface { // List lists all SecretTemplates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretTemplate, err error) // SecretTemplates returns an object that can list and get SecretTemplates. SecretTemplates(namespace string) SecretTemplateNamespaceLister SecretTemplateListerExpansion }
SecretTemplateLister helps list SecretTemplates. All objects returned here must be treated as read-only.
func NewSecretTemplateLister ¶
func NewSecretTemplateLister(indexer cache.Indexer) SecretTemplateLister
NewSecretTemplateLister returns a new SecretTemplateLister.
type SecretTemplateListerExpansion ¶
type SecretTemplateListerExpansion interface{}
SecretTemplateListerExpansion allows custom methods to be added to SecretTemplateLister.
type SecretTemplateNamespaceLister ¶
type SecretTemplateNamespaceLister interface { // List lists all SecretTemplates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecretTemplate, err error) // Get retrieves the SecretTemplate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecretTemplate, error) SecretTemplateNamespaceListerExpansion }
SecretTemplateNamespaceLister helps list and get SecretTemplates. All objects returned here must be treated as read-only.
type SecretTemplateNamespaceListerExpansion ¶
type SecretTemplateNamespaceListerExpansion interface{}
SecretTemplateNamespaceListerExpansion allows custom methods to be added to SecretTemplateNamespaceLister.