Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Status |
ExtensionsV1beta1Api.createNamespacedDeploymentRollback(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create rollback of a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackAsync(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ApiCallback<V1Status> callback)
(asynchronously)
create rollback of a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackCall(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeploymentRollback
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String dryRun,
Boolean includeUninitialized,
String pretty)
create rollback of a Deployment
|
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.apiVersion(String apiVersion) |
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollbackBuilder.build() |
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.kind(String kind) |
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.name(String name) |
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.putUpdatedAnnotationsItem(String key,
String updatedAnnotationsItem) |
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.rollbackTo(ExtensionsV1beta1RollbackConfig rollbackTo) |
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.updatedAnnotations(Map<String,String> updatedAnnotations) |
Constructor and Description |
---|
ExtensionsV1beta1DeploymentRollbackBuilder(ExtensionsV1beta1DeploymentRollback instance) |
ExtensionsV1beta1DeploymentRollbackBuilder(ExtensionsV1beta1DeploymentRollback instance,
Boolean validationEnabled) |
ExtensionsV1beta1DeploymentRollbackBuilder(ExtensionsV1beta1DeploymentRollbackFluent<?> fluent,
ExtensionsV1beta1DeploymentRollback instance) |
ExtensionsV1beta1DeploymentRollbackBuilder(ExtensionsV1beta1DeploymentRollbackFluent<?> fluent,
ExtensionsV1beta1DeploymentRollback instance,
Boolean validationEnabled) |
ExtensionsV1beta1DeploymentRollbackFluentImpl(ExtensionsV1beta1DeploymentRollback instance) |
Copyright © 2018. All rights reserved.