Class StatefulSetUpdateStrategy

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class StatefulSetUpdateStrategy
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    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.
    • Constructor Detail

      • StatefulSetUpdateStrategy

        public StatefulSetUpdateStrategy()
    • Method Detail

      • getType

        public java.lang.String getType()
        Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
      • setType

        public void setType​(java.lang.String type)
        Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object