public class RollingUpdate extends Object
| Constructor and Description |
|---|
RollingUpdate() |
RollingUpdate(String maxUnavailable,
String maxSurge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMaxSurge()
Specifies the maximum number of Pods that can be created over the desired number of Pods.
|
String |
getMaxUnavailable()
Specifies the maximum number of Pods that can be unavailable during the update process.
|
int |
hashCode() |
static RollingUpdateBuilder |
newBuilder() |
static RollingUpdateBuilder |
newBuilderFromDefaults() |
public String getMaxUnavailable()
public String getMaxSurge()
public static RollingUpdateBuilder newBuilder()
public static RollingUpdateBuilder newBuilderFromDefaults()
Copyright © 2018–2021 Red Hat. All rights reserved.