google_api_container v0.0.1 GoogleApi.Container.V1.Model.MasterAuthorizedNetworksConfig View Source
Master authorized networks is a Beta feature. 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.
Attributes
- cidrBlocks (List[CidrBlock]): cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS. Defaults to:
null
. - enabled (Boolean): Whether or not master authorized networks is enabled. Defaults to:
null
.