Class: Google::Container::V1beta1::NetworkPolicyConfig
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::NetworkPolicyConfig
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
Instance Attribute Summary collapse
-
#disabled ⇒ true, false
Whether NetworkPolicy is enabled for this cluster.
Instance Attribute Details
#disabled ⇒ true, false
307 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 307 class NetworkPolicyConfig; end |