View Source GoogleApi.GKEHub.V1.Model.ConfigManagementGroupVersionKind (google_api_gke_hub v0.3.1)

A Kubernetes object's GVK

Attributes

  • group (type: String.t, default: nil) - Kubernetes Group
  • kind (type: String.t, default: nil) - Kubernetes Kind
  • version (type: String.t, default: nil) - Kubernetes Version

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementGroupVersionKind{
  group: String.t() | nil,
  kind: String.t() | nil,
  version: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.