Interface RollingUpdateConfig


public interface RollingUpdateConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    • maxUnavailable

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

      @WithDefault("25%") String maxSurge()
      Specifies the maximum number of Pods that can be created over the desired number of Pods.