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

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
  • otelCollector (type: String.t, default: nil) - Version of the deployed otel-collector pod
  • reconcilerManager (type: String.t, default: nil) - Version of the deployed reconciler-manager pod
  • resourceGroupControllerManager (type: String.t, default: nil) - Version of the deployed resource-group-controller-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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncVersion{
  admissionWebhook: String.t() | nil,
  gitSync: String.t() | nil,
  importer: String.t() | nil,
  monitor: String.t() | nil,
  otelCollector: String.t() | nil,
  reconcilerManager: String.t() | nil,
  resourceGroupControllerManager: String.t() | nil,
  rootReconciler: String.t() | nil,
  syncer: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.