OBJECT
Create Kubernetes cluster response.
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! }