Class IoK8sApiAppsV1RollingUpdateDeployment


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiAppsV1RollingUpdateDeployment
    extends Object
    Spec to control the desired behavior of rolling update.
    • Constructor Detail

      • IoK8sApiAppsV1RollingUpdateDeployment

        public IoK8sApiAppsV1RollingUpdateDeployment()
    • Method Detail

      • getMaxSurge

        @Nullable
        public String getMaxSurge()
        IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
        Returns:
        maxSurge
      • setMaxSurge

        public void setMaxSurge​(String maxSurge)
      • getMaxUnavailable

        @Nullable
        public String getMaxUnavailable()
        IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
        Returns:
        maxUnavailable
      • setMaxUnavailable

        public void setMaxUnavailable​(String maxUnavailable)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object