Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1Api.createNamespacedDeploymentRollback(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty)
create rollback of a Deployment
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ExtensionsV1beta1DeploymentRollback> |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty)
create rollback of a Deployment
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackAsync(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty,
ApiCallback<ExtensionsV1beta1DeploymentRollback> callback)
(asynchronously)
create rollback of a Deployment
|
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1DeploymentRollback.apiVersion(String apiVersion) |
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) |
Copyright © 2018. All rights reserved.