public sealed class ConfigSyncVersion : IMessage<ConfigSyncVersion>, IEquatable<ConfigSyncVersion>, IDeepCloneable<ConfigSyncVersion>, IBufferMessage, IMessage
Specific versioning information pertaining to ConfigSync's Pods
Implements
IMessage<ConfigSyncVersion>, IEquatable<ConfigSyncVersion>, IDeepCloneable<ConfigSyncVersion>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
ConfigSyncVersion()
public ConfigSyncVersion()
ConfigSyncVersion(ConfigSyncVersion)
public ConfigSyncVersion(ConfigSyncVersion other)
Parameter | |
---|---|
Name | Description |
other | ConfigSyncVersion |
Properties
GitSync
public string GitSync { get; set; }
Version of the deployed git-sync pod
Property Value | |
---|---|
Type | Description |
String |
Importer
public string Importer { get; set; }
Version of the deployed importer pod
Property Value | |
---|---|
Type | Description |
String |
Monitor
public string Monitor { get; set; }
Version of the deployed monitor pod
Property Value | |
---|---|
Type | Description |
String |
ReconcilerManager
public string ReconcilerManager { get; set; }
Version of the deployed reconciler-manager pod
Property Value | |
---|---|
Type | Description |
String |
RootReconciler
public string RootReconciler { get; set; }
Version of the deployed reconciler container in root-reconciler pod
Property Value | |
---|---|
Type | Description |
String |
Syncer
public string Syncer { get; set; }
Version of the deployed syncer pod
Property Value | |
---|---|
Type | Description |
String |