Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ControlPlanesResourceApi.upgradeControlPlane(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body)
Launches the Upgrade Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.upgradeControlPlaneAsync(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches the Upgrade Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.upgradeControlPlaneCall(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.upgradeControlPlaneWithHttpInfo(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body)
Launches the Upgrade Command on the control plane with the given uuid.
|
Modifier and Type | Method and Description |
---|---|
ApiUpgradeControlPlaneArgs |
ApiUpgradeControlPlaneArgs.kubeConfig(String kubeConfig) |
ApiUpgradeControlPlaneArgs |
ApiUpgradeControlPlaneArgs.remoteRepoUrl(String remoteRepoUrl) |
ApiUpgradeControlPlaneArgs |
ApiUpgradeControlPlaneArgs.valuesYaml(String valuesYaml) |
Copyright © 2021. All rights reserved.