GoogleApi.Container.V1.Model.DNSConfig (google_api_container v0.37.0) View Source

DNSConfig contains the desired set of options for configuring clusterDNS.

Attributes

  • clusterDns (type: String.t, default: nil) - cluster_dns indicates which in-cluster DNS provider should be used.
  • clusterDnsDomain (type: String.t, default: nil) - cluster_dns_domain is the suffix used for all cluster service records.
  • clusterDnsScope (type: String.t, default: nil) - cluster_dns_scope indicates the scope of access to cluster DNS records.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Container.V1.Model.DNSConfig{
  clusterDns: String.t() | nil,
  clusterDnsDomain: String.t() | nil,
  clusterDnsScope: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.