GoogleApi.Container.V1.Model.DNSEndpointConfig (google_api_container v0.57.0)

View Source

Describes the configuration of a DNS endpoint.

Attributes

  • allowExternalTraffic (type: boolean(), default: nil) - Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.
  • endpoint (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.DNSEndpointConfig{
  allowExternalTraffic: boolean() | nil,
  endpoint: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.