public sealed class ConfigSyncVersion : IMessage<ConfigSyncVersion>, IEquatable<ConfigSyncVersion>, IDeepCloneable<ConfigSyncVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class ConfigSyncVersion.
Specific versioning information pertaining to ConfigSync's Pods
Implements
IMessageConfigSyncVersion, IEquatableConfigSyncVersion, IDeepCloneableConfigSyncVersion, 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 |