@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T15:06:01.124Z") public class ApiUpdateControlPlaneValuesYamlArgs extends Object
Constructor and Description |
---|
ApiUpdateControlPlaneValuesYamlArgs() |
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 |
getRemoteRepoUrl()
The url of the remote repository where the private cloud artifacts are hosted.
|
int |
hashCode() |
ApiUpdateControlPlaneValuesYamlArgs |
kubeConfig(String kubeConfig) |
ApiUpdateControlPlaneValuesYamlArgs |
remoteRepoUrl(String remoteRepoUrl) |
void |
setKubeConfig(String kubeConfig) |
void |
setRemoteRepoUrl(String remoteRepoUrl) |
String |
toString() |
public ApiUpdateControlPlaneValuesYamlArgs kubeConfig(String kubeConfig)
public String getKubeConfig()
public void setKubeConfig(String kubeConfig)
public ApiUpdateControlPlaneValuesYamlArgs remoteRepoUrl(String remoteRepoUrl)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
Copyright © 2021. All rights reserved.