public sealed class ConfigSync : IMessage<ConfigSync>, IEquatable<ConfigSync>, IDeepCloneable<ConfigSync>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class ConfigSync.
Configuration for Config Sync
Implements
IMessageConfigSync, IEquatableConfigSync, IDeepCloneableConfigSync, 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 |