Documentation ¶
Index ¶
- type FirewallRuleLister
- type FirewallRuleListerExpansion
- type FirewallRuleNamespaceLister
- type FirewallRuleNamespaceListerExpansion
- type IntegrationRuntimeAzureLister
- type IntegrationRuntimeAzureListerExpansion
- type IntegrationRuntimeAzureNamespaceLister
- type IntegrationRuntimeAzureNamespaceListerExpansion
- type IntegrationRuntimeSelfHostedLister
- type IntegrationRuntimeSelfHostedListerExpansion
- type IntegrationRuntimeSelfHostedNamespaceLister
- type IntegrationRuntimeSelfHostedNamespaceListerExpansion
- type LinkedServiceLister
- type LinkedServiceListerExpansion
- type LinkedServiceNamespaceLister
- type LinkedServiceNamespaceListerExpansion
- type ManagedPrivateEndpointLister
- type ManagedPrivateEndpointListerExpansion
- type ManagedPrivateEndpointNamespaceLister
- type ManagedPrivateEndpointNamespaceListerExpansion
- type PrivateLinkHubLister
- type PrivateLinkHubListerExpansion
- type PrivateLinkHubNamespaceLister
- type PrivateLinkHubNamespaceListerExpansion
- type RoleAssignmentLister
- type RoleAssignmentListerExpansion
- type RoleAssignmentNamespaceLister
- type RoleAssignmentNamespaceListerExpansion
- type SparkPoolLister
- type SparkPoolListerExpansion
- type SparkPoolNamespaceLister
- type SparkPoolNamespaceListerExpansion
- type SqlPoolExtendedAuditingPolicyLister
- type SqlPoolExtendedAuditingPolicyListerExpansion
- type SqlPoolExtendedAuditingPolicyNamespaceLister
- type SqlPoolExtendedAuditingPolicyNamespaceListerExpansion
- type SqlPoolLister
- type SqlPoolListerExpansion
- type SqlPoolNamespaceLister
- type SqlPoolNamespaceListerExpansion
- type SqlPoolSecurityAlertPolicyLister
- type SqlPoolSecurityAlertPolicyListerExpansion
- type SqlPoolSecurityAlertPolicyNamespaceLister
- type SqlPoolSecurityAlertPolicyNamespaceListerExpansion
- type SqlPoolVulnerabilityAssessmentBaselineLister
- type SqlPoolVulnerabilityAssessmentBaselineListerExpansion
- type SqlPoolVulnerabilityAssessmentBaselineNamespaceLister
- type SqlPoolVulnerabilityAssessmentBaselineNamespaceListerExpansion
- type SqlPoolVulnerabilityAssessmentLister
- type SqlPoolVulnerabilityAssessmentListerExpansion
- type SqlPoolVulnerabilityAssessmentNamespaceLister
- type SqlPoolVulnerabilityAssessmentNamespaceListerExpansion
- type SqlPoolWorkloadClassifierLister
- type SqlPoolWorkloadClassifierListerExpansion
- type SqlPoolWorkloadClassifierNamespaceLister
- type SqlPoolWorkloadClassifierNamespaceListerExpansion
- type SqlPoolWorkloadGroupLister
- type SqlPoolWorkloadGroupListerExpansion
- type SqlPoolWorkloadGroupNamespaceLister
- type SqlPoolWorkloadGroupNamespaceListerExpansion
- type WorkspaceAadAdminLister
- type WorkspaceAadAdminListerExpansion
- type WorkspaceAadAdminNamespaceLister
- type WorkspaceAadAdminNamespaceListerExpansion
- type WorkspaceExtendedAuditingPolicyLister
- type WorkspaceExtendedAuditingPolicyListerExpansion
- type WorkspaceExtendedAuditingPolicyNamespaceLister
- type WorkspaceExtendedAuditingPolicyNamespaceListerExpansion
- type WorkspaceKeyLister
- type WorkspaceKeyListerExpansion
- type WorkspaceKeyNamespaceLister
- type WorkspaceKeyNamespaceListerExpansion
- type WorkspaceLister
- type WorkspaceListerExpansion
- type WorkspaceNamespaceLister
- type WorkspaceNamespaceListerExpansion
- type WorkspaceSQLAadAdminLister
- type WorkspaceSQLAadAdminListerExpansion
- type WorkspaceSQLAadAdminNamespaceLister
- type WorkspaceSQLAadAdminNamespaceListerExpansion
- type WorkspaceSecurityAlertPolicyLister
- type WorkspaceSecurityAlertPolicyListerExpansion
- type WorkspaceSecurityAlertPolicyNamespaceLister
- type WorkspaceSecurityAlertPolicyNamespaceListerExpansion
- type WorkspaceVulnerabilityAssessmentLister
- type WorkspaceVulnerabilityAssessmentListerExpansion
- type WorkspaceVulnerabilityAssessmentNamespaceLister
- type WorkspaceVulnerabilityAssessmentNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirewallRuleLister ¶
type FirewallRuleLister interface { // List lists all FirewallRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FirewallRule, err error) // FirewallRules returns an object that can list and get FirewallRules. FirewallRules(namespace string) FirewallRuleNamespaceLister FirewallRuleListerExpansion }
FirewallRuleLister helps list FirewallRules. All objects returned here must be treated as read-only.
func NewFirewallRuleLister ¶
func NewFirewallRuleLister(indexer cache.Indexer) FirewallRuleLister
NewFirewallRuleLister returns a new FirewallRuleLister.
type FirewallRuleListerExpansion ¶
type FirewallRuleListerExpansion interface{}
FirewallRuleListerExpansion allows custom methods to be added to FirewallRuleLister.
type FirewallRuleNamespaceLister ¶
type FirewallRuleNamespaceLister interface { // List lists all FirewallRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FirewallRule, err error) // Get retrieves the FirewallRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FirewallRule, error) FirewallRuleNamespaceListerExpansion }
FirewallRuleNamespaceLister helps list and get FirewallRules. All objects returned here must be treated as read-only.
type FirewallRuleNamespaceListerExpansion ¶
type FirewallRuleNamespaceListerExpansion interface{}
FirewallRuleNamespaceListerExpansion allows custom methods to be added to FirewallRuleNamespaceLister.
type IntegrationRuntimeAzureLister ¶ added in v0.5.0
type IntegrationRuntimeAzureLister interface { // List lists all IntegrationRuntimeAzures in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IntegrationRuntimeAzure, err error) // IntegrationRuntimeAzures returns an object that can list and get IntegrationRuntimeAzures. IntegrationRuntimeAzures(namespace string) IntegrationRuntimeAzureNamespaceLister IntegrationRuntimeAzureListerExpansion }
IntegrationRuntimeAzureLister helps list IntegrationRuntimeAzures. All objects returned here must be treated as read-only.
func NewIntegrationRuntimeAzureLister ¶ added in v0.5.0
func NewIntegrationRuntimeAzureLister(indexer cache.Indexer) IntegrationRuntimeAzureLister
NewIntegrationRuntimeAzureLister returns a new IntegrationRuntimeAzureLister.
type IntegrationRuntimeAzureListerExpansion ¶ added in v0.5.0
type IntegrationRuntimeAzureListerExpansion interface{}
IntegrationRuntimeAzureListerExpansion allows custom methods to be added to IntegrationRuntimeAzureLister.
type IntegrationRuntimeAzureNamespaceLister ¶ added in v0.5.0
type IntegrationRuntimeAzureNamespaceLister interface { // List lists all IntegrationRuntimeAzures in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IntegrationRuntimeAzure, err error) // Get retrieves the IntegrationRuntimeAzure from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IntegrationRuntimeAzure, error) IntegrationRuntimeAzureNamespaceListerExpansion }
IntegrationRuntimeAzureNamespaceLister helps list and get IntegrationRuntimeAzures. All objects returned here must be treated as read-only.
type IntegrationRuntimeAzureNamespaceListerExpansion ¶ added in v0.5.0
type IntegrationRuntimeAzureNamespaceListerExpansion interface{}
IntegrationRuntimeAzureNamespaceListerExpansion allows custom methods to be added to IntegrationRuntimeAzureNamespaceLister.
type IntegrationRuntimeSelfHostedLister ¶ added in v0.5.0
type IntegrationRuntimeSelfHostedLister interface { // List lists all IntegrationRuntimeSelfHosteds in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IntegrationRuntimeSelfHosted, err error) // IntegrationRuntimeSelfHosteds returns an object that can list and get IntegrationRuntimeSelfHosteds. IntegrationRuntimeSelfHosteds(namespace string) IntegrationRuntimeSelfHostedNamespaceLister IntegrationRuntimeSelfHostedListerExpansion }
IntegrationRuntimeSelfHostedLister helps list IntegrationRuntimeSelfHosteds. All objects returned here must be treated as read-only.
func NewIntegrationRuntimeSelfHostedLister ¶ added in v0.5.0
func NewIntegrationRuntimeSelfHostedLister(indexer cache.Indexer) IntegrationRuntimeSelfHostedLister
NewIntegrationRuntimeSelfHostedLister returns a new IntegrationRuntimeSelfHostedLister.
type IntegrationRuntimeSelfHostedListerExpansion ¶ added in v0.5.0
type IntegrationRuntimeSelfHostedListerExpansion interface{}
IntegrationRuntimeSelfHostedListerExpansion allows custom methods to be added to IntegrationRuntimeSelfHostedLister.
type IntegrationRuntimeSelfHostedNamespaceLister ¶ added in v0.5.0
type IntegrationRuntimeSelfHostedNamespaceLister interface { // List lists all IntegrationRuntimeSelfHosteds in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IntegrationRuntimeSelfHosted, err error) // Get retrieves the IntegrationRuntimeSelfHosted from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IntegrationRuntimeSelfHosted, error) IntegrationRuntimeSelfHostedNamespaceListerExpansion }
IntegrationRuntimeSelfHostedNamespaceLister helps list and get IntegrationRuntimeSelfHosteds. All objects returned here must be treated as read-only.
type IntegrationRuntimeSelfHostedNamespaceListerExpansion ¶ added in v0.5.0
type IntegrationRuntimeSelfHostedNamespaceListerExpansion interface{}
IntegrationRuntimeSelfHostedNamespaceListerExpansion allows custom methods to be added to IntegrationRuntimeSelfHostedNamespaceLister.
type LinkedServiceLister ¶ added in v0.5.0
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 ¶ added in v0.5.0
func NewLinkedServiceLister(indexer cache.Indexer) LinkedServiceLister
NewLinkedServiceLister returns a new LinkedServiceLister.
type LinkedServiceListerExpansion ¶ added in v0.5.0
type LinkedServiceListerExpansion interface{}
LinkedServiceListerExpansion allows custom methods to be added to LinkedServiceLister.
type LinkedServiceNamespaceLister ¶ added in v0.5.0
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 ¶ added in v0.5.0
type LinkedServiceNamespaceListerExpansion interface{}
LinkedServiceNamespaceListerExpansion allows custom methods to be added to LinkedServiceNamespaceLister.
type ManagedPrivateEndpointLister ¶
type ManagedPrivateEndpointLister interface { // List lists all ManagedPrivateEndpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedPrivateEndpoint, err error) // ManagedPrivateEndpoints returns an object that can list and get ManagedPrivateEndpoints. ManagedPrivateEndpoints(namespace string) ManagedPrivateEndpointNamespaceLister ManagedPrivateEndpointListerExpansion }
ManagedPrivateEndpointLister helps list ManagedPrivateEndpoints. All objects returned here must be treated as read-only.
func NewManagedPrivateEndpointLister ¶
func NewManagedPrivateEndpointLister(indexer cache.Indexer) ManagedPrivateEndpointLister
NewManagedPrivateEndpointLister returns a new ManagedPrivateEndpointLister.
type ManagedPrivateEndpointListerExpansion ¶
type ManagedPrivateEndpointListerExpansion interface{}
ManagedPrivateEndpointListerExpansion allows custom methods to be added to ManagedPrivateEndpointLister.
type ManagedPrivateEndpointNamespaceLister ¶
type ManagedPrivateEndpointNamespaceLister interface { // List lists all ManagedPrivateEndpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedPrivateEndpoint, err error) // Get retrieves the ManagedPrivateEndpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedPrivateEndpoint, error) ManagedPrivateEndpointNamespaceListerExpansion }
ManagedPrivateEndpointNamespaceLister helps list and get ManagedPrivateEndpoints. All objects returned here must be treated as read-only.
type ManagedPrivateEndpointNamespaceListerExpansion ¶
type ManagedPrivateEndpointNamespaceListerExpansion interface{}
ManagedPrivateEndpointNamespaceListerExpansion allows custom methods to be added to ManagedPrivateEndpointNamespaceLister.
type PrivateLinkHubLister ¶ added in v0.5.0
type PrivateLinkHubLister interface { // List lists all PrivateLinkHubs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrivateLinkHub, err error) // PrivateLinkHubs returns an object that can list and get PrivateLinkHubs. PrivateLinkHubs(namespace string) PrivateLinkHubNamespaceLister PrivateLinkHubListerExpansion }
PrivateLinkHubLister helps list PrivateLinkHubs. All objects returned here must be treated as read-only.
func NewPrivateLinkHubLister ¶ added in v0.5.0
func NewPrivateLinkHubLister(indexer cache.Indexer) PrivateLinkHubLister
NewPrivateLinkHubLister returns a new PrivateLinkHubLister.
type PrivateLinkHubListerExpansion ¶ added in v0.5.0
type PrivateLinkHubListerExpansion interface{}
PrivateLinkHubListerExpansion allows custom methods to be added to PrivateLinkHubLister.
type PrivateLinkHubNamespaceLister ¶ added in v0.5.0
type PrivateLinkHubNamespaceLister interface { // List lists all PrivateLinkHubs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrivateLinkHub, err error) // Get retrieves the PrivateLinkHub from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PrivateLinkHub, error) PrivateLinkHubNamespaceListerExpansion }
PrivateLinkHubNamespaceLister helps list and get PrivateLinkHubs. All objects returned here must be treated as read-only.
type PrivateLinkHubNamespaceListerExpansion ¶ added in v0.5.0
type PrivateLinkHubNamespaceListerExpansion interface{}
PrivateLinkHubNamespaceListerExpansion allows custom methods to be added to PrivateLinkHubNamespaceLister.
type RoleAssignmentLister ¶
type RoleAssignmentLister interface { // List lists all RoleAssignments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RoleAssignment, err error) // RoleAssignments returns an object that can list and get RoleAssignments. RoleAssignments(namespace string) RoleAssignmentNamespaceLister RoleAssignmentListerExpansion }
RoleAssignmentLister helps list RoleAssignments. All objects returned here must be treated as read-only.
func NewRoleAssignmentLister ¶
func NewRoleAssignmentLister(indexer cache.Indexer) RoleAssignmentLister
NewRoleAssignmentLister returns a new RoleAssignmentLister.
type RoleAssignmentListerExpansion ¶
type RoleAssignmentListerExpansion interface{}
RoleAssignmentListerExpansion allows custom methods to be added to RoleAssignmentLister.
type RoleAssignmentNamespaceLister ¶
type RoleAssignmentNamespaceLister interface { // List lists all RoleAssignments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RoleAssignment, err error) // Get retrieves the RoleAssignment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RoleAssignment, error) RoleAssignmentNamespaceListerExpansion }
RoleAssignmentNamespaceLister helps list and get RoleAssignments. All objects returned here must be treated as read-only.
type RoleAssignmentNamespaceListerExpansion ¶
type RoleAssignmentNamespaceListerExpansion interface{}
RoleAssignmentNamespaceListerExpansion allows custom methods to be added to RoleAssignmentNamespaceLister.
type SparkPoolLister ¶
type SparkPoolLister interface { // List lists all SparkPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SparkPool, err error) // SparkPools returns an object that can list and get SparkPools. SparkPools(namespace string) SparkPoolNamespaceLister SparkPoolListerExpansion }
SparkPoolLister helps list SparkPools. All objects returned here must be treated as read-only.
func NewSparkPoolLister ¶
func NewSparkPoolLister(indexer cache.Indexer) SparkPoolLister
NewSparkPoolLister returns a new SparkPoolLister.
type SparkPoolListerExpansion ¶
type SparkPoolListerExpansion interface{}
SparkPoolListerExpansion allows custom methods to be added to SparkPoolLister.
type SparkPoolNamespaceLister ¶
type SparkPoolNamespaceLister interface { // List lists all SparkPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SparkPool, err error) // Get retrieves the SparkPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SparkPool, error) SparkPoolNamespaceListerExpansion }
SparkPoolNamespaceLister helps list and get SparkPools. All objects returned here must be treated as read-only.
type SparkPoolNamespaceListerExpansion ¶
type SparkPoolNamespaceListerExpansion interface{}
SparkPoolNamespaceListerExpansion allows custom methods to be added to SparkPoolNamespaceLister.
type SqlPoolExtendedAuditingPolicyLister ¶ added in v0.5.0
type SqlPoolExtendedAuditingPolicyLister interface { // List lists all SqlPoolExtendedAuditingPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolExtendedAuditingPolicy, err error) // SqlPoolExtendedAuditingPolicies returns an object that can list and get SqlPoolExtendedAuditingPolicies. SqlPoolExtendedAuditingPolicies(namespace string) SqlPoolExtendedAuditingPolicyNamespaceLister SqlPoolExtendedAuditingPolicyListerExpansion }
SqlPoolExtendedAuditingPolicyLister helps list SqlPoolExtendedAuditingPolicies. All objects returned here must be treated as read-only.
func NewSqlPoolExtendedAuditingPolicyLister ¶ added in v0.5.0
func NewSqlPoolExtendedAuditingPolicyLister(indexer cache.Indexer) SqlPoolExtendedAuditingPolicyLister
NewSqlPoolExtendedAuditingPolicyLister returns a new SqlPoolExtendedAuditingPolicyLister.
type SqlPoolExtendedAuditingPolicyListerExpansion ¶ added in v0.5.0
type SqlPoolExtendedAuditingPolicyListerExpansion interface{}
SqlPoolExtendedAuditingPolicyListerExpansion allows custom methods to be added to SqlPoolExtendedAuditingPolicyLister.
type SqlPoolExtendedAuditingPolicyNamespaceLister ¶ added in v0.5.0
type SqlPoolExtendedAuditingPolicyNamespaceLister interface { // List lists all SqlPoolExtendedAuditingPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolExtendedAuditingPolicy, err error) // Get retrieves the SqlPoolExtendedAuditingPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPoolExtendedAuditingPolicy, error) SqlPoolExtendedAuditingPolicyNamespaceListerExpansion }
SqlPoolExtendedAuditingPolicyNamespaceLister helps list and get SqlPoolExtendedAuditingPolicies. All objects returned here must be treated as read-only.
type SqlPoolExtendedAuditingPolicyNamespaceListerExpansion ¶ added in v0.5.0
type SqlPoolExtendedAuditingPolicyNamespaceListerExpansion interface{}
SqlPoolExtendedAuditingPolicyNamespaceListerExpansion allows custom methods to be added to SqlPoolExtendedAuditingPolicyNamespaceLister.
type SqlPoolLister ¶
type SqlPoolLister interface { // List lists all SqlPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPool, err error) // SqlPools returns an object that can list and get SqlPools. SqlPools(namespace string) SqlPoolNamespaceLister SqlPoolListerExpansion }
SqlPoolLister helps list SqlPools. All objects returned here must be treated as read-only.
func NewSqlPoolLister ¶
func NewSqlPoolLister(indexer cache.Indexer) SqlPoolLister
NewSqlPoolLister returns a new SqlPoolLister.
type SqlPoolListerExpansion ¶
type SqlPoolListerExpansion interface{}
SqlPoolListerExpansion allows custom methods to be added to SqlPoolLister.
type SqlPoolNamespaceLister ¶
type SqlPoolNamespaceLister interface { // List lists all SqlPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPool, err error) // Get retrieves the SqlPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPool, error) SqlPoolNamespaceListerExpansion }
SqlPoolNamespaceLister helps list and get SqlPools. All objects returned here must be treated as read-only.
type SqlPoolNamespaceListerExpansion ¶
type SqlPoolNamespaceListerExpansion interface{}
SqlPoolNamespaceListerExpansion allows custom methods to be added to SqlPoolNamespaceLister.
type SqlPoolSecurityAlertPolicyLister ¶ added in v0.5.0
type SqlPoolSecurityAlertPolicyLister interface { // List lists all SqlPoolSecurityAlertPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolSecurityAlertPolicy, err error) // SqlPoolSecurityAlertPolicies returns an object that can list and get SqlPoolSecurityAlertPolicies. SqlPoolSecurityAlertPolicies(namespace string) SqlPoolSecurityAlertPolicyNamespaceLister SqlPoolSecurityAlertPolicyListerExpansion }
SqlPoolSecurityAlertPolicyLister helps list SqlPoolSecurityAlertPolicies. All objects returned here must be treated as read-only.
func NewSqlPoolSecurityAlertPolicyLister ¶ added in v0.5.0
func NewSqlPoolSecurityAlertPolicyLister(indexer cache.Indexer) SqlPoolSecurityAlertPolicyLister
NewSqlPoolSecurityAlertPolicyLister returns a new SqlPoolSecurityAlertPolicyLister.
type SqlPoolSecurityAlertPolicyListerExpansion ¶ added in v0.5.0
type SqlPoolSecurityAlertPolicyListerExpansion interface{}
SqlPoolSecurityAlertPolicyListerExpansion allows custom methods to be added to SqlPoolSecurityAlertPolicyLister.
type SqlPoolSecurityAlertPolicyNamespaceLister ¶ added in v0.5.0
type SqlPoolSecurityAlertPolicyNamespaceLister interface { // List lists all SqlPoolSecurityAlertPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolSecurityAlertPolicy, err error) // Get retrieves the SqlPoolSecurityAlertPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPoolSecurityAlertPolicy, error) SqlPoolSecurityAlertPolicyNamespaceListerExpansion }
SqlPoolSecurityAlertPolicyNamespaceLister helps list and get SqlPoolSecurityAlertPolicies. All objects returned here must be treated as read-only.
type SqlPoolSecurityAlertPolicyNamespaceListerExpansion ¶ added in v0.5.0
type SqlPoolSecurityAlertPolicyNamespaceListerExpansion interface{}
SqlPoolSecurityAlertPolicyNamespaceListerExpansion allows custom methods to be added to SqlPoolSecurityAlertPolicyNamespaceLister.
type SqlPoolVulnerabilityAssessmentBaselineLister ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentBaselineLister interface { // List lists all SqlPoolVulnerabilityAssessmentBaselines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolVulnerabilityAssessmentBaseline, err error) // SqlPoolVulnerabilityAssessmentBaselines returns an object that can list and get SqlPoolVulnerabilityAssessmentBaselines. SqlPoolVulnerabilityAssessmentBaselines(namespace string) SqlPoolVulnerabilityAssessmentBaselineNamespaceLister SqlPoolVulnerabilityAssessmentBaselineListerExpansion }
SqlPoolVulnerabilityAssessmentBaselineLister helps list SqlPoolVulnerabilityAssessmentBaselines. All objects returned here must be treated as read-only.
func NewSqlPoolVulnerabilityAssessmentBaselineLister ¶ added in v0.5.0
func NewSqlPoolVulnerabilityAssessmentBaselineLister(indexer cache.Indexer) SqlPoolVulnerabilityAssessmentBaselineLister
NewSqlPoolVulnerabilityAssessmentBaselineLister returns a new SqlPoolVulnerabilityAssessmentBaselineLister.
type SqlPoolVulnerabilityAssessmentBaselineListerExpansion ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentBaselineListerExpansion interface{}
SqlPoolVulnerabilityAssessmentBaselineListerExpansion allows custom methods to be added to SqlPoolVulnerabilityAssessmentBaselineLister.
type SqlPoolVulnerabilityAssessmentBaselineNamespaceLister ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentBaselineNamespaceLister interface { // List lists all SqlPoolVulnerabilityAssessmentBaselines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolVulnerabilityAssessmentBaseline, err error) // Get retrieves the SqlPoolVulnerabilityAssessmentBaseline from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPoolVulnerabilityAssessmentBaseline, error) SqlPoolVulnerabilityAssessmentBaselineNamespaceListerExpansion }
SqlPoolVulnerabilityAssessmentBaselineNamespaceLister helps list and get SqlPoolVulnerabilityAssessmentBaselines. All objects returned here must be treated as read-only.
type SqlPoolVulnerabilityAssessmentBaselineNamespaceListerExpansion ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentBaselineNamespaceListerExpansion interface{}
SqlPoolVulnerabilityAssessmentBaselineNamespaceListerExpansion allows custom methods to be added to SqlPoolVulnerabilityAssessmentBaselineNamespaceLister.
type SqlPoolVulnerabilityAssessmentLister ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentLister interface { // List lists all SqlPoolVulnerabilityAssessments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolVulnerabilityAssessment, err error) // SqlPoolVulnerabilityAssessments returns an object that can list and get SqlPoolVulnerabilityAssessments. SqlPoolVulnerabilityAssessments(namespace string) SqlPoolVulnerabilityAssessmentNamespaceLister SqlPoolVulnerabilityAssessmentListerExpansion }
SqlPoolVulnerabilityAssessmentLister helps list SqlPoolVulnerabilityAssessments. All objects returned here must be treated as read-only.
func NewSqlPoolVulnerabilityAssessmentLister ¶ added in v0.5.0
func NewSqlPoolVulnerabilityAssessmentLister(indexer cache.Indexer) SqlPoolVulnerabilityAssessmentLister
NewSqlPoolVulnerabilityAssessmentLister returns a new SqlPoolVulnerabilityAssessmentLister.
type SqlPoolVulnerabilityAssessmentListerExpansion ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentListerExpansion interface{}
SqlPoolVulnerabilityAssessmentListerExpansion allows custom methods to be added to SqlPoolVulnerabilityAssessmentLister.
type SqlPoolVulnerabilityAssessmentNamespaceLister ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentNamespaceLister interface { // List lists all SqlPoolVulnerabilityAssessments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolVulnerabilityAssessment, err error) // Get retrieves the SqlPoolVulnerabilityAssessment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPoolVulnerabilityAssessment, error) SqlPoolVulnerabilityAssessmentNamespaceListerExpansion }
SqlPoolVulnerabilityAssessmentNamespaceLister helps list and get SqlPoolVulnerabilityAssessments. All objects returned here must be treated as read-only.
type SqlPoolVulnerabilityAssessmentNamespaceListerExpansion ¶ added in v0.5.0
type SqlPoolVulnerabilityAssessmentNamespaceListerExpansion interface{}
SqlPoolVulnerabilityAssessmentNamespaceListerExpansion allows custom methods to be added to SqlPoolVulnerabilityAssessmentNamespaceLister.
type SqlPoolWorkloadClassifierLister ¶ added in v0.5.0
type SqlPoolWorkloadClassifierLister interface { // List lists all SqlPoolWorkloadClassifiers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolWorkloadClassifier, err error) // SqlPoolWorkloadClassifiers returns an object that can list and get SqlPoolWorkloadClassifiers. SqlPoolWorkloadClassifiers(namespace string) SqlPoolWorkloadClassifierNamespaceLister SqlPoolWorkloadClassifierListerExpansion }
SqlPoolWorkloadClassifierLister helps list SqlPoolWorkloadClassifiers. All objects returned here must be treated as read-only.
func NewSqlPoolWorkloadClassifierLister ¶ added in v0.5.0
func NewSqlPoolWorkloadClassifierLister(indexer cache.Indexer) SqlPoolWorkloadClassifierLister
NewSqlPoolWorkloadClassifierLister returns a new SqlPoolWorkloadClassifierLister.
type SqlPoolWorkloadClassifierListerExpansion ¶ added in v0.5.0
type SqlPoolWorkloadClassifierListerExpansion interface{}
SqlPoolWorkloadClassifierListerExpansion allows custom methods to be added to SqlPoolWorkloadClassifierLister.
type SqlPoolWorkloadClassifierNamespaceLister ¶ added in v0.5.0
type SqlPoolWorkloadClassifierNamespaceLister interface { // List lists all SqlPoolWorkloadClassifiers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolWorkloadClassifier, err error) // Get retrieves the SqlPoolWorkloadClassifier from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPoolWorkloadClassifier, error) SqlPoolWorkloadClassifierNamespaceListerExpansion }
SqlPoolWorkloadClassifierNamespaceLister helps list and get SqlPoolWorkloadClassifiers. All objects returned here must be treated as read-only.
type SqlPoolWorkloadClassifierNamespaceListerExpansion ¶ added in v0.5.0
type SqlPoolWorkloadClassifierNamespaceListerExpansion interface{}
SqlPoolWorkloadClassifierNamespaceListerExpansion allows custom methods to be added to SqlPoolWorkloadClassifierNamespaceLister.
type SqlPoolWorkloadGroupLister ¶ added in v0.5.0
type SqlPoolWorkloadGroupLister interface { // List lists all SqlPoolWorkloadGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolWorkloadGroup, err error) // SqlPoolWorkloadGroups returns an object that can list and get SqlPoolWorkloadGroups. SqlPoolWorkloadGroups(namespace string) SqlPoolWorkloadGroupNamespaceLister SqlPoolWorkloadGroupListerExpansion }
SqlPoolWorkloadGroupLister helps list SqlPoolWorkloadGroups. All objects returned here must be treated as read-only.
func NewSqlPoolWorkloadGroupLister ¶ added in v0.5.0
func NewSqlPoolWorkloadGroupLister(indexer cache.Indexer) SqlPoolWorkloadGroupLister
NewSqlPoolWorkloadGroupLister returns a new SqlPoolWorkloadGroupLister.
type SqlPoolWorkloadGroupListerExpansion ¶ added in v0.5.0
type SqlPoolWorkloadGroupListerExpansion interface{}
SqlPoolWorkloadGroupListerExpansion allows custom methods to be added to SqlPoolWorkloadGroupLister.
type SqlPoolWorkloadGroupNamespaceLister ¶ added in v0.5.0
type SqlPoolWorkloadGroupNamespaceLister interface { // List lists all SqlPoolWorkloadGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SqlPoolWorkloadGroup, err error) // Get retrieves the SqlPoolWorkloadGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SqlPoolWorkloadGroup, error) SqlPoolWorkloadGroupNamespaceListerExpansion }
SqlPoolWorkloadGroupNamespaceLister helps list and get SqlPoolWorkloadGroups. All objects returned here must be treated as read-only.
type SqlPoolWorkloadGroupNamespaceListerExpansion ¶ added in v0.5.0
type SqlPoolWorkloadGroupNamespaceListerExpansion interface{}
SqlPoolWorkloadGroupNamespaceListerExpansion allows custom methods to be added to SqlPoolWorkloadGroupNamespaceLister.
type WorkspaceAadAdminLister ¶ added in v0.5.0
type WorkspaceAadAdminLister interface { // List lists all WorkspaceAadAdmins in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceAadAdmin, err error) // WorkspaceAadAdmins returns an object that can list and get WorkspaceAadAdmins. WorkspaceAadAdmins(namespace string) WorkspaceAadAdminNamespaceLister WorkspaceAadAdminListerExpansion }
WorkspaceAadAdminLister helps list WorkspaceAadAdmins. All objects returned here must be treated as read-only.
func NewWorkspaceAadAdminLister ¶ added in v0.5.0
func NewWorkspaceAadAdminLister(indexer cache.Indexer) WorkspaceAadAdminLister
NewWorkspaceAadAdminLister returns a new WorkspaceAadAdminLister.
type WorkspaceAadAdminListerExpansion ¶ added in v0.5.0
type WorkspaceAadAdminListerExpansion interface{}
WorkspaceAadAdminListerExpansion allows custom methods to be added to WorkspaceAadAdminLister.
type WorkspaceAadAdminNamespaceLister ¶ added in v0.5.0
type WorkspaceAadAdminNamespaceLister interface { // List lists all WorkspaceAadAdmins in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceAadAdmin, err error) // Get retrieves the WorkspaceAadAdmin from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceAadAdmin, error) WorkspaceAadAdminNamespaceListerExpansion }
WorkspaceAadAdminNamespaceLister helps list and get WorkspaceAadAdmins. All objects returned here must be treated as read-only.
type WorkspaceAadAdminNamespaceListerExpansion ¶ added in v0.5.0
type WorkspaceAadAdminNamespaceListerExpansion interface{}
WorkspaceAadAdminNamespaceListerExpansion allows custom methods to be added to WorkspaceAadAdminNamespaceLister.
type WorkspaceExtendedAuditingPolicyLister ¶ added in v0.5.0
type WorkspaceExtendedAuditingPolicyLister interface { // List lists all WorkspaceExtendedAuditingPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceExtendedAuditingPolicy, err error) // WorkspaceExtendedAuditingPolicies returns an object that can list and get WorkspaceExtendedAuditingPolicies. WorkspaceExtendedAuditingPolicies(namespace string) WorkspaceExtendedAuditingPolicyNamespaceLister WorkspaceExtendedAuditingPolicyListerExpansion }
WorkspaceExtendedAuditingPolicyLister helps list WorkspaceExtendedAuditingPolicies. All objects returned here must be treated as read-only.
func NewWorkspaceExtendedAuditingPolicyLister ¶ added in v0.5.0
func NewWorkspaceExtendedAuditingPolicyLister(indexer cache.Indexer) WorkspaceExtendedAuditingPolicyLister
NewWorkspaceExtendedAuditingPolicyLister returns a new WorkspaceExtendedAuditingPolicyLister.
type WorkspaceExtendedAuditingPolicyListerExpansion ¶ added in v0.5.0
type WorkspaceExtendedAuditingPolicyListerExpansion interface{}
WorkspaceExtendedAuditingPolicyListerExpansion allows custom methods to be added to WorkspaceExtendedAuditingPolicyLister.
type WorkspaceExtendedAuditingPolicyNamespaceLister ¶ added in v0.5.0
type WorkspaceExtendedAuditingPolicyNamespaceLister interface { // List lists all WorkspaceExtendedAuditingPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceExtendedAuditingPolicy, err error) // Get retrieves the WorkspaceExtendedAuditingPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceExtendedAuditingPolicy, error) WorkspaceExtendedAuditingPolicyNamespaceListerExpansion }
WorkspaceExtendedAuditingPolicyNamespaceLister helps list and get WorkspaceExtendedAuditingPolicies. All objects returned here must be treated as read-only.
type WorkspaceExtendedAuditingPolicyNamespaceListerExpansion ¶ added in v0.5.0
type WorkspaceExtendedAuditingPolicyNamespaceListerExpansion interface{}
WorkspaceExtendedAuditingPolicyNamespaceListerExpansion allows custom methods to be added to WorkspaceExtendedAuditingPolicyNamespaceLister.
type WorkspaceKeyLister ¶ added in v0.5.0
type WorkspaceKeyLister interface { // List lists all WorkspaceKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceKey, err error) // WorkspaceKeys returns an object that can list and get WorkspaceKeys. WorkspaceKeys(namespace string) WorkspaceKeyNamespaceLister WorkspaceKeyListerExpansion }
WorkspaceKeyLister helps list WorkspaceKeys. All objects returned here must be treated as read-only.
func NewWorkspaceKeyLister ¶ added in v0.5.0
func NewWorkspaceKeyLister(indexer cache.Indexer) WorkspaceKeyLister
NewWorkspaceKeyLister returns a new WorkspaceKeyLister.
type WorkspaceKeyListerExpansion ¶ added in v0.5.0
type WorkspaceKeyListerExpansion interface{}
WorkspaceKeyListerExpansion allows custom methods to be added to WorkspaceKeyLister.
type WorkspaceKeyNamespaceLister ¶ added in v0.5.0
type WorkspaceKeyNamespaceLister interface { // List lists all WorkspaceKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceKey, err error) // Get retrieves the WorkspaceKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceKey, error) WorkspaceKeyNamespaceListerExpansion }
WorkspaceKeyNamespaceLister helps list and get WorkspaceKeys. All objects returned here must be treated as read-only.
type WorkspaceKeyNamespaceListerExpansion ¶ added in v0.5.0
type WorkspaceKeyNamespaceListerExpansion interface{}
WorkspaceKeyNamespaceListerExpansion allows custom methods to be added to WorkspaceKeyNamespaceLister.
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.
type WorkspaceSQLAadAdminLister ¶ added in v0.5.0
type WorkspaceSQLAadAdminLister interface { // List lists all WorkspaceSQLAadAdmins in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceSQLAadAdmin, err error) // WorkspaceSQLAadAdmins returns an object that can list and get WorkspaceSQLAadAdmins. WorkspaceSQLAadAdmins(namespace string) WorkspaceSQLAadAdminNamespaceLister WorkspaceSQLAadAdminListerExpansion }
WorkspaceSQLAadAdminLister helps list WorkspaceSQLAadAdmins. All objects returned here must be treated as read-only.
func NewWorkspaceSQLAadAdminLister ¶ added in v0.5.0
func NewWorkspaceSQLAadAdminLister(indexer cache.Indexer) WorkspaceSQLAadAdminLister
NewWorkspaceSQLAadAdminLister returns a new WorkspaceSQLAadAdminLister.
type WorkspaceSQLAadAdminListerExpansion ¶ added in v0.5.0
type WorkspaceSQLAadAdminListerExpansion interface{}
WorkspaceSQLAadAdminListerExpansion allows custom methods to be added to WorkspaceSQLAadAdminLister.
type WorkspaceSQLAadAdminNamespaceLister ¶ added in v0.5.0
type WorkspaceSQLAadAdminNamespaceLister interface { // List lists all WorkspaceSQLAadAdmins in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceSQLAadAdmin, err error) // Get retrieves the WorkspaceSQLAadAdmin from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceSQLAadAdmin, error) WorkspaceSQLAadAdminNamespaceListerExpansion }
WorkspaceSQLAadAdminNamespaceLister helps list and get WorkspaceSQLAadAdmins. All objects returned here must be treated as read-only.
type WorkspaceSQLAadAdminNamespaceListerExpansion ¶ added in v0.5.0
type WorkspaceSQLAadAdminNamespaceListerExpansion interface{}
WorkspaceSQLAadAdminNamespaceListerExpansion allows custom methods to be added to WorkspaceSQLAadAdminNamespaceLister.
type WorkspaceSecurityAlertPolicyLister ¶ added in v0.5.0
type WorkspaceSecurityAlertPolicyLister interface { // List lists all WorkspaceSecurityAlertPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceSecurityAlertPolicy, err error) // WorkspaceSecurityAlertPolicies returns an object that can list and get WorkspaceSecurityAlertPolicies. WorkspaceSecurityAlertPolicies(namespace string) WorkspaceSecurityAlertPolicyNamespaceLister WorkspaceSecurityAlertPolicyListerExpansion }
WorkspaceSecurityAlertPolicyLister helps list WorkspaceSecurityAlertPolicies. All objects returned here must be treated as read-only.
func NewWorkspaceSecurityAlertPolicyLister ¶ added in v0.5.0
func NewWorkspaceSecurityAlertPolicyLister(indexer cache.Indexer) WorkspaceSecurityAlertPolicyLister
NewWorkspaceSecurityAlertPolicyLister returns a new WorkspaceSecurityAlertPolicyLister.
type WorkspaceSecurityAlertPolicyListerExpansion ¶ added in v0.5.0
type WorkspaceSecurityAlertPolicyListerExpansion interface{}
WorkspaceSecurityAlertPolicyListerExpansion allows custom methods to be added to WorkspaceSecurityAlertPolicyLister.
type WorkspaceSecurityAlertPolicyNamespaceLister ¶ added in v0.5.0
type WorkspaceSecurityAlertPolicyNamespaceLister interface { // List lists all WorkspaceSecurityAlertPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceSecurityAlertPolicy, err error) // Get retrieves the WorkspaceSecurityAlertPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceSecurityAlertPolicy, error) WorkspaceSecurityAlertPolicyNamespaceListerExpansion }
WorkspaceSecurityAlertPolicyNamespaceLister helps list and get WorkspaceSecurityAlertPolicies. All objects returned here must be treated as read-only.
type WorkspaceSecurityAlertPolicyNamespaceListerExpansion ¶ added in v0.5.0
type WorkspaceSecurityAlertPolicyNamespaceListerExpansion interface{}
WorkspaceSecurityAlertPolicyNamespaceListerExpansion allows custom methods to be added to WorkspaceSecurityAlertPolicyNamespaceLister.
type WorkspaceVulnerabilityAssessmentLister ¶ added in v0.5.0
type WorkspaceVulnerabilityAssessmentLister interface { // List lists all WorkspaceVulnerabilityAssessments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceVulnerabilityAssessment, err error) // WorkspaceVulnerabilityAssessments returns an object that can list and get WorkspaceVulnerabilityAssessments. WorkspaceVulnerabilityAssessments(namespace string) WorkspaceVulnerabilityAssessmentNamespaceLister WorkspaceVulnerabilityAssessmentListerExpansion }
WorkspaceVulnerabilityAssessmentLister helps list WorkspaceVulnerabilityAssessments. All objects returned here must be treated as read-only.
func NewWorkspaceVulnerabilityAssessmentLister ¶ added in v0.5.0
func NewWorkspaceVulnerabilityAssessmentLister(indexer cache.Indexer) WorkspaceVulnerabilityAssessmentLister
NewWorkspaceVulnerabilityAssessmentLister returns a new WorkspaceVulnerabilityAssessmentLister.
type WorkspaceVulnerabilityAssessmentListerExpansion ¶ added in v0.5.0
type WorkspaceVulnerabilityAssessmentListerExpansion interface{}
WorkspaceVulnerabilityAssessmentListerExpansion allows custom methods to be added to WorkspaceVulnerabilityAssessmentLister.
type WorkspaceVulnerabilityAssessmentNamespaceLister ¶ added in v0.5.0
type WorkspaceVulnerabilityAssessmentNamespaceLister interface { // List lists all WorkspaceVulnerabilityAssessments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceVulnerabilityAssessment, err error) // Get retrieves the WorkspaceVulnerabilityAssessment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceVulnerabilityAssessment, error) WorkspaceVulnerabilityAssessmentNamespaceListerExpansion }
WorkspaceVulnerabilityAssessmentNamespaceLister helps list and get WorkspaceVulnerabilityAssessments. All objects returned here must be treated as read-only.
type WorkspaceVulnerabilityAssessmentNamespaceListerExpansion ¶ added in v0.5.0
type WorkspaceVulnerabilityAssessmentNamespaceListerExpansion interface{}
WorkspaceVulnerabilityAssessmentNamespaceListerExpansion allows custom methods to be added to WorkspaceVulnerabilityAssessmentNamespaceLister.
Source Files ¶
- expansion_generated.go
- firewallrule.go
- integrationruntimeazure.go
- integrationruntimeselfhosted.go
- linkedservice.go
- managedprivateendpoint.go
- privatelinkhub.go
- roleassignment.go
- sparkpool.go
- sqlpool.go
- sqlpoolextendedauditingpolicy.go
- sqlpoolsecurityalertpolicy.go
- sqlpoolvulnerabilityassessment.go
- sqlpoolvulnerabilityassessmentbaseline.go
- sqlpoolworkloadclassifier.go
- sqlpoolworkloadgroup.go
- workspace.go
- workspaceaadadmin.go
- workspaceextendedauditingpolicy.go
- workspacekey.go
- workspacesecurityalertpolicy.go
- workspacesqlaadadmin.go
- workspacevulnerabilityassessment.go