Class V1CronJobStatus

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1CronJobStatus extends Object
CronJobStatus represents the current state of a cron job.
  • Field Details

  • Constructor Details

    • V1CronJobStatus

      public V1CronJobStatus()
  • Method Details

    • getActive

      public List<@Valid V1ObjectReference> getActive()
      A list of pointers to currently running jobs.
      Returns:
      the active property value
    • setActive

      public void setActive(List<@Valid V1ObjectReference> active)
      Set the active property value
    • active

      public V1CronJobStatus active(List<@Valid V1ObjectReference> active)
      Set active in a chainable fashion.
      Returns:
      The same instance of V1CronJobStatus for chaining.
    • addactiveItem

      public V1CronJobStatus addactiveItem(V1ObjectReference activeItem)
      Add an item to the active property in a chainable fashion.
      Returns:
      The same instance of V1CronJobStatus for chaining.
    • getLastScheduleTime

      public ZonedDateTime getLastScheduleTime()
      Information when was the last time the job was successfully scheduled.
      Returns:
      the lastScheduleTime property value
    • setLastScheduleTime

      public void setLastScheduleTime(ZonedDateTime lastScheduleTime)
      Set the lastScheduleTime property value
    • lastScheduleTime

      public V1CronJobStatus lastScheduleTime(ZonedDateTime lastScheduleTime)
      Set lastScheduleTime in a chainable fashion.
      Returns:
      The same instance of V1CronJobStatus for chaining.
    • getLastSuccessfulTime

      public ZonedDateTime getLastSuccessfulTime()
      Information when was the last time the job successfully completed.
      Returns:
      the lastSuccessfulTime property value
    • setLastSuccessfulTime

      public void setLastSuccessfulTime(ZonedDateTime lastSuccessfulTime)
      Set the lastSuccessfulTime property value
    • lastSuccessfulTime

      public V1CronJobStatus lastSuccessfulTime(ZonedDateTime lastSuccessfulTime)
      Set lastSuccessfulTime in a chainable fashion.
      Returns:
      The same instance of V1CronJobStatus 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