OBJECT
ExocomputeGetClusterConnectionInfoReply
Description
Response to Exocompute Cluster Connect request.
link GraphQL Schema definition
- type ExocomputeGetClusterConnectionInfoReply {
- # This field contains the Kubernetes configuration YAML, detailing the
- # specifications for the resources that must be created in the customer managed
- # Kubernetes cluster to establish a tunnel connection with RSC.
- String! :
- # The unique ID generated for the Kubernetes cluster that is connected to RSC.
- UUID! :
- }