View Source GoogleApi.Container.V1.Model.ControlPlaneEndpointsConfig (google_api_container v0.55.1)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.