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 page provides documentation for the `NetworkPolicyConfig` class within the Google Kubernetes Engine v1 API, detailing its configuration and usage."],["The latest version of the `NetworkPolicyConfig` documentation is 3.33.0, with a range of previous versions available from 3.32.0 down to 2.3.0."],["The `NetworkPolicyConfig` class is used to manage whether the NetworkPolicy addon is enabled on the master, within the `Google.Cloud.Container.V1` namespace."],["The `NetworkPolicyConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key features of the `NetworkPolicyConfig` include a constructor, and the `Disabled` property, which is a boolean value that indicates if NetworkPolicy is enabled."]]],[]]