GoogleApi.Container.V1.Model.AutopilotCompatibilityIssue (google_api_container v0.57.0)

View Source

AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.

Attributes

  • constraintType (type: String.t, default: nil) - The constraint type of the issue.
  • description (type: String.t, default: nil) - The description of the issue.
  • documentationUrl (type: String.t, default: nil) - A URL to a public documentation, which addresses resolving this issue.
  • incompatibilityType (type: String.t, default: nil) - The incompatibility type of this issue.
  • lastObservation (type: DateTime.t, default: nil) - The last time when this issue was observed.
  • subjects (type: list(String.t), default: nil) - The name of the resources which are subject to this issue.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.AutopilotCompatibilityIssue{
  constraintType: String.t() | nil,
  description: String.t() | nil,
  documentationUrl: String.t() | nil,
  incompatibilityType: String.t() | nil,
  lastObservation: DateTime.t() | nil,
  subjects: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.