ApiInstallEmbeddedControlPlaneArgs Data Model

Arguments used to install a Private Cloud Control Plane on embedded kubernetes

Properties
name data type description
remoteRepoUrl string The url of the remote repository where the private cloud artifacts to install are hosted
valuesYaml string A yaml file containing configuration parameters for the installation.
experienceClusterName string Deprecated. Use containerizedClusterName instead.
containerizedClusterName string The name of the Containerized Cluster that will bring up this control plane
datalakeClusterName string The name of the datalake cluster to use for the initial environment in this control plane
selectedFeatures string Optional. The name of the feature(s) in a comma separated list that container images/packages are associated with. When it is null, copy all the images.

Example

{
  "remoteRepoUrl" : "...",
  "valuesYaml" : "...",
  "experienceClusterName" : "...",
  "containerizedClusterName" : "...",
  "datalakeClusterName" : "...",
  "selectedFeatures" : "..."
}