View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalApiServerArgument (google_api_gke_on_prem v0.3.0)

Represents an arg name->value pair. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.

Attributes

  • argument (type: String.t, default: nil) - Required. The argument name as it appears on the API Server command line, make sure to remove the leading dashes.
  • value (type: String.t, default: nil) - Required. The value of the arg as it will be passed to the API Server command line.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalApiServerArgument{
  argument: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.