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

State information for ConfigSync

Attributes

  • deploymentState (type: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState.t, default: nil) - Information about the deployment of ConfigSync, including the version of the various Pods deployed
  • syncState (type: GoogleApi.GKEHub.V1.Model.ConfigManagementSyncState.t, default: nil) - The state of ConfigSync's process to sync configs to a cluster
  • version (type: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncVersion.t, default: nil) - The version of ConfigSync deployed

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.ConfigManagementConfigSyncState{
  deploymentState:
    GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState.t()
    | nil,
  syncState: GoogleApi.GKEHub.V1.Model.ConfigManagementSyncState.t() | nil,
  version: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncVersion.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.