Interface protos.google.cloud.gkehub.configmanagement.v1.IConfigSyncState (6.1.0)

Properties of a ConfigSyncState.

Package

@google-cloud/gke-hub

Properties

deploymentState

deploymentState?: (google.cloud.gkehub.configmanagement.v1.IConfigSyncDeploymentState|null);

ConfigSyncState deploymentState

errors

errors?: (google.cloud.gkehub.configmanagement.v1.IConfigSyncError[]|null);

ConfigSyncState errors

reposyncCrd

reposyncCrd?: (google.cloud.gkehub.configmanagement.v1.ConfigSyncState.CRDState|keyof typeof google.cloud.gkehub.configmanagement.v1.ConfigSyncState.CRDState|null);

ConfigSyncState reposyncCrd

rootsyncCrd

rootsyncCrd?: (google.cloud.gkehub.configmanagement.v1.ConfigSyncState.CRDState|keyof typeof google.cloud.gkehub.configmanagement.v1.ConfigSyncState.CRDState|null);

ConfigSyncState rootsyncCrd

state

state?: (google.cloud.gkehub.configmanagement.v1.ConfigSyncState.State|keyof typeof google.cloud.gkehub.configmanagement.v1.ConfigSyncState.State|null);

ConfigSyncState state

syncState

syncState?: (google.cloud.gkehub.configmanagement.v1.ISyncState|null);

ConfigSyncState syncState

version

version?: (google.cloud.gkehub.configmanagement.v1.IConfigSyncVersion|null);

ConfigSyncState version