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