Documentation
¶
Index ¶
- type ClusterCustomerManagedKeyLister
- type ClusterCustomerManagedKeyListerExpansion
- type ClusterCustomerManagedKeyNamespaceLister
- type ClusterCustomerManagedKeyNamespaceListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type DataExportRuleLister
- type DataExportRuleListerExpansion
- type DataExportRuleNamespaceLister
- type DataExportRuleNamespaceListerExpansion
- type DatasourceWindowsEventLister
- type DatasourceWindowsEventListerExpansion
- type DatasourceWindowsEventNamespaceLister
- type DatasourceWindowsEventNamespaceListerExpansion
- type DatasourceWindowsPerformanceCounterLister
- type DatasourceWindowsPerformanceCounterListerExpansion
- type DatasourceWindowsPerformanceCounterNamespaceLister
- type DatasourceWindowsPerformanceCounterNamespaceListerExpansion
- type LinkedServiceLister
- type LinkedServiceListerExpansion
- type LinkedServiceNamespaceLister
- type LinkedServiceNamespaceListerExpansion
- type LinkedStorageAccountLister
- type LinkedStorageAccountListerExpansion
- type LinkedStorageAccountNamespaceLister
- type LinkedStorageAccountNamespaceListerExpansion
- type SavedSearchLister
- type SavedSearchListerExpansion
- type SavedSearchNamespaceLister
- type SavedSearchNamespaceListerExpansion
- type SolutionLister
- type SolutionListerExpansion
- type SolutionNamespaceLister
- type SolutionNamespaceListerExpansion
- type StorageInsightsLister
- type StorageInsightsListerExpansion
- type StorageInsightsNamespaceLister
- type StorageInsightsNamespaceListerExpansion
- type WorkspaceLister
- type WorkspaceListerExpansion
- type WorkspaceNamespaceLister
- type WorkspaceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCustomerManagedKeyLister ¶
type ClusterCustomerManagedKeyLister interface { // List lists all ClusterCustomerManagedKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterCustomerManagedKey, err error) // ClusterCustomerManagedKeys returns an object that can list and get ClusterCustomerManagedKeys. ClusterCustomerManagedKeys(namespace string) ClusterCustomerManagedKeyNamespaceLister ClusterCustomerManagedKeyListerExpansion }
ClusterCustomerManagedKeyLister helps list ClusterCustomerManagedKeys. All objects returned here must be treated as read-only.
func NewClusterCustomerManagedKeyLister ¶
func NewClusterCustomerManagedKeyLister(indexer cache.Indexer) ClusterCustomerManagedKeyLister
NewClusterCustomerManagedKeyLister returns a new ClusterCustomerManagedKeyLister.
type ClusterCustomerManagedKeyListerExpansion ¶
type ClusterCustomerManagedKeyListerExpansion interface{}
ClusterCustomerManagedKeyListerExpansion allows custom methods to be added to ClusterCustomerManagedKeyLister.
type ClusterCustomerManagedKeyNamespaceLister ¶
type ClusterCustomerManagedKeyNamespaceLister interface { // List lists all ClusterCustomerManagedKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterCustomerManagedKey, err error) // Get retrieves the ClusterCustomerManagedKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterCustomerManagedKey, error) ClusterCustomerManagedKeyNamespaceListerExpansion }
ClusterCustomerManagedKeyNamespaceLister helps list and get ClusterCustomerManagedKeys. All objects returned here must be treated as read-only.
type ClusterCustomerManagedKeyNamespaceListerExpansion ¶
type ClusterCustomerManagedKeyNamespaceListerExpansion interface{}
ClusterCustomerManagedKeyNamespaceListerExpansion allows custom methods to be added to ClusterCustomerManagedKeyNamespaceLister.
type ClusterLister ¶
type ClusterLister interface { // List lists all Clusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Clusters returns an object that can list and get Clusters. Clusters(namespace string) ClusterNamespaceLister ClusterListerExpansion }
ClusterLister helps list Clusters. All objects returned here must be treated as read-only.
func NewClusterLister ¶
func NewClusterLister(indexer cache.Indexer) ClusterLister
NewClusterLister returns a new ClusterLister.
type ClusterListerExpansion ¶
type ClusterListerExpansion interface{}
ClusterListerExpansion allows custom methods to be added to ClusterLister.
type ClusterNamespaceLister ¶
type ClusterNamespaceLister interface { // List lists all Clusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Get retrieves the Cluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Cluster, error) ClusterNamespaceListerExpansion }
ClusterNamespaceLister helps list and get Clusters. All objects returned here must be treated as read-only.
type ClusterNamespaceListerExpansion ¶
type ClusterNamespaceListerExpansion interface{}
ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.
type DataExportRuleLister ¶
type DataExportRuleLister interface { // List lists all DataExportRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataExportRule, err error) // DataExportRules returns an object that can list and get DataExportRules. DataExportRules(namespace string) DataExportRuleNamespaceLister DataExportRuleListerExpansion }
DataExportRuleLister helps list DataExportRules. All objects returned here must be treated as read-only.
func NewDataExportRuleLister ¶
func NewDataExportRuleLister(indexer cache.Indexer) DataExportRuleLister
NewDataExportRuleLister returns a new DataExportRuleLister.
type DataExportRuleListerExpansion ¶
type DataExportRuleListerExpansion interface{}
DataExportRuleListerExpansion allows custom methods to be added to DataExportRuleLister.
type DataExportRuleNamespaceLister ¶
type DataExportRuleNamespaceLister interface { // List lists all DataExportRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataExportRule, err error) // Get retrieves the DataExportRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DataExportRule, error) DataExportRuleNamespaceListerExpansion }
DataExportRuleNamespaceLister helps list and get DataExportRules. All objects returned here must be treated as read-only.
type DataExportRuleNamespaceListerExpansion ¶
type DataExportRuleNamespaceListerExpansion interface{}
DataExportRuleNamespaceListerExpansion allows custom methods to be added to DataExportRuleNamespaceLister.
type DatasourceWindowsEventLister ¶
type DatasourceWindowsEventLister interface { // List lists all DatasourceWindowsEvents in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasourceWindowsEvent, err error) // DatasourceWindowsEvents returns an object that can list and get DatasourceWindowsEvents. DatasourceWindowsEvents(namespace string) DatasourceWindowsEventNamespaceLister DatasourceWindowsEventListerExpansion }
DatasourceWindowsEventLister helps list DatasourceWindowsEvents. All objects returned here must be treated as read-only.
func NewDatasourceWindowsEventLister ¶
func NewDatasourceWindowsEventLister(indexer cache.Indexer) DatasourceWindowsEventLister
NewDatasourceWindowsEventLister returns a new DatasourceWindowsEventLister.
type DatasourceWindowsEventListerExpansion ¶
type DatasourceWindowsEventListerExpansion interface{}
DatasourceWindowsEventListerExpansion allows custom methods to be added to DatasourceWindowsEventLister.
type DatasourceWindowsEventNamespaceLister ¶
type DatasourceWindowsEventNamespaceLister interface { // List lists all DatasourceWindowsEvents in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasourceWindowsEvent, err error) // Get retrieves the DatasourceWindowsEvent from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DatasourceWindowsEvent, error) DatasourceWindowsEventNamespaceListerExpansion }
DatasourceWindowsEventNamespaceLister helps list and get DatasourceWindowsEvents. All objects returned here must be treated as read-only.
type DatasourceWindowsEventNamespaceListerExpansion ¶
type DatasourceWindowsEventNamespaceListerExpansion interface{}
DatasourceWindowsEventNamespaceListerExpansion allows custom methods to be added to DatasourceWindowsEventNamespaceLister.
type DatasourceWindowsPerformanceCounterLister ¶
type DatasourceWindowsPerformanceCounterLister interface { // List lists all DatasourceWindowsPerformanceCounters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasourceWindowsPerformanceCounter, err error) // DatasourceWindowsPerformanceCounters returns an object that can list and get DatasourceWindowsPerformanceCounters. DatasourceWindowsPerformanceCounters(namespace string) DatasourceWindowsPerformanceCounterNamespaceLister DatasourceWindowsPerformanceCounterListerExpansion }
DatasourceWindowsPerformanceCounterLister helps list DatasourceWindowsPerformanceCounters. All objects returned here must be treated as read-only.
func NewDatasourceWindowsPerformanceCounterLister ¶
func NewDatasourceWindowsPerformanceCounterLister(indexer cache.Indexer) DatasourceWindowsPerformanceCounterLister
NewDatasourceWindowsPerformanceCounterLister returns a new DatasourceWindowsPerformanceCounterLister.
type DatasourceWindowsPerformanceCounterListerExpansion ¶
type DatasourceWindowsPerformanceCounterListerExpansion interface{}
DatasourceWindowsPerformanceCounterListerExpansion allows custom methods to be added to DatasourceWindowsPerformanceCounterLister.
type DatasourceWindowsPerformanceCounterNamespaceLister ¶
type DatasourceWindowsPerformanceCounterNamespaceLister interface { // List lists all DatasourceWindowsPerformanceCounters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DatasourceWindowsPerformanceCounter, err error) // Get retrieves the DatasourceWindowsPerformanceCounter from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DatasourceWindowsPerformanceCounter, error) DatasourceWindowsPerformanceCounterNamespaceListerExpansion }
DatasourceWindowsPerformanceCounterNamespaceLister helps list and get DatasourceWindowsPerformanceCounters. All objects returned here must be treated as read-only.
type DatasourceWindowsPerformanceCounterNamespaceListerExpansion ¶
type DatasourceWindowsPerformanceCounterNamespaceListerExpansion interface{}
DatasourceWindowsPerformanceCounterNamespaceListerExpansion allows custom methods to be added to DatasourceWindowsPerformanceCounterNamespaceLister.
type LinkedServiceLister ¶
type LinkedServiceLister interface { // List lists all LinkedServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LinkedService, err error) // LinkedServices returns an object that can list and get LinkedServices. LinkedServices(namespace string) LinkedServiceNamespaceLister LinkedServiceListerExpansion }
LinkedServiceLister helps list LinkedServices. All objects returned here must be treated as read-only.
func NewLinkedServiceLister ¶
func NewLinkedServiceLister(indexer cache.Indexer) LinkedServiceLister
NewLinkedServiceLister returns a new LinkedServiceLister.
type LinkedServiceListerExpansion ¶
type LinkedServiceListerExpansion interface{}
LinkedServiceListerExpansion allows custom methods to be added to LinkedServiceLister.
type LinkedServiceNamespaceLister ¶
type LinkedServiceNamespaceLister interface { // List lists all LinkedServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LinkedService, err error) // Get retrieves the LinkedService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LinkedService, error) LinkedServiceNamespaceListerExpansion }
LinkedServiceNamespaceLister helps list and get LinkedServices. All objects returned here must be treated as read-only.
type LinkedServiceNamespaceListerExpansion ¶
type LinkedServiceNamespaceListerExpansion interface{}
LinkedServiceNamespaceListerExpansion allows custom methods to be added to LinkedServiceNamespaceLister.
type LinkedStorageAccountLister ¶
type LinkedStorageAccountLister interface { // List lists all LinkedStorageAccounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LinkedStorageAccount, err error) // LinkedStorageAccounts returns an object that can list and get LinkedStorageAccounts. LinkedStorageAccounts(namespace string) LinkedStorageAccountNamespaceLister LinkedStorageAccountListerExpansion }
LinkedStorageAccountLister helps list LinkedStorageAccounts. All objects returned here must be treated as read-only.
func NewLinkedStorageAccountLister ¶
func NewLinkedStorageAccountLister(indexer cache.Indexer) LinkedStorageAccountLister
NewLinkedStorageAccountLister returns a new LinkedStorageAccountLister.
type LinkedStorageAccountListerExpansion ¶
type LinkedStorageAccountListerExpansion interface{}
LinkedStorageAccountListerExpansion allows custom methods to be added to LinkedStorageAccountLister.
type LinkedStorageAccountNamespaceLister ¶
type LinkedStorageAccountNamespaceLister interface { // List lists all LinkedStorageAccounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LinkedStorageAccount, err error) // Get retrieves the LinkedStorageAccount from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LinkedStorageAccount, error) LinkedStorageAccountNamespaceListerExpansion }
LinkedStorageAccountNamespaceLister helps list and get LinkedStorageAccounts. All objects returned here must be treated as read-only.
type LinkedStorageAccountNamespaceListerExpansion ¶
type LinkedStorageAccountNamespaceListerExpansion interface{}
LinkedStorageAccountNamespaceListerExpansion allows custom methods to be added to LinkedStorageAccountNamespaceLister.
type SavedSearchLister ¶
type SavedSearchLister interface { // List lists all SavedSearches in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SavedSearch, err error) // SavedSearches returns an object that can list and get SavedSearches. SavedSearches(namespace string) SavedSearchNamespaceLister SavedSearchListerExpansion }
SavedSearchLister helps list SavedSearches. All objects returned here must be treated as read-only.
func NewSavedSearchLister ¶
func NewSavedSearchLister(indexer cache.Indexer) SavedSearchLister
NewSavedSearchLister returns a new SavedSearchLister.
type SavedSearchListerExpansion ¶
type SavedSearchListerExpansion interface{}
SavedSearchListerExpansion allows custom methods to be added to SavedSearchLister.
type SavedSearchNamespaceLister ¶
type SavedSearchNamespaceLister interface { // List lists all SavedSearches in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SavedSearch, err error) // Get retrieves the SavedSearch from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SavedSearch, error) SavedSearchNamespaceListerExpansion }
SavedSearchNamespaceLister helps list and get SavedSearches. All objects returned here must be treated as read-only.
type SavedSearchNamespaceListerExpansion ¶
type SavedSearchNamespaceListerExpansion interface{}
SavedSearchNamespaceListerExpansion allows custom methods to be added to SavedSearchNamespaceLister.
type SolutionLister ¶
type SolutionLister interface { // List lists all Solutions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Solution, err error) // Solutions returns an object that can list and get Solutions. Solutions(namespace string) SolutionNamespaceLister SolutionListerExpansion }
SolutionLister helps list Solutions. All objects returned here must be treated as read-only.
func NewSolutionLister ¶
func NewSolutionLister(indexer cache.Indexer) SolutionLister
NewSolutionLister returns a new SolutionLister.
type SolutionListerExpansion ¶
type SolutionListerExpansion interface{}
SolutionListerExpansion allows custom methods to be added to SolutionLister.
type SolutionNamespaceLister ¶
type SolutionNamespaceLister interface { // List lists all Solutions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Solution, err error) // Get retrieves the Solution from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Solution, error) SolutionNamespaceListerExpansion }
SolutionNamespaceLister helps list and get Solutions. All objects returned here must be treated as read-only.
type SolutionNamespaceListerExpansion ¶
type SolutionNamespaceListerExpansion interface{}
SolutionNamespaceListerExpansion allows custom methods to be added to SolutionNamespaceLister.
type StorageInsightsLister ¶
type StorageInsightsLister interface { // List lists all StorageInsightses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StorageInsights, err error) // StorageInsightses returns an object that can list and get StorageInsightses. StorageInsightses(namespace string) StorageInsightsNamespaceLister StorageInsightsListerExpansion }
StorageInsightsLister helps list StorageInsightses. All objects returned here must be treated as read-only.
func NewStorageInsightsLister ¶
func NewStorageInsightsLister(indexer cache.Indexer) StorageInsightsLister
NewStorageInsightsLister returns a new StorageInsightsLister.
type StorageInsightsListerExpansion ¶
type StorageInsightsListerExpansion interface{}
StorageInsightsListerExpansion allows custom methods to be added to StorageInsightsLister.
type StorageInsightsNamespaceLister ¶
type StorageInsightsNamespaceLister interface { // List lists all StorageInsightses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StorageInsights, err error) // Get retrieves the StorageInsights from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StorageInsights, error) StorageInsightsNamespaceListerExpansion }
StorageInsightsNamespaceLister helps list and get StorageInsightses. All objects returned here must be treated as read-only.
type StorageInsightsNamespaceListerExpansion ¶
type StorageInsightsNamespaceListerExpansion interface{}
StorageInsightsNamespaceListerExpansion allows custom methods to be added to StorageInsightsNamespaceLister.
type WorkspaceLister ¶
type WorkspaceLister interface { // List lists all Workspaces in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Workspace, err error) // Workspaces returns an object that can list and get Workspaces. Workspaces(namespace string) WorkspaceNamespaceLister WorkspaceListerExpansion }
WorkspaceLister helps list Workspaces. All objects returned here must be treated as read-only.
func NewWorkspaceLister ¶
func NewWorkspaceLister(indexer cache.Indexer) WorkspaceLister
NewWorkspaceLister returns a new WorkspaceLister.
type WorkspaceListerExpansion ¶
type WorkspaceListerExpansion interface{}
WorkspaceListerExpansion allows custom methods to be added to WorkspaceLister.
type WorkspaceNamespaceLister ¶
type WorkspaceNamespaceLister interface { // List lists all Workspaces in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Workspace, err error) // Get retrieves the Workspace from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Workspace, error) WorkspaceNamespaceListerExpansion }
WorkspaceNamespaceLister helps list and get Workspaces. All objects returned here must be treated as read-only.
type WorkspaceNamespaceListerExpansion ¶
type WorkspaceNamespaceListerExpansion interface{}
WorkspaceNamespaceListerExpansion allows custom methods to be added to WorkspaceNamespaceLister.