@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") public class ApiUninstallControlPlaneArgs extends Object
Constructor and Description |
---|
ApiUninstallControlPlaneArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKubeConfig()
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>.
|
String |
getValuesYaml()
Currently, we only support the following content in the values.yaml: other: forceCleanup: true|false
|
int |
hashCode() |
ApiUninstallControlPlaneArgs |
kubeConfig(String kubeConfig) |
void |
setKubeConfig(String kubeConfig) |
void |
setValuesYaml(String valuesYaml) |
String |
toString() |
ApiUninstallControlPlaneArgs |
valuesYaml(String valuesYaml) |
public ApiUninstallControlPlaneArgs kubeConfig(String kubeConfig)
public String getKubeConfig()
public void setKubeConfig(String kubeConfig)
public ApiUninstallControlPlaneArgs valuesYaml(String valuesYaml)
public String getValuesYaml()
public void setValuesYaml(String valuesYaml)
Copyright © 2020. All rights reserved.