public @interface RollingUpdate
| Modifier and Type | Optional Element and Description |
|---|---|
String |
maxSurge
Specifies the maximum number of Pods that can be created over the desired number of Pods.
|
String |
maxUnavailable
Specifies the maximum number of Pods that can be unavailable during the update process.
|
public abstract String maxUnavailable
public abstract String maxSurge
Copyright © 2018–2021 Red Hat. All rights reserved.