GKE Hub v1 API - Class ConfigSync (2.4.0)

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

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