Class RollingUpdateConfig


  • public class RollingUpdateConfig
    extends Object
    • Field Detail

      • maxUnavailable

        @ConfigItem(defaultValue="25%")
        String maxUnavailable
        Specifies the maximum number of Pods that can be unavailable during the update process.
      • maxSurge

        @ConfigItem(defaultValue="25%")
        String maxSurge
        Specifies the maximum number of Pods that can be created over the desired number of Pods.
    • Constructor Detail

      • RollingUpdateConfig

        public RollingUpdateConfig()