Class IoK8sApiAppsV1RollingUpdateDaemonSet


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

      • IoK8sApiAppsV1RollingUpdateDaemonSet

        public IoK8sApiAppsV1RollingUpdateDaemonSet()
    • Method Detail

      • 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