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 reference documentation for the `NetworkPolicyConfig` class within the Google Kubernetes Engine v1 API."],["The `NetworkPolicyConfig` class is used to configure NetworkPolicy settings, specifically tracking whether it is enabled on the Master, but not on the nodes."],["The documentation covers a range of versions from 2.3.0 up to the latest 3.33.0, along with links to the specific `NetworkPolicyConfig` for each version."],["The page details the class's inheritance, implemented interfaces, constructors, and a property called `Disabled` which indicates if Network Policy is disabled."],["The `NetworkPolicyConfig` class is found within the `Google.Cloud.Container.V1` namespace and is contained within the `Google.Cloud.Container.V1.dll` assembly."]]],[]]