public sealed class MasterAuthorizedNetworksConfig : IMessage<MasterAuthorizedNetworksConfig>, IEquatable<MasterAuthorizedNetworksConfig>, IDeepCloneable<MasterAuthorizedNetworksConfig>, IBufferMessage, IMessage
Configuration options for the master authorized networks feature. Enabled
master authorized networks will disallow all external traffic to access
Kubernetes master through HTTPS except traffic from the given CIDR blocks,
Google Compute Engine Public IPs and Google Prod IPs.
[[["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 details the `MasterAuthorizedNetworksConfig` class, which is used to configure settings for the master authorized networks feature in Google Cloud Container."],["The `MasterAuthorizedNetworksConfig` class allows defining up to 50 external networks (CIDR blocks) that are permitted to access the Kubernetes master via HTTPS."],["The page provides links to the documentation for numerous versions of this feature, ranging from version 2.3.0 to the latest release 3.33.0."],["The `Enabled` property within the `MasterAuthorizedNetworksConfig` class determines whether the master authorized networks feature is turned on or off."],["The `CidrBlocks` property is of type `RepeatedField\u003cMasterAuthorizedNetworksConfig.Types.CidrBlock\u003e` which allows for multiple external networks to be defined."]]],[]]