OBJECT

CreateK8sClusterReply

Description

Create Kubernetes cluster response.

link GraphQL Schema definition

  • type CreateK8sClusterReply {
  • # The Kubernetes cluster ID created.
  • clusterId: String!
  • # The URL that allows you to download the yaml file for the Kubernetes Protection
  • # agent.
  • yamlUrl: String!
  • }

link Require by