@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiUpgradeControlPlaneArgs extends Object
Constructor and Description |
---|
ApiUpgradeControlPlaneArgs() |
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=https://docs.cloudera.com/r/cdp-pvc-kubernetes>here</a>.
|
String |
getRemoteRepoUrl()
The url of the remote repository where the private cloud artifacts for the target version of the upgrade are hosted
|
String |
getValuesYaml()
To see sample values.yaml files, read the documentation <a target=\"_blank\" href=https://docs.cloudera.com/r/cdp-pvc-upgrade-values-yaml>here</a>.
|
int |
hashCode() |
ApiUpgradeControlPlaneArgs |
kubeConfig(String kubeConfig) |
ApiUpgradeControlPlaneArgs |
remoteRepoUrl(String remoteRepoUrl) |
void |
setKubeConfig(String kubeConfig) |
void |
setRemoteRepoUrl(String remoteRepoUrl) |
void |
setValuesYaml(String valuesYaml) |
String |
toString() |
ApiUpgradeControlPlaneArgs |
valuesYaml(String valuesYaml) |
public ApiUpgradeControlPlaneArgs kubeConfig(String kubeConfig)
public String getKubeConfig()
public void setKubeConfig(String kubeConfig)
public ApiUpgradeControlPlaneArgs valuesYaml(String valuesYaml)
public String getValuesYaml()
public void setValuesYaml(String valuesYaml)
public ApiUpgradeControlPlaneArgs remoteRepoUrl(String remoteRepoUrl)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
Copyright © 2022. All rights reserved.