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

View Source

Configuration for all of the cluster's control plane endpoints.

Attributes

  • dnsEndpointConfig (type: GoogleApi.Container.V1.Model.DNSEndpointConfig.t, default: nil) - DNS endpoint configuration.
  • ipEndpointsConfig (type: GoogleApi.Container.V1.Model.IPEndpointsConfig.t, default: nil) - IP endpoints configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.ControlPlaneEndpointsConfig{
  dnsEndpointConfig: GoogleApi.Container.V1.Model.DNSEndpointConfig.t() | nil,
  ipEndpointsConfig: GoogleApi.Container.V1.Model.IPEndpointsConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.