Class: DatadogAPIClient::V2::ExecutionPolicyKubernetesScopeRule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ExecutionPolicyKubernetesScopeRule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/execution_policy_kubernetes_scope_rule.rb
Overview
A rule restricting a Kubernetes scope to specific namespaces.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#target_namespaces ⇒ Object
readonly
The Kubernetes namespaces this rule applies to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/execution_policy_kubernetes_scope_rule.rb', line 27 def additional_properties @additional_properties end |
#target_namespaces ⇒ Object
The Kubernetes namespaces this rule applies to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/execution_policy_kubernetes_scope_rule.rb', line 25 def target_namespaces @target_namespaces end |