View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminProxyConfig (google_api_gke_on_prem v0.6.0)

BareMetalAdminProxyConfig specifies the cluster proxy configuration.

Attributes

  • noProxy (type: list(String.t), default: nil) - A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
  • uri (type: String.t, default: nil) - Required. Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminProxyConfig{
  noProxy: [String.t()] | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.