Class ConfigManagementConfigSyncDeploymentState
The state of ConfigSync's deployment on a cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementConfigSyncDeploymentState : IDirectResponseSchema
Properties
AdmissionWebhook
Deployment state of admission-webhook.
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
Deployment state of the git-sync pod.
Declaration
[JsonProperty("gitSync")]
public virtual string GitSync { get; set; }
Property Value
Type | Description |
---|---|
string |
Importer
Deployment state of the importer pod.
Declaration
[JsonProperty("importer")]
public virtual string Importer { get; set; }
Property Value
Type | Description |
---|---|
string |
Monitor
Deployment state of the monitor pod.
Declaration
[JsonProperty("monitor")]
public virtual string Monitor { get; set; }
Property Value
Type | Description |
---|---|
string |
OtelCollector
Deployment state of otel-collector
Declaration
[JsonProperty("otelCollector")]
public virtual string OtelCollector { get; set; }
Property Value
Type | Description |
---|---|
string |
ReconcilerManager
Deployment state of reconciler-manager pod.
Declaration
[JsonProperty("reconcilerManager")]
public virtual string ReconcilerManager { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceGroupControllerManager
Deployment state of resource-group-controller-manager
Declaration
[JsonProperty("resourceGroupControllerManager")]
public virtual string ResourceGroupControllerManager { get; set; }
Property Value
Type | Description |
---|---|
string |
RootReconciler
Deployment state of root-reconciler.
Declaration
[JsonProperty("rootReconciler")]
public virtual string RootReconciler { get; set; }
Property Value
Type | Description |
---|---|
string |
Syncer
Deployment state of the syncer pod.
Declaration
[JsonProperty("syncer")]
public virtual string Syncer { get; set; }
Property Value
Type | Description |
---|---|
string |