OBJECT

SyncedCluster

Description

Cluster information synced for role.

link GraphQL Schema definition

  • type SyncedCluster {
  • # ID of the cluster.
  • id: String!
  • # Name of the cluster.
  • name: String!
  • # Specifies whether the cluster is connected to RSC.
  • isConnected: Boolean!
  • # Last time when role was synced to the cluster.
  • lastSynced: DateTime
  • }