ApiControlPlaneList Data Model

A list of ApiControlPlanes

Properties
name data type description
items array of ApiControlPlane A list of installed control planes

Example

{
  "items" : [ {
    "valuesYaml" : "...",
    "namespace" : "...",
    "dnsSuffix" : "...",
    "uuid" : "...",
    "dockerRegistry" : "...",
    "remoteRepoUrl" : "...",
    "version" : "..."
  }, {
    "valuesYaml" : "...",
    "namespace" : "...",
    "dnsSuffix" : "...",
    "uuid" : "...",
    "dockerRegistry" : "...",
    "remoteRepoUrl" : "...",
    "version" : "..."
  } ]
}