public sealed class NetworkPolicyConfig : IMessage<NetworkPolicyConfig>, IEquatable<NetworkPolicyConfig>, IDeepCloneable<NetworkPolicyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NetworkPolicyConfig.
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."],[[["The latest version available for `NetworkPolicyConfig` is 3.33.0, within the `Google.Cloud.Container.V1` API."],["This webpage provides reference documentation and code samples for the `NetworkPolicyConfig` class in the Google Kubernetes Engine v1 API."],["The `NetworkPolicyConfig` class manages the configuration for NetworkPolicy, indicating whether it's enabled on the Master, but not necessarily on the nodes."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for data handling."],["`NetworkPolicyConfig` has the property `Disabled` of type boolean that determines if NetworkPolicy is enabled for a cluster."]]],[]]