Class: DatadogAPIClient::V2::ExecutionPolicyKubernetesScopeRule

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_namespacesObject

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