MasterAuthorizedNetworksConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
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 |
|
---|---|
Name | Description |
enabled |
bool
Whether or not master authorized networks feature is enabled. |
cidr_blocks |
MutableSequence[google.cloud.orchestration.airflow.service_v1beta1.types.MasterAuthorizedNetworksConfig.CidrBlock]
Up to 50 external networks that could access Kubernetes master through HTTPS. |
Classes
CidrBlock
CidrBlock(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CIDR block with an optional name.