OBJECT

AwsExocomputeClusterConnectReply

Description

Response to Exocompute Cluster Connect request.

link GraphQL Schema definition

  • type AwsExocomputeClusterConnectReply {
  • # The command is to be run at the remote k8s cluster to establish a secure
  • # connection with RSC.
  • connectionCommand: String!
  • # The unique id generated for the k8s cluster that was connected to RSC.
  • clusterUuid: UUID!
  • }

link Require by