public sealed class NetworkPolicyConfig : IMessage<NetworkPolicyConfig>, IEquatable<NetworkPolicyConfig>, IDeepCloneable<NetworkPolicyConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `NetworkPolicyConfig` class within the `Google.Cloud.Container.V1` namespace, covering multiple versions from 2.3.0 up to the latest 3.33.0."],["`NetworkPolicyConfig` is used to manage the configuration of NetworkPolicy on a Kubernetes master, specifically tracking whether the addon is enabled."],["The `NetworkPolicyConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default `NetworkPolicyConfig()` and a copy constructor `NetworkPolicyConfig(NetworkPolicyConfig other)`, and has a single property: `Disabled` which is a boolean value."],["The documentation includes a comprehensive list of versions, allowing users to navigate between different releases of `NetworkPolicyConfig` and check for the changes made within each one."]]],[]]