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-04-09 UTC."],[[["The latest version available for `NetworkPolicyConfig` in the Google Kubernetes Engine v1 API is 3.33.0."],["This documentation provides reference for the `NetworkPolicyConfig` class, detailing its properties, constructors, and implemented interfaces."],["`NetworkPolicyConfig` is used to manage the NetworkPolicy add-on, specifically indicating whether it is enabled on the master node."],["The `Disabled` property of `NetworkPolicyConfig` determines if NetworkPolicy is enabled for the cluster, and is of boolean type."],["The documentation lists multiple versions of the `NetworkPolicyConfig` class ranging from 2.3.0 to the latest version 3.33.0, offering historical context and options for different release versions."]]],[]]