Class ConfigSync (1.0.0)

public sealed class ConfigSync : IMessage<ConfigSync>, IEquatable<ConfigSync>, IDeepCloneable<ConfigSync>, IBufferMessage, IMessage

Configuration for Config Sync

Inheritance

Object > ConfigSync

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ConfigSync()

public ConfigSync()

ConfigSync(ConfigSync)

public ConfigSync(ConfigSync other)
Parameter
NameDescription
otherConfigSync

Properties

Git

public GitConfig Git { get; set; }

Git repo configuration for the cluster.

Property Value
TypeDescription
GitConfig

SourceFormat

public string SourceFormat { get; set; }

Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.

Property Value
TypeDescription
String