Class: Google::Cloud::Container::V1beta1::WorkloadPolicyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::WorkloadPolicyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
WorkloadPolicyConfig is the configuration related to GCW workload policy
Instance Attribute Summary collapse
-
#allow_net_admin ⇒ ::Boolean
If true, workloads can use NET_ADMIN capability.
-
#autopilot_compatibility_auditing_enabled ⇒ ::Boolean
If true, enables the GCW Auditor that audits workloads on standard clusters.
Instance Attribute Details
#allow_net_admin ⇒ ::Boolean
Returns If true, workloads can use NET_ADMIN capability.
6510 6511 6512 6513 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6510 class WorkloadPolicyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#autopilot_compatibility_auditing_enabled ⇒ ::Boolean
Returns If true, enables the GCW Auditor that audits workloads on standard clusters.
6510 6511 6512 6513 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6510 class WorkloadPolicyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |