public sealed class ConfigSync : IMessage<ConfigSync>, IEquatable<ConfigSync>, IDeepCloneable<ConfigSync>, IBufferMessage, IMessage
Configuration for Config Sync
Implements
IMessage<ConfigSync>, IEquatable<ConfigSync>, IDeepCloneable<ConfigSync>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
ConfigSync()
public ConfigSync()
ConfigSync(ConfigSync)
public ConfigSync(ConfigSync other)
Parameter | |
---|---|
Name | Description |
other | ConfigSync |
Properties
Git
public GitConfig Git { get; set; }
Git repo configuration for the cluster.
Property Value | |
---|---|
Type | Description |
GitConfig |
SourceFormat
public string SourceFormat { get; set; }
Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
Property Value | |
---|---|
Type | Description |
String |