OBJECT

ClusterInfo

Description

ClusterInfo stores the cluster information.

link GraphQL Schema definition

  • type ClusterInfo {
  • # Specifies the UUID of the cluster.
  • clusterUuid: String!
  • # Specifies the name of the cluster.
  • clusterName: String!
  • }