ENUM

SlaSyncStatus

Description

Status of the latest attempt to sync the SLA Domain to the clusters.

link GraphQL Schema definition

  • enum SlaSyncStatus {
  • # Sync failed.
  • FAILED
  • # Sync not attempted.
  • NOT_ATTEMPTED
  • # Sync pending.
  • PENDING
  • # Sync successful.
  • SUCCEEDED
  • }