View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalAdminApiServerArgument (google_api_gke_on_prem v0.2.0)

BareMetalAdminApiServerArgument represents an arg name->value pair. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/

Attributes

  • argument (type: String.t, default: nil) - Required. The argument name as it appears on the API Server command line please 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.BareMetalAdminApiServerArgument{
  argument: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.