Class UpdateController

java.lang.Object
com.tremolosecurity.k8s.model.UpdateController

public class UpdateController extends Object
  • Constructor Details

    • UpdateController

      public UpdateController()
      No args constructor for use in serialization
    • UpdateController

      public UpdateController(String image, String schedule, long daysToExpire)
      Parameters:
      image -
      schedule -
      daysToExpire -
  • Method Details

    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • withImage

      public UpdateController withImage(String image)
    • getSchedule

      public String getSchedule()
    • setSchedule

      public void setSchedule(String schedule)
    • withSchedule

      public UpdateController withSchedule(String schedule)
    • getDaysToExpire

      public long getDaysToExpire()
    • setDaysToExpire

      public void setDaysToExpire(long daysToExpire)
    • withDaysToExpire

      public UpdateController withDaysToExpire(long daysToExpire)
    • toString

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

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object