Create or validate a Kubernetes cluster
post/midgard/v3.0/kubernetes/clusters
Creates a new Kubernetes cluster or validates its configuration when `onlyValidate` is set to true.
Request
Authorization
X-AT
header
apiKey
Query Parameters
onlyValidateIf true, validates the cluster configuration without creating it.
boolean
Body
application/json
nameCluster name.
string
versionIdKubernetes version identifier.
string
updateWindowConfiguration of the cluster's update window.
object
object {}
nodePoolsList of node pool configurations.
array object[]
object {}
Response
200Cluster created or validated successfully.
422Invalid request body or parameters.
500Internal server error.
Shell cURL
shell
Show schema
json