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

Specific versioning information pertaining to ConfigSync's Pods

Attributes

  • admissionWebhook (type: String.t, default: nil) - Version of the deployed admission_webhook pod
  • gitSync (type: String.t, default: nil) - Version of the deployed git-sync pod
  • importer (type: String.t, default: nil) - Version of the deployed importer pod
  • monitor (type: String.t, default: nil) - Version of the deployed monitor pod
  • reconcilerManager (type: String.t, default: nil) - Version of the deployed reconciler-manager pod
  • rootReconciler (type: String.t, default: nil) - Version of the deployed reconciler container in root-reconciler pod
  • syncer (type: String.t, default: nil) - Version of the deployed syncer pod

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.ConfigManagementConfigSyncVersion{
  admissionWebhook: String.t() | nil,
  gitSync: String.t() | nil,
  importer: String.t() | nil,
  monitor: String.t() | nil,
  reconcilerManager: String.t() | nil,
  rootReconciler: String.t() | nil,
  syncer: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.