A list of ApiControlPlanes
name | data type | description |
---|---|---|
items | array of ApiControlPlane | A list of installed control planes |
Example
{ "items" : [ { "kubernetesType" : "...", "namespace" : "...", "dnsSuffix" : "...", "uuid" : "...", "remoteRepoUrl" : "...", "version" : "...", "manifest" : "...", "valuesYaml" : "..." }, { "kubernetesType" : "...", "namespace" : "...", "dnsSuffix" : "...", "uuid" : "...", "remoteRepoUrl" : "...", "version" : "...", "manifest" : "...", "valuesYaml" : "..." } ] }