Package io.quarkus.kubernetes.deployment
Interface RollingUpdateConfig
public interface RollingUpdateConfig
-
Method Summary
Modifier and TypeMethodDescriptionmaxSurge()Specifies the maximum number of Pods that can be created over the desired number of Pods.Specifies the maximum number of Pods that can be unavailable during the update process.
-
Method Details
-
maxSurge
Specifies the maximum number of Pods that can be created over the desired number of Pods.