Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ControlPlanesResourceApi.installControlPlane(ApiInstallControlPlaneArgs body)
Launches the install control plane command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.installControlPlaneAsync(ApiInstallControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches the install control plane command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.installControlPlaneCall(ApiInstallControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.installControlPlaneWithHttpInfo(ApiInstallControlPlaneArgs body)
Launches the install control plane command.
|
Modifier and Type | Method and Description |
---|---|
ApiInstallControlPlaneArgs |
ApiInstallControlPlaneArgs.dockerRegistry(String dockerRegistry) |
ApiInstallControlPlaneArgs |
ApiInstallControlPlaneArgs.kubeConfig(String kubeConfig) |
ApiInstallControlPlaneArgs |
ApiInstallControlPlaneArgs.kubernetesType(String kubernetesType) |
ApiInstallControlPlaneArgs |
ApiInstallControlPlaneArgs.namespace(String namespace) |
ApiInstallControlPlaneArgs |
ApiInstallControlPlaneArgs.remoteRepoUrl(String remoteRepoUrl) |
ApiInstallControlPlaneArgs |
ApiInstallControlPlaneArgs.valuesYaml(String valuesYaml) |
Copyright © 2020. All rights reserved.