Show / Hide Table of Contents

Class ConfigManagementConfigSyncVersion

Specific versioning information pertaining to ConfigSync's Pods.

Inheritance
object
ConfigManagementConfigSyncVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ConfigManagementConfigSyncVersion : IDirectResponseSchema

Properties

AdmissionWebhook

Version of the deployed admission-webhook pod.

Declaration
[JsonProperty("admissionWebhook")]
public virtual string AdmissionWebhook { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GitSync

Version of the deployed git-sync pod.

Declaration
[JsonProperty("gitSync")]
public virtual string GitSync { get; set; }
Property Value
Type Description
string

Importer

Version of the deployed importer pod.

Declaration
[JsonProperty("importer")]
public virtual string Importer { get; set; }
Property Value
Type Description
string

Monitor

Version of the deployed monitor pod.

Declaration
[JsonProperty("monitor")]
public virtual string Monitor { get; set; }
Property Value
Type Description
string

OtelCollector

Version of the deployed otel-collector pod

Declaration
[JsonProperty("otelCollector")]
public virtual string OtelCollector { get; set; }
Property Value
Type Description
string

ReconcilerManager

Version of the deployed reconciler-manager pod.

Declaration
[JsonProperty("reconcilerManager")]
public virtual string ReconcilerManager { get; set; }
Property Value
Type Description
string

ResourceGroupControllerManager

Version of the deployed resource-group-controller-manager pod

Declaration
[JsonProperty("resourceGroupControllerManager")]
public virtual string ResourceGroupControllerManager { get; set; }
Property Value
Type Description
string

RootReconciler

Version of the deployed reconciler container in root-reconciler pod.

Declaration
[JsonProperty("rootReconciler")]
public virtual string RootReconciler { get; set; }
Property Value
Type Description
string

Syncer

Version of the deployed syncer pod.

Declaration
[JsonProperty("syncer")]
public virtual string Syncer { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX