| kubernetes_type  |  str  |  The kubernetes type (e.g. "openshift") that the control plane will run on  |  [optional] | 
| remote_repo_url  |  str  |  The url of the remote repository where the private cloud artifacts to install are hosted  |  [optional] | 
| values_yaml  |  str  |  A yaml file containing configuration parameters for the installation. To see sample values.yaml files, read the documentation <a target="_blank"  href=https://docs.cloudera.com/r/cdp-pvc-install-values-yaml>here</a>.  |  [optional] | 
| kube_config  |  str  |  The content of the kubeconfig file of the kubernetes environment on which the install will be performed Simplified example:<br> <br> apiVersion: v1<br> clusters:<br> - cluster:<br>   certificate-authority-data: abc123<br>   server: https://example-server.domain.com:6443<br>  name: example-cluster.domain.com:6443<br> contexts:<br> - context:<br>   cluster: ocp-cluster1<br>   user: admin<br>  name: admin<br> current-context: admin<br> kind: Config<br> preferences: {}<br> users:<br> - name: admin<br>  user:<br>   client-certificate-data: abc123<br>   client-key-data: xyz987<br> <br> For more information on the kubeconfig file, read the documentation <a target="_blank" href=https://docs.cloudera.com/r/cdp-pvc-kubernetes>here</a>.  |  [optional] | 
| namespace  |  str  |  A unique namespace where the control plane will be installed  |  [optional] | 
| docker_registry  |  str  |  The url of the Docker Registry where images required for install are hosted. This fields is deprecated. The docker registry should be provided within the values.yaml configuration file.  |  [optional] | 
| is_override_allowed  |  bool  |    |  [optional] |