View Source GoogleApi.GKEOnPrem.V1.Model.ValidationCheck (google_api_gke_on_prem v0.5.0)

ValidationCheck represents the result of preflight check.

Attributes

  • option (type: String.t, default: nil) - Options used for the validation check
  • scenario (type: String.t, default: nil) - Output only. The scenario when the preflight checks were run.
  • status (type: GoogleApi.GKEOnPrem.V1.Model.ValidationCheckStatus.t, default: nil) - Output only. The detailed validation check status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.ValidationCheck{
  option: String.t() | nil,
  scenario: String.t() | nil,
  status: GoogleApi.GKEOnPrem.V1.Model.ValidationCheckStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.