OBJECT

GlobalSlaStatus

Description

Global SLA status for cluster.

link GraphQL Schema definition

  • type GlobalSlaStatus {
  • # Sync status of given cluster.
  • syncStatus: SlaSyncStatus!
  • # Pause status of given cluster.
  • pauseStatus: PauseStatus!
  • # Cluster where the global SLA is synced.
  • cluster: Cluster
  • }