Get the cluster pack values yaml
GET/v1/spectroclusters/virtual/packs/values
Get the cluster pack values yaml
Request
Query Parameters
kubernetesDistroType string
Possible values: [k3s
, cncf_k8s
]
Default value: k3s
Kubernetes distribution type
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
packs
object[]
distroTypestring
layerstring
valuesstring
{
"packs": [
{
"distroType": "string",
"layer": "string",
"values": "string"
}
]
}
Loading...