| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1Status |
AppsV1beta1Api.createNamespacedDeploymentRollback(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String dryRun,
String fieldManager,
String pretty)
create rollback of a Deployment
|
okhttp3.Call |
AppsV1beta1Api.createNamespacedDeploymentRollbackAsync(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1Status> _callback)
(asynchronously) create rollback of a Deployment
|
okhttp3.Call |
AppsV1beta1Api.createNamespacedDeploymentRollbackCall(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedDeploymentRollback
|
ApiResponse<V1Status> |
AppsV1beta1Api.createNamespacedDeploymentRollbackWithHttpInfo(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String dryRun,
String fieldManager,
String pretty)
create rollback of a Deployment
|
| Modifier and Type | Method and Description |
|---|---|
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollback.apiVersion(String apiVersion) |
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollbackBuilder.build() |
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollback.kind(String kind) |
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollback.name(String name) |
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollback.putUpdatedAnnotationsItem(String key,
String updatedAnnotationsItem) |
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollback.rollbackTo(AppsV1beta1RollbackConfig rollbackTo) |
AppsV1beta1DeploymentRollback |
AppsV1beta1DeploymentRollback.updatedAnnotations(Map<String,String> updatedAnnotations) |
| Constructor and Description |
|---|
AppsV1beta1DeploymentRollbackBuilder(AppsV1beta1DeploymentRollback instance) |
AppsV1beta1DeploymentRollbackBuilder(AppsV1beta1DeploymentRollback instance,
Boolean validationEnabled) |
AppsV1beta1DeploymentRollbackBuilder(AppsV1beta1DeploymentRollbackFluent<?> fluent,
AppsV1beta1DeploymentRollback instance) |
AppsV1beta1DeploymentRollbackBuilder(AppsV1beta1DeploymentRollbackFluent<?> fluent,
AppsV1beta1DeploymentRollback instance,
Boolean validationEnabled) |
AppsV1beta1DeploymentRollbackFluentImpl(AppsV1beta1DeploymentRollback instance) |
Copyright © 2020. All rights reserved.