ENUM

ExocomputeHealthCheckStatusValue

Description

Status values for Exocompute health check.

link GraphQL Schema definition

  • enum ExocomputeHealthCheckStatusValue {
  • # No customer managed cluster has been registered.
  • CUSTOMER_MANAGED_CLUSTER_NOT_REGISTERED
  • # Exocompute is healthy.
  • HEALTHY
  • # Health check job failed to determine the Exocompute health status.
  • JOB_UNSUCCESSFUL
  • # Exocompute is not healthy.
  • UNHEALTHY
  • # Health check status is unknown.
  • UNKNOWN
  • # Health check is in progress.
  • VERIFYING
  • }