SyncState(mapping=None, *, ignore_unknown_fields=False, **kwargs)State indicating an ACM's progress syncing configurations to a cluster
| Attributes | |
|---|---|
| Name | Description | 
| source_token | strToken indicating the state of the repo. | 
| import_token | strToken indicating the state of the importer. | 
| sync_token | strToken indicating the state of the syncer. | 
| last_sync | strDeprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String | 
| last_sync_time | google.protobuf.timestamp_pb2.TimestampTimestamp type of when ACM last successfully synced the repo | 
| code | google.cloud.gkehub.configmanagement_v1.types.SyncState.SyncCodeSync status code | 
| errors | MutableSequence[google.cloud.gkehub.configmanagement_v1.types.SyncError]A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist. | 
Classes
SyncCode
SyncCode(value)An enum representing Config Sync's status of syncing configs to a cluster.