Class: Google::Cloud::Container::V1::NetworkPolicyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NetworkPolicyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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 ⇒ ::Boolean
Whether NetworkPolicy is enabled for this cluster.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Whether NetworkPolicy is enabled for this cluster.
844 845 846 847 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 844 class NetworkPolicyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |