Documentation
¶
Index ¶
- type AccountCustomerManagedKeyLister
- type AccountCustomerManagedKeyListerExpansion
- type AccountCustomerManagedKeyNamespaceLister
- type AccountCustomerManagedKeyNamespaceListerExpansion
- type AccountLister
- type AccountListerExpansion
- type AccountNamespaceLister
- type AccountNamespaceListerExpansion
- type AccountNetworkRulesLister
- type AccountNetworkRulesListerExpansion
- type AccountNetworkRulesNamespaceLister
- type AccountNetworkRulesNamespaceListerExpansion
- type BlobInventoryPolicyLister
- type BlobInventoryPolicyListerExpansion
- type BlobInventoryPolicyNamespaceLister
- type BlobInventoryPolicyNamespaceListerExpansion
- type BlobLister
- type BlobListerExpansion
- type BlobNamespaceLister
- type BlobNamespaceListerExpansion
- type ContainerLister
- type ContainerListerExpansion
- type ContainerNamespaceLister
- type ContainerNamespaceListerExpansion
- type DataLakeGen2FilesystemLister
- type DataLakeGen2FilesystemListerExpansion
- type DataLakeGen2FilesystemNamespaceLister
- type DataLakeGen2FilesystemNamespaceListerExpansion
- type DataLakeGen2PathLister
- type DataLakeGen2PathListerExpansion
- type DataLakeGen2PathNamespaceLister
- type DataLakeGen2PathNamespaceListerExpansion
- type EncryptionScopeLister
- type EncryptionScopeListerExpansion
- type EncryptionScopeNamespaceLister
- type EncryptionScopeNamespaceListerExpansion
- type ManagementPolicyLister
- type ManagementPolicyListerExpansion
- type ManagementPolicyNamespaceLister
- type ManagementPolicyNamespaceListerExpansion
- type ObjectReplicationLister
- type ObjectReplicationListerExpansion
- type ObjectReplicationNamespaceLister
- type ObjectReplicationNamespaceListerExpansion
- type QueueLister
- type QueueListerExpansion
- type QueueNamespaceLister
- type QueueNamespaceListerExpansion
- type ShareDirectoryLister
- type ShareDirectoryListerExpansion
- type ShareDirectoryNamespaceLister
- type ShareDirectoryNamespaceListerExpansion
- type ShareFileLister
- type ShareFileListerExpansion
- type ShareFileNamespaceLister
- type ShareFileNamespaceListerExpansion
- type ShareLister
- type ShareListerExpansion
- type ShareNamespaceLister
- type ShareNamespaceListerExpansion
- type SyncCloudEndpointLister
- type SyncCloudEndpointListerExpansion
- type SyncCloudEndpointNamespaceLister
- type SyncCloudEndpointNamespaceListerExpansion
- type SyncGroupLister
- type SyncGroupListerExpansion
- type SyncGroupNamespaceLister
- type SyncGroupNamespaceListerExpansion
- type SyncLister
- type SyncListerExpansion
- type SyncNamespaceLister
- type SyncNamespaceListerExpansion
- type TableEntityLister
- type TableEntityListerExpansion
- type TableEntityNamespaceLister
- type TableEntityNamespaceListerExpansion
- type TableLister
- type TableListerExpansion
- type TableNamespaceLister
- type TableNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountCustomerManagedKeyLister ¶
type AccountCustomerManagedKeyLister interface { // List lists all AccountCustomerManagedKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountCustomerManagedKey, err error) // AccountCustomerManagedKeys returns an object that can list and get AccountCustomerManagedKeys. AccountCustomerManagedKeys(namespace string) AccountCustomerManagedKeyNamespaceLister AccountCustomerManagedKeyListerExpansion }
AccountCustomerManagedKeyLister helps list AccountCustomerManagedKeys. All objects returned here must be treated as read-only.
func NewAccountCustomerManagedKeyLister ¶
func NewAccountCustomerManagedKeyLister(indexer cache.Indexer) AccountCustomerManagedKeyLister
NewAccountCustomerManagedKeyLister returns a new AccountCustomerManagedKeyLister.
type AccountCustomerManagedKeyListerExpansion ¶
type AccountCustomerManagedKeyListerExpansion interface{}
AccountCustomerManagedKeyListerExpansion allows custom methods to be added to AccountCustomerManagedKeyLister.
type AccountCustomerManagedKeyNamespaceLister ¶
type AccountCustomerManagedKeyNamespaceLister interface { // List lists all AccountCustomerManagedKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountCustomerManagedKey, err error) // Get retrieves the AccountCustomerManagedKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountCustomerManagedKey, error) AccountCustomerManagedKeyNamespaceListerExpansion }
AccountCustomerManagedKeyNamespaceLister helps list and get AccountCustomerManagedKeys. All objects returned here must be treated as read-only.
type AccountCustomerManagedKeyNamespaceListerExpansion ¶
type AccountCustomerManagedKeyNamespaceListerExpansion interface{}
AccountCustomerManagedKeyNamespaceListerExpansion allows custom methods to be added to AccountCustomerManagedKeyNamespaceLister.
type AccountLister ¶
type AccountLister interface { // List lists all Accounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Accounts returns an object that can list and get Accounts. Accounts(namespace string) AccountNamespaceLister AccountListerExpansion }
AccountLister helps list Accounts. All objects returned here must be treated as read-only.
func NewAccountLister ¶
func NewAccountLister(indexer cache.Indexer) AccountLister
NewAccountLister returns a new AccountLister.
type AccountListerExpansion ¶
type AccountListerExpansion interface{}
AccountListerExpansion allows custom methods to be added to AccountLister.
type AccountNamespaceLister ¶
type AccountNamespaceLister interface { // List lists all Accounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Get retrieves the Account from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Account, error) AccountNamespaceListerExpansion }
AccountNamespaceLister helps list and get Accounts. All objects returned here must be treated as read-only.
type AccountNamespaceListerExpansion ¶
type AccountNamespaceListerExpansion interface{}
AccountNamespaceListerExpansion allows custom methods to be added to AccountNamespaceLister.
type AccountNetworkRulesLister ¶
type AccountNetworkRulesLister interface { // List lists all AccountNetworkRuleses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountNetworkRules, err error) // AccountNetworkRuleses returns an object that can list and get AccountNetworkRuleses. AccountNetworkRuleses(namespace string) AccountNetworkRulesNamespaceLister AccountNetworkRulesListerExpansion }
AccountNetworkRulesLister helps list AccountNetworkRuleses. All objects returned here must be treated as read-only.
func NewAccountNetworkRulesLister ¶
func NewAccountNetworkRulesLister(indexer cache.Indexer) AccountNetworkRulesLister
NewAccountNetworkRulesLister returns a new AccountNetworkRulesLister.
type AccountNetworkRulesListerExpansion ¶
type AccountNetworkRulesListerExpansion interface{}
AccountNetworkRulesListerExpansion allows custom methods to be added to AccountNetworkRulesLister.
type AccountNetworkRulesNamespaceLister ¶
type AccountNetworkRulesNamespaceLister interface { // List lists all AccountNetworkRuleses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountNetworkRules, err error) // Get retrieves the AccountNetworkRules from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountNetworkRules, error) AccountNetworkRulesNamespaceListerExpansion }
AccountNetworkRulesNamespaceLister helps list and get AccountNetworkRuleses. All objects returned here must be treated as read-only.
type AccountNetworkRulesNamespaceListerExpansion ¶
type AccountNetworkRulesNamespaceListerExpansion interface{}
AccountNetworkRulesNamespaceListerExpansion allows custom methods to be added to AccountNetworkRulesNamespaceLister.
type BlobInventoryPolicyLister ¶
type BlobInventoryPolicyLister interface { // List lists all BlobInventoryPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BlobInventoryPolicy, err error) // BlobInventoryPolicies returns an object that can list and get BlobInventoryPolicies. BlobInventoryPolicies(namespace string) BlobInventoryPolicyNamespaceLister BlobInventoryPolicyListerExpansion }
BlobInventoryPolicyLister helps list BlobInventoryPolicies. All objects returned here must be treated as read-only.
func NewBlobInventoryPolicyLister ¶
func NewBlobInventoryPolicyLister(indexer cache.Indexer) BlobInventoryPolicyLister
NewBlobInventoryPolicyLister returns a new BlobInventoryPolicyLister.
type BlobInventoryPolicyListerExpansion ¶
type BlobInventoryPolicyListerExpansion interface{}
BlobInventoryPolicyListerExpansion allows custom methods to be added to BlobInventoryPolicyLister.
type BlobInventoryPolicyNamespaceLister ¶
type BlobInventoryPolicyNamespaceLister interface { // List lists all BlobInventoryPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BlobInventoryPolicy, err error) // Get retrieves the BlobInventoryPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BlobInventoryPolicy, error) BlobInventoryPolicyNamespaceListerExpansion }
BlobInventoryPolicyNamespaceLister helps list and get BlobInventoryPolicies. All objects returned here must be treated as read-only.
type BlobInventoryPolicyNamespaceListerExpansion ¶
type BlobInventoryPolicyNamespaceListerExpansion interface{}
BlobInventoryPolicyNamespaceListerExpansion allows custom methods to be added to BlobInventoryPolicyNamespaceLister.
type BlobLister ¶
type BlobLister interface { // List lists all Blobs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Blob, err error) // Blobs returns an object that can list and get Blobs. Blobs(namespace string) BlobNamespaceLister BlobListerExpansion }
BlobLister helps list Blobs. All objects returned here must be treated as read-only.
func NewBlobLister ¶
func NewBlobLister(indexer cache.Indexer) BlobLister
NewBlobLister returns a new BlobLister.
type BlobListerExpansion ¶
type BlobListerExpansion interface{}
BlobListerExpansion allows custom methods to be added to BlobLister.
type BlobNamespaceLister ¶
type BlobNamespaceLister interface { // List lists all Blobs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Blob, err error) // Get retrieves the Blob from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Blob, error) BlobNamespaceListerExpansion }
BlobNamespaceLister helps list and get Blobs. All objects returned here must be treated as read-only.
type BlobNamespaceListerExpansion ¶
type BlobNamespaceListerExpansion interface{}
BlobNamespaceListerExpansion allows custom methods to be added to BlobNamespaceLister.
type ContainerLister ¶
type ContainerLister interface { // List lists all Containers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Container, err error) // Containers returns an object that can list and get Containers. Containers(namespace string) ContainerNamespaceLister ContainerListerExpansion }
ContainerLister helps list Containers. All objects returned here must be treated as read-only.
func NewContainerLister ¶
func NewContainerLister(indexer cache.Indexer) ContainerLister
NewContainerLister returns a new ContainerLister.
type ContainerListerExpansion ¶
type ContainerListerExpansion interface{}
ContainerListerExpansion allows custom methods to be added to ContainerLister.
type ContainerNamespaceLister ¶
type ContainerNamespaceLister interface { // List lists all Containers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Container, err error) // Get retrieves the Container from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Container, error) ContainerNamespaceListerExpansion }
ContainerNamespaceLister helps list and get Containers. All objects returned here must be treated as read-only.
type ContainerNamespaceListerExpansion ¶
type ContainerNamespaceListerExpansion interface{}
ContainerNamespaceListerExpansion allows custom methods to be added to ContainerNamespaceLister.
type DataLakeGen2FilesystemLister ¶
type DataLakeGen2FilesystemLister interface { // List lists all DataLakeGen2Filesystems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataLakeGen2Filesystem, err error) // DataLakeGen2Filesystems returns an object that can list and get DataLakeGen2Filesystems. DataLakeGen2Filesystems(namespace string) DataLakeGen2FilesystemNamespaceLister DataLakeGen2FilesystemListerExpansion }
DataLakeGen2FilesystemLister helps list DataLakeGen2Filesystems. All objects returned here must be treated as read-only.
func NewDataLakeGen2FilesystemLister ¶
func NewDataLakeGen2FilesystemLister(indexer cache.Indexer) DataLakeGen2FilesystemLister
NewDataLakeGen2FilesystemLister returns a new DataLakeGen2FilesystemLister.
type DataLakeGen2FilesystemListerExpansion ¶
type DataLakeGen2FilesystemListerExpansion interface{}
DataLakeGen2FilesystemListerExpansion allows custom methods to be added to DataLakeGen2FilesystemLister.
type DataLakeGen2FilesystemNamespaceLister ¶
type DataLakeGen2FilesystemNamespaceLister interface { // List lists all DataLakeGen2Filesystems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataLakeGen2Filesystem, err error) // Get retrieves the DataLakeGen2Filesystem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DataLakeGen2Filesystem, error) DataLakeGen2FilesystemNamespaceListerExpansion }
DataLakeGen2FilesystemNamespaceLister helps list and get DataLakeGen2Filesystems. All objects returned here must be treated as read-only.
type DataLakeGen2FilesystemNamespaceListerExpansion ¶
type DataLakeGen2FilesystemNamespaceListerExpansion interface{}
DataLakeGen2FilesystemNamespaceListerExpansion allows custom methods to be added to DataLakeGen2FilesystemNamespaceLister.
type DataLakeGen2PathLister ¶
type DataLakeGen2PathLister interface { // List lists all DataLakeGen2Paths in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataLakeGen2Path, err error) // DataLakeGen2Paths returns an object that can list and get DataLakeGen2Paths. DataLakeGen2Paths(namespace string) DataLakeGen2PathNamespaceLister DataLakeGen2PathListerExpansion }
DataLakeGen2PathLister helps list DataLakeGen2Paths. All objects returned here must be treated as read-only.
func NewDataLakeGen2PathLister ¶
func NewDataLakeGen2PathLister(indexer cache.Indexer) DataLakeGen2PathLister
NewDataLakeGen2PathLister returns a new DataLakeGen2PathLister.
type DataLakeGen2PathListerExpansion ¶
type DataLakeGen2PathListerExpansion interface{}
DataLakeGen2PathListerExpansion allows custom methods to be added to DataLakeGen2PathLister.
type DataLakeGen2PathNamespaceLister ¶
type DataLakeGen2PathNamespaceLister interface { // List lists all DataLakeGen2Paths in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataLakeGen2Path, err error) // Get retrieves the DataLakeGen2Path from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DataLakeGen2Path, error) DataLakeGen2PathNamespaceListerExpansion }
DataLakeGen2PathNamespaceLister helps list and get DataLakeGen2Paths. All objects returned here must be treated as read-only.
type DataLakeGen2PathNamespaceListerExpansion ¶
type DataLakeGen2PathNamespaceListerExpansion interface{}
DataLakeGen2PathNamespaceListerExpansion allows custom methods to be added to DataLakeGen2PathNamespaceLister.
type EncryptionScopeLister ¶
type EncryptionScopeLister interface { // List lists all EncryptionScopes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EncryptionScope, err error) // EncryptionScopes returns an object that can list and get EncryptionScopes. EncryptionScopes(namespace string) EncryptionScopeNamespaceLister EncryptionScopeListerExpansion }
EncryptionScopeLister helps list EncryptionScopes. All objects returned here must be treated as read-only.
func NewEncryptionScopeLister ¶
func NewEncryptionScopeLister(indexer cache.Indexer) EncryptionScopeLister
NewEncryptionScopeLister returns a new EncryptionScopeLister.
type EncryptionScopeListerExpansion ¶
type EncryptionScopeListerExpansion interface{}
EncryptionScopeListerExpansion allows custom methods to be added to EncryptionScopeLister.
type EncryptionScopeNamespaceLister ¶
type EncryptionScopeNamespaceLister interface { // List lists all EncryptionScopes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EncryptionScope, err error) // Get retrieves the EncryptionScope from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EncryptionScope, error) EncryptionScopeNamespaceListerExpansion }
EncryptionScopeNamespaceLister helps list and get EncryptionScopes. All objects returned here must be treated as read-only.
type EncryptionScopeNamespaceListerExpansion ¶
type EncryptionScopeNamespaceListerExpansion interface{}
EncryptionScopeNamespaceListerExpansion allows custom methods to be added to EncryptionScopeNamespaceLister.
type ManagementPolicyLister ¶
type ManagementPolicyLister interface { // List lists all ManagementPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagementPolicy, err error) // ManagementPolicies returns an object that can list and get ManagementPolicies. ManagementPolicies(namespace string) ManagementPolicyNamespaceLister ManagementPolicyListerExpansion }
ManagementPolicyLister helps list ManagementPolicies. All objects returned here must be treated as read-only.
func NewManagementPolicyLister ¶
func NewManagementPolicyLister(indexer cache.Indexer) ManagementPolicyLister
NewManagementPolicyLister returns a new ManagementPolicyLister.
type ManagementPolicyListerExpansion ¶
type ManagementPolicyListerExpansion interface{}
ManagementPolicyListerExpansion allows custom methods to be added to ManagementPolicyLister.
type ManagementPolicyNamespaceLister ¶
type ManagementPolicyNamespaceLister interface { // List lists all ManagementPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagementPolicy, err error) // Get retrieves the ManagementPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagementPolicy, error) ManagementPolicyNamespaceListerExpansion }
ManagementPolicyNamespaceLister helps list and get ManagementPolicies. All objects returned here must be treated as read-only.
type ManagementPolicyNamespaceListerExpansion ¶
type ManagementPolicyNamespaceListerExpansion interface{}
ManagementPolicyNamespaceListerExpansion allows custom methods to be added to ManagementPolicyNamespaceLister.
type ObjectReplicationLister ¶
type ObjectReplicationLister interface { // List lists all ObjectReplications in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ObjectReplication, err error) // ObjectReplications returns an object that can list and get ObjectReplications. ObjectReplications(namespace string) ObjectReplicationNamespaceLister ObjectReplicationListerExpansion }
ObjectReplicationLister helps list ObjectReplications. All objects returned here must be treated as read-only.
func NewObjectReplicationLister ¶
func NewObjectReplicationLister(indexer cache.Indexer) ObjectReplicationLister
NewObjectReplicationLister returns a new ObjectReplicationLister.
type ObjectReplicationListerExpansion ¶
type ObjectReplicationListerExpansion interface{}
ObjectReplicationListerExpansion allows custom methods to be added to ObjectReplicationLister.
type ObjectReplicationNamespaceLister ¶
type ObjectReplicationNamespaceLister interface { // List lists all ObjectReplications in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ObjectReplication, err error) // Get retrieves the ObjectReplication from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ObjectReplication, error) ObjectReplicationNamespaceListerExpansion }
ObjectReplicationNamespaceLister helps list and get ObjectReplications. All objects returned here must be treated as read-only.
type ObjectReplicationNamespaceListerExpansion ¶
type ObjectReplicationNamespaceListerExpansion interface{}
ObjectReplicationNamespaceListerExpansion allows custom methods to be added to ObjectReplicationNamespaceLister.
type QueueLister ¶
type QueueLister interface { // List lists all Queues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Queue, err error) // Queues returns an object that can list and get Queues. Queues(namespace string) QueueNamespaceLister QueueListerExpansion }
QueueLister helps list Queues. All objects returned here must be treated as read-only.
func NewQueueLister ¶
func NewQueueLister(indexer cache.Indexer) QueueLister
NewQueueLister returns a new QueueLister.
type QueueListerExpansion ¶
type QueueListerExpansion interface{}
QueueListerExpansion allows custom methods to be added to QueueLister.
type QueueNamespaceLister ¶
type QueueNamespaceLister interface { // List lists all Queues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Queue, err error) // Get retrieves the Queue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Queue, error) QueueNamespaceListerExpansion }
QueueNamespaceLister helps list and get Queues. All objects returned here must be treated as read-only.
type QueueNamespaceListerExpansion ¶
type QueueNamespaceListerExpansion interface{}
QueueNamespaceListerExpansion allows custom methods to be added to QueueNamespaceLister.
type ShareDirectoryLister ¶
type ShareDirectoryLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShareDirectory, err error) ShareDirectories(namespace string) ShareDirectoryNamespaceLister ShareDirectoryListerExpansion }
ShareDirectoryLister helps list ShareDirectories. All objects returned here must be treated as read-only.
func NewShareDirectoryLister ¶
func NewShareDirectoryLister(indexer cache.Indexer) ShareDirectoryLister
NewShareDirectoryLister returns a new ShareDirectoryLister.
type ShareDirectoryListerExpansion ¶
type ShareDirectoryListerExpansion interface{}
ShareDirectoryListerExpansion allows custom methods to be added to ShareDirectoryLister.
type ShareDirectoryNamespaceLister ¶
type ShareDirectoryNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShareDirectory, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ShareDirectory, error) ShareDirectoryNamespaceListerExpansion }
ShareDirectoryNamespaceLister helps list and get ShareDirectories. All objects returned here must be treated as read-only.
type ShareDirectoryNamespaceListerExpansion ¶
type ShareDirectoryNamespaceListerExpansion interface{}
ShareDirectoryNamespaceListerExpansion allows custom methods to be added to ShareDirectoryNamespaceLister.
type ShareFileLister ¶
type ShareFileLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShareFile, err error) ShareFiles(namespace string) ShareFileNamespaceLister ShareFileListerExpansion }
ShareFileLister helps list ShareFiles. All objects returned here must be treated as read-only.
func NewShareFileLister ¶
func NewShareFileLister(indexer cache.Indexer) ShareFileLister
NewShareFileLister returns a new ShareFileLister.
type ShareFileListerExpansion ¶
type ShareFileListerExpansion interface{}
ShareFileListerExpansion allows custom methods to be added to ShareFileLister.
type ShareFileNamespaceLister ¶
type ShareFileNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShareFile, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ShareFile, error) ShareFileNamespaceListerExpansion }
ShareFileNamespaceLister helps list and get ShareFiles. All objects returned here must be treated as read-only.
type ShareFileNamespaceListerExpansion ¶
type ShareFileNamespaceListerExpansion interface{}
ShareFileNamespaceListerExpansion allows custom methods to be added to ShareFileNamespaceLister.
type ShareLister ¶
type ShareLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Share, err error) Shares(namespace string) ShareNamespaceLister ShareListerExpansion }
ShareLister helps list Shares. All objects returned here must be treated as read-only.
func NewShareLister ¶
func NewShareLister(indexer cache.Indexer) ShareLister
NewShareLister returns a new ShareLister.
type ShareListerExpansion ¶
type ShareListerExpansion interface{}
ShareListerExpansion allows custom methods to be added to ShareLister.
type ShareNamespaceLister ¶
type ShareNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Share, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Share, error) ShareNamespaceListerExpansion }
ShareNamespaceLister helps list and get Shares. All objects returned here must be treated as read-only.
type ShareNamespaceListerExpansion ¶
type ShareNamespaceListerExpansion interface{}
ShareNamespaceListerExpansion allows custom methods to be added to ShareNamespaceLister.
type SyncCloudEndpointLister ¶
type SyncCloudEndpointLister interface { // List lists all SyncCloudEndpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SyncCloudEndpoint, err error) // SyncCloudEndpoints returns an object that can list and get SyncCloudEndpoints. SyncCloudEndpoints(namespace string) SyncCloudEndpointNamespaceLister SyncCloudEndpointListerExpansion }
SyncCloudEndpointLister helps list SyncCloudEndpoints. All objects returned here must be treated as read-only.
func NewSyncCloudEndpointLister ¶
func NewSyncCloudEndpointLister(indexer cache.Indexer) SyncCloudEndpointLister
NewSyncCloudEndpointLister returns a new SyncCloudEndpointLister.
type SyncCloudEndpointListerExpansion ¶
type SyncCloudEndpointListerExpansion interface{}
SyncCloudEndpointListerExpansion allows custom methods to be added to SyncCloudEndpointLister.
type SyncCloudEndpointNamespaceLister ¶
type SyncCloudEndpointNamespaceLister interface { // List lists all SyncCloudEndpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SyncCloudEndpoint, err error) // Get retrieves the SyncCloudEndpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SyncCloudEndpoint, error) SyncCloudEndpointNamespaceListerExpansion }
SyncCloudEndpointNamespaceLister helps list and get SyncCloudEndpoints. All objects returned here must be treated as read-only.
type SyncCloudEndpointNamespaceListerExpansion ¶
type SyncCloudEndpointNamespaceListerExpansion interface{}
SyncCloudEndpointNamespaceListerExpansion allows custom methods to be added to SyncCloudEndpointNamespaceLister.
type SyncGroupLister ¶
type SyncGroupLister interface { // List lists all SyncGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SyncGroup, err error) // SyncGroups returns an object that can list and get SyncGroups. SyncGroups(namespace string) SyncGroupNamespaceLister SyncGroupListerExpansion }
SyncGroupLister helps list SyncGroups. All objects returned here must be treated as read-only.
func NewSyncGroupLister ¶
func NewSyncGroupLister(indexer cache.Indexer) SyncGroupLister
NewSyncGroupLister returns a new SyncGroupLister.
type SyncGroupListerExpansion ¶
type SyncGroupListerExpansion interface{}
SyncGroupListerExpansion allows custom methods to be added to SyncGroupLister.
type SyncGroupNamespaceLister ¶
type SyncGroupNamespaceLister interface { // List lists all SyncGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SyncGroup, err error) // Get retrieves the SyncGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SyncGroup, error) SyncGroupNamespaceListerExpansion }
SyncGroupNamespaceLister helps list and get SyncGroups. All objects returned here must be treated as read-only.
type SyncGroupNamespaceListerExpansion ¶
type SyncGroupNamespaceListerExpansion interface{}
SyncGroupNamespaceListerExpansion allows custom methods to be added to SyncGroupNamespaceLister.
type SyncLister ¶
type SyncLister interface { // List lists all Syncs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Sync, err error) // Syncs returns an object that can list and get Syncs. Syncs(namespace string) SyncNamespaceLister SyncListerExpansion }
SyncLister helps list Syncs. All objects returned here must be treated as read-only.
func NewSyncLister ¶
func NewSyncLister(indexer cache.Indexer) SyncLister
NewSyncLister returns a new SyncLister.
type SyncListerExpansion ¶
type SyncListerExpansion interface{}
SyncListerExpansion allows custom methods to be added to SyncLister.
type SyncNamespaceLister ¶
type SyncNamespaceLister interface { // List lists all Syncs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Sync, err error) // Get retrieves the Sync from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Sync, error) SyncNamespaceListerExpansion }
SyncNamespaceLister helps list and get Syncs. All objects returned here must be treated as read-only.
type SyncNamespaceListerExpansion ¶
type SyncNamespaceListerExpansion interface{}
SyncNamespaceListerExpansion allows custom methods to be added to SyncNamespaceLister.
type TableEntityLister ¶
type TableEntityLister interface { // List lists all TableEntities in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TableEntity, err error) // TableEntities returns an object that can list and get TableEntities. TableEntities(namespace string) TableEntityNamespaceLister TableEntityListerExpansion }
TableEntityLister helps list TableEntities. All objects returned here must be treated as read-only.
func NewTableEntityLister ¶
func NewTableEntityLister(indexer cache.Indexer) TableEntityLister
NewTableEntityLister returns a new TableEntityLister.
type TableEntityListerExpansion ¶
type TableEntityListerExpansion interface{}
TableEntityListerExpansion allows custom methods to be added to TableEntityLister.
type TableEntityNamespaceLister ¶
type TableEntityNamespaceLister interface { // List lists all TableEntities in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TableEntity, err error) // Get retrieves the TableEntity from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TableEntity, error) TableEntityNamespaceListerExpansion }
TableEntityNamespaceLister helps list and get TableEntities. All objects returned here must be treated as read-only.
type TableEntityNamespaceListerExpansion ¶
type TableEntityNamespaceListerExpansion interface{}
TableEntityNamespaceListerExpansion allows custom methods to be added to TableEntityNamespaceLister.
type TableLister ¶
type TableLister interface { // List lists all Tables in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Table, err error) // Tables returns an object that can list and get Tables. Tables(namespace string) TableNamespaceLister TableListerExpansion }
TableLister helps list Tables. All objects returned here must be treated as read-only.
func NewTableLister ¶
func NewTableLister(indexer cache.Indexer) TableLister
NewTableLister returns a new TableLister.
type TableListerExpansion ¶
type TableListerExpansion interface{}
TableListerExpansion allows custom methods to be added to TableLister.
type TableNamespaceLister ¶
type TableNamespaceLister interface { // List lists all Tables in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Table, err error) // Get retrieves the Table from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Table, error) TableNamespaceListerExpansion }
TableNamespaceLister helps list and get Tables. All objects returned here must be treated as read-only.
type TableNamespaceListerExpansion ¶
type TableNamespaceListerExpansion interface{}
TableNamespaceListerExpansion allows custom methods to be added to TableNamespaceLister.
Source Files
¶
- account.go
- accountcustomermanagedkey.go
- accountnetworkrules.go
- blob.go
- blobinventorypolicy.go
- container.go
- datalakegen2filesystem.go
- datalakegen2path.go
- encryptionscope.go
- expansion_generated.go
- managementpolicy.go
- objectreplication.go
- queue.go
- share.go
- sharedirectory.go
- sharefile.go
- sync.go
- synccloudendpoint.go
- syncgroup.go
- table.go
- tableentity.go