Class V1StatefulSetUpdateStrategy

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1StatefulSetUpdateStrategy

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1StatefulSetUpdateStrategy extends Object
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
  • Field Details

  • Constructor Details

    • V1StatefulSetUpdateStrategy

      public V1StatefulSetUpdateStrategy()
  • Method Details

    • getRollingUpdate

      public V1RollingUpdateStatefulSetStrategy getRollingUpdate()
      Returns:
      the rollingUpdate property value
    • setRollingUpdate

      public void setRollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate)
      Set the rollingUpdate property value
      Parameters:
      rollingUpdate - property value to set
    • rollingUpdate

      Set rollingUpdate in a chainable fashion.
      Returns:
      The same instance of V1StatefulSetUpdateStrategy for chaining.
    • getType

      public String getType()
      Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
      Parameters:
      type - property value to set
    • type

      public V1StatefulSetUpdateStrategy type(String type)
      Set type in a chainable fashion.
      Returns:
      The same instance of V1StatefulSetUpdateStrategy for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object