Class: Google::Cloud::Container::V1beta1::PodSecurityPolicyConfig

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

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.

Returns:

  • (::Boolean)

    Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created.



1578
1579
1580
1581
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1578

class PodSecurityPolicyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end