Class UpdateController
java.lang.Object
com.tremolosecurity.k8s.model.UpdateController
-
Constructor Summary
ConstructorDescriptionNo args constructor for use in serializationUpdateController
(String image, String schedule, long daysToExpire) -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getImage()
int
hashCode()
void
setDaysToExpire
(long daysToExpire) void
void
setSchedule
(String schedule) toString()
withDaysToExpire
(long daysToExpire) withSchedule
(String schedule)
-
Constructor Details
-
UpdateController
public UpdateController()No args constructor for use in serialization -
UpdateController
-
-
Method Details
-
getImage
-
setImage
-
withImage
-
getSchedule
-
setSchedule
-
withSchedule
-
getDaysToExpire
public long getDaysToExpire() -
setDaysToExpire
public void setDaysToExpire(long daysToExpire) -
withDaysToExpire
-
toString
-
hashCode
-
equals
-