Class: Google::Cloud::Container::V1beta1::PodSecurityPolicyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::PodSecurityPolicyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration for the PodSecurityPolicy feature.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable the PodSecurityPolicy controller for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created.
1331 1332 1333 1334 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1331 class PodSecurityPolicyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |