Documentation ¶
Index ¶
- type AccessPolicyLister
- type AccessPolicyListerExpansion
- type AccessPolicyNamespaceLister
- type AccessPolicyNamespaceListerExpansion
- type CertificateIssuerLister
- type CertificateIssuerListerExpansion
- type CertificateIssuerNamespaceLister
- type CertificateIssuerNamespaceListerExpansion
- type CertificateLister
- type CertificateListerExpansion
- type CertificateNamespaceLister
- type CertificateNamespaceListerExpansion
- type KeyLister
- type KeyListerExpansion
- type KeyNamespaceLister
- type KeyNamespaceListerExpansion
- type KeyVaultLister
- type KeyVaultListerExpansion
- type KeyVaultNamespaceLister
- type KeyVaultNamespaceListerExpansion
- type ManagedHardwareSecurityModuleLister
- type ManagedHardwareSecurityModuleListerExpansion
- type ManagedHardwareSecurityModuleNamespaceLister
- type ManagedHardwareSecurityModuleNamespaceListerExpansion
- type ManagedStorageAccountLister
- type ManagedStorageAccountListerExpansion
- type ManagedStorageAccountNamespaceLister
- type ManagedStorageAccountNamespaceListerExpansion
- type ManagedStorageAccountSasTokenDefinitionLister
- type ManagedStorageAccountSasTokenDefinitionListerExpansion
- type ManagedStorageAccountSasTokenDefinitionNamespaceLister
- type ManagedStorageAccountSasTokenDefinitionNamespaceListerExpansion
- type SecretLister
- type SecretListerExpansion
- type SecretNamespaceLister
- type SecretNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPolicyLister ¶
type AccessPolicyLister interface { // List lists all AccessPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessPolicy, err error) // AccessPolicies returns an object that can list and get AccessPolicies. AccessPolicies(namespace string) AccessPolicyNamespaceLister AccessPolicyListerExpansion }
AccessPolicyLister helps list AccessPolicies. All objects returned here must be treated as read-only.
func NewAccessPolicyLister ¶
func NewAccessPolicyLister(indexer cache.Indexer) AccessPolicyLister
NewAccessPolicyLister returns a new AccessPolicyLister.
type AccessPolicyListerExpansion ¶
type AccessPolicyListerExpansion interface{}
AccessPolicyListerExpansion allows custom methods to be added to AccessPolicyLister.
type AccessPolicyNamespaceLister ¶
type AccessPolicyNamespaceLister interface { // List lists all AccessPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccessPolicy, err error) // Get retrieves the AccessPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccessPolicy, error) AccessPolicyNamespaceListerExpansion }
AccessPolicyNamespaceLister helps list and get AccessPolicies. All objects returned here must be treated as read-only.
type AccessPolicyNamespaceListerExpansion ¶
type AccessPolicyNamespaceListerExpansion interface{}
AccessPolicyNamespaceListerExpansion allows custom methods to be added to AccessPolicyNamespaceLister.
type CertificateIssuerLister ¶
type CertificateIssuerLister interface { // List lists all CertificateIssuers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateIssuer, err error) // CertificateIssuers returns an object that can list and get CertificateIssuers. CertificateIssuers(namespace string) CertificateIssuerNamespaceLister CertificateIssuerListerExpansion }
CertificateIssuerLister helps list CertificateIssuers. All objects returned here must be treated as read-only.
func NewCertificateIssuerLister ¶
func NewCertificateIssuerLister(indexer cache.Indexer) CertificateIssuerLister
NewCertificateIssuerLister returns a new CertificateIssuerLister.
type CertificateIssuerListerExpansion ¶
type CertificateIssuerListerExpansion interface{}
CertificateIssuerListerExpansion allows custom methods to be added to CertificateIssuerLister.
type CertificateIssuerNamespaceLister ¶
type CertificateIssuerNamespaceLister interface { // List lists all CertificateIssuers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CertificateIssuer, err error) // Get retrieves the CertificateIssuer from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CertificateIssuer, error) CertificateIssuerNamespaceListerExpansion }
CertificateIssuerNamespaceLister helps list and get CertificateIssuers. All objects returned here must be treated as read-only.
type CertificateIssuerNamespaceListerExpansion ¶
type CertificateIssuerNamespaceListerExpansion interface{}
CertificateIssuerNamespaceListerExpansion allows custom methods to be added to CertificateIssuerNamespaceLister.
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 KeyLister ¶
type KeyLister interface { // List lists all Keys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Key, err error) // Keys returns an object that can list and get Keys. Keys(namespace string) KeyNamespaceLister KeyListerExpansion }
KeyLister helps list Keys. All objects returned here must be treated as read-only.
type KeyListerExpansion ¶
type KeyListerExpansion interface{}
KeyListerExpansion allows custom methods to be added to KeyLister.
type KeyNamespaceLister ¶
type KeyNamespaceLister interface { // List lists all Keys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Key, err error) // Get retrieves the Key from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Key, error) KeyNamespaceListerExpansion }
KeyNamespaceLister helps list and get Keys. All objects returned here must be treated as read-only.
type KeyNamespaceListerExpansion ¶
type KeyNamespaceListerExpansion interface{}
KeyNamespaceListerExpansion allows custom methods to be added to KeyNamespaceLister.
type KeyVaultLister ¶
type KeyVaultLister interface { // List lists all KeyVaults in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyVault, err error) // KeyVaults returns an object that can list and get KeyVaults. KeyVaults(namespace string) KeyVaultNamespaceLister KeyVaultListerExpansion }
KeyVaultLister helps list KeyVaults. All objects returned here must be treated as read-only.
func NewKeyVaultLister ¶
func NewKeyVaultLister(indexer cache.Indexer) KeyVaultLister
NewKeyVaultLister returns a new KeyVaultLister.
type KeyVaultListerExpansion ¶
type KeyVaultListerExpansion interface{}
KeyVaultListerExpansion allows custom methods to be added to KeyVaultLister.
type KeyVaultNamespaceLister ¶
type KeyVaultNamespaceLister interface { // List lists all KeyVaults in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyVault, err error) // Get retrieves the KeyVault from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyVault, error) KeyVaultNamespaceListerExpansion }
KeyVaultNamespaceLister helps list and get KeyVaults. All objects returned here must be treated as read-only.
type KeyVaultNamespaceListerExpansion ¶
type KeyVaultNamespaceListerExpansion interface{}
KeyVaultNamespaceListerExpansion allows custom methods to be added to KeyVaultNamespaceLister.
type ManagedHardwareSecurityModuleLister ¶
type ManagedHardwareSecurityModuleLister interface { // List lists all ManagedHardwareSecurityModules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedHardwareSecurityModule, err error) // ManagedHardwareSecurityModules returns an object that can list and get ManagedHardwareSecurityModules. ManagedHardwareSecurityModules(namespace string) ManagedHardwareSecurityModuleNamespaceLister ManagedHardwareSecurityModuleListerExpansion }
ManagedHardwareSecurityModuleLister helps list ManagedHardwareSecurityModules. All objects returned here must be treated as read-only.
func NewManagedHardwareSecurityModuleLister ¶
func NewManagedHardwareSecurityModuleLister(indexer cache.Indexer) ManagedHardwareSecurityModuleLister
NewManagedHardwareSecurityModuleLister returns a new ManagedHardwareSecurityModuleLister.
type ManagedHardwareSecurityModuleListerExpansion ¶
type ManagedHardwareSecurityModuleListerExpansion interface{}
ManagedHardwareSecurityModuleListerExpansion allows custom methods to be added to ManagedHardwareSecurityModuleLister.
type ManagedHardwareSecurityModuleNamespaceLister ¶
type ManagedHardwareSecurityModuleNamespaceLister interface { // List lists all ManagedHardwareSecurityModules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedHardwareSecurityModule, err error) // Get retrieves the ManagedHardwareSecurityModule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedHardwareSecurityModule, error) ManagedHardwareSecurityModuleNamespaceListerExpansion }
ManagedHardwareSecurityModuleNamespaceLister helps list and get ManagedHardwareSecurityModules. All objects returned here must be treated as read-only.
type ManagedHardwareSecurityModuleNamespaceListerExpansion ¶
type ManagedHardwareSecurityModuleNamespaceListerExpansion interface{}
ManagedHardwareSecurityModuleNamespaceListerExpansion allows custom methods to be added to ManagedHardwareSecurityModuleNamespaceLister.
type ManagedStorageAccountLister ¶ added in v0.5.0
type ManagedStorageAccountLister interface { // List lists all ManagedStorageAccounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedStorageAccount, err error) // ManagedStorageAccounts returns an object that can list and get ManagedStorageAccounts. ManagedStorageAccounts(namespace string) ManagedStorageAccountNamespaceLister ManagedStorageAccountListerExpansion }
ManagedStorageAccountLister helps list ManagedStorageAccounts. All objects returned here must be treated as read-only.
func NewManagedStorageAccountLister ¶ added in v0.5.0
func NewManagedStorageAccountLister(indexer cache.Indexer) ManagedStorageAccountLister
NewManagedStorageAccountLister returns a new ManagedStorageAccountLister.
type ManagedStorageAccountListerExpansion ¶ added in v0.5.0
type ManagedStorageAccountListerExpansion interface{}
ManagedStorageAccountListerExpansion allows custom methods to be added to ManagedStorageAccountLister.
type ManagedStorageAccountNamespaceLister ¶ added in v0.5.0
type ManagedStorageAccountNamespaceLister interface { // List lists all ManagedStorageAccounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedStorageAccount, err error) // Get retrieves the ManagedStorageAccount from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedStorageAccount, error) ManagedStorageAccountNamespaceListerExpansion }
ManagedStorageAccountNamespaceLister helps list and get ManagedStorageAccounts. All objects returned here must be treated as read-only.
type ManagedStorageAccountNamespaceListerExpansion ¶ added in v0.5.0
type ManagedStorageAccountNamespaceListerExpansion interface{}
ManagedStorageAccountNamespaceListerExpansion allows custom methods to be added to ManagedStorageAccountNamespaceLister.
type ManagedStorageAccountSasTokenDefinitionLister ¶ added in v0.5.0
type ManagedStorageAccountSasTokenDefinitionLister interface { // List lists all ManagedStorageAccountSasTokenDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedStorageAccountSasTokenDefinition, err error) // ManagedStorageAccountSasTokenDefinitions returns an object that can list and get ManagedStorageAccountSasTokenDefinitions. ManagedStorageAccountSasTokenDefinitions(namespace string) ManagedStorageAccountSasTokenDefinitionNamespaceLister ManagedStorageAccountSasTokenDefinitionListerExpansion }
ManagedStorageAccountSasTokenDefinitionLister helps list ManagedStorageAccountSasTokenDefinitions. All objects returned here must be treated as read-only.
func NewManagedStorageAccountSasTokenDefinitionLister ¶ added in v0.5.0
func NewManagedStorageAccountSasTokenDefinitionLister(indexer cache.Indexer) ManagedStorageAccountSasTokenDefinitionLister
NewManagedStorageAccountSasTokenDefinitionLister returns a new ManagedStorageAccountSasTokenDefinitionLister.
type ManagedStorageAccountSasTokenDefinitionListerExpansion ¶ added in v0.5.0
type ManagedStorageAccountSasTokenDefinitionListerExpansion interface{}
ManagedStorageAccountSasTokenDefinitionListerExpansion allows custom methods to be added to ManagedStorageAccountSasTokenDefinitionLister.
type ManagedStorageAccountSasTokenDefinitionNamespaceLister ¶ added in v0.5.0
type ManagedStorageAccountSasTokenDefinitionNamespaceLister interface { // List lists all ManagedStorageAccountSasTokenDefinitions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedStorageAccountSasTokenDefinition, err error) // Get retrieves the ManagedStorageAccountSasTokenDefinition from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedStorageAccountSasTokenDefinition, error) ManagedStorageAccountSasTokenDefinitionNamespaceListerExpansion }
ManagedStorageAccountSasTokenDefinitionNamespaceLister helps list and get ManagedStorageAccountSasTokenDefinitions. All objects returned here must be treated as read-only.
type ManagedStorageAccountSasTokenDefinitionNamespaceListerExpansion ¶ added in v0.5.0
type ManagedStorageAccountSasTokenDefinitionNamespaceListerExpansion interface{}
ManagedStorageAccountSasTokenDefinitionNamespaceListerExpansion allows custom methods to be added to ManagedStorageAccountSasTokenDefinitionNamespaceLister.
type SecretLister ¶
type SecretLister interface { // List lists all Secrets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Secret, err error) // Secrets returns an object that can list and get Secrets. Secrets(namespace string) SecretNamespaceLister SecretListerExpansion }
SecretLister helps list Secrets. All objects returned here must be treated as read-only.
func NewSecretLister ¶
func NewSecretLister(indexer cache.Indexer) SecretLister
NewSecretLister returns a new SecretLister.
type SecretListerExpansion ¶
type SecretListerExpansion interface{}
SecretListerExpansion allows custom methods to be added to SecretLister.
type SecretNamespaceLister ¶
type SecretNamespaceLister interface { // List lists all Secrets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Secret, err error) // Get retrieves the Secret from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Secret, error) SecretNamespaceListerExpansion }
SecretNamespaceLister helps list and get Secrets. All objects returned here must be treated as read-only.
type SecretNamespaceListerExpansion ¶
type SecretNamespaceListerExpansion interface{}
SecretNamespaceListerExpansion allows custom methods to be added to SecretNamespaceLister.