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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

Configuration for the PodSecurityPolicy feature.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledtrue, false

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

Returns:

  • (true, false)

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



543
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 543

class PodSecurityPolicyConfig; end