Class: Google::Cloud::Container::V1beta1::NetworkPolicyConfig

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 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

Instance Attribute Details

#disabled::Boolean



1813
1814
1815
1816
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1813

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