DNSEndpointConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes the configuration of a DNS endpoint.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
endpoint |
str
Output only. The cluster's DNS endpoint configuration. A DNS format address. This is accessible from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may change according to the value of DNSEndpointConfig.allow_external_traffic][google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig.allow_external_traffic] .
|
allow_external_traffic |
bool
Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false. This field is a member of oneof _ _allow_external_traffic .
|