Class: Google::Container::V1::NetworkPolicyConfig
- Inherits:
-
Object
- Object
- Google::Container::V1::NetworkPolicyConfig
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/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
Returns Whether NetworkPolicy is enabled for this cluster.
206 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 206 class NetworkPolicyConfig; end |