Interface DeploymentProps

    • Method Detail

      • getReplicas

        @Stability(Stable)
        @Nullable
        default Number getReplicas()
        Number of desired pods.

        Default: 1

      • getStrategy

        @Stability(Stable)
        @Nullable
        default DeploymentStrategy getStrategy()
        Specifies the strategy used to replace old Pods by new ones.

        Default: - RollingUpdate with maxSurge and maxUnavailable set to 25%.