View Source GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerDeploymentState (google_api_gke_hub v0.16.0)

Deployment state for Hierarchy Controller

Attributes

  • extension (type: String.t, default: nil) - The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
  • hnc (type: String.t, default: nil) - The deployment state for open source HNC (e.g. v0.7.0-hc.0)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerDeploymentState{
    extension: String.t() | nil,
    hnc: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.