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 page provides documentation for the `NetworkPolicyConfig` class within the `Google.Cloud.Container.V1` namespace, specifically detailing its configuration for network policies."],["The latest version of the `NetworkPolicyConfig` documentation is 3.33.0, and a historical list of versions ranging from 2.3.0 to 3.33.0 are also accessible, each with its own versioned documentation."],["`NetworkPolicyConfig` is used to track if the network policy addon is enabled on the Master, not on the nodes themselves, and it inherits from Object and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class features a constructor for creating new instances, along with a copy constructor, and the `Disabled` property is a boolean that indicates whether NetworkPolicy is enabled for the cluster."]]],[]]