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."],[[["This webpage provides documentation for the `NetworkPolicyConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, across multiple versions."],["The latest version of `NetworkPolicyConfig` documented is 3.33.0, while the current version in context is 3.32.0."],["`NetworkPolicyConfig` is a class used to configure NetworkPolicy for a cluster, tracking whether the addon is enabled on the Master."],["The class `NetworkPolicyConfig` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and contains a `Disabled` boolean property, as well as a couple of constructors."],["The page hosts documentaion from version 3.33.0 all the way down to version 2.3.0, allowing users to navigate between the various historical versions of the class."]]],[]]