kubeConfig | String | The content of the kubeconfig file of the kubernetes environment on which the control plane is running 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=http://tiny.cloudera.com/cdp-pvc.kubernetes>here</a>. | [optional] |