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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactive
(List<@Valid V1ObjectReference> active) Set active in a chainable fashion.addactiveItem
(V1ObjectReference activeItem) Add an item to the active property in a chainable fashion.boolean
List<@Valid V1ObjectReference>
A list of pointers to currently running jobs.Information when was the last time the job was successfully scheduled.Information when was the last time the job successfully completed.int
hashCode()
lastScheduleTime
(ZonedDateTime lastScheduleTime) Set lastScheduleTime in a chainable fashion.lastSuccessfulTime
(ZonedDateTime lastSuccessfulTime) Set lastSuccessfulTime in a chainable fashion.void
setActive
(List<@Valid V1ObjectReference> active) Set the active property valuevoid
setLastScheduleTime
(ZonedDateTime lastScheduleTime) Set the lastScheduleTime property valuevoid
setLastSuccessfulTime
(ZonedDateTime lastSuccessfulTime) Set the lastSuccessfulTime property valuetoString()
-
Field Details
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_LAST_SCHEDULE_TIME
- See Also:
-
JSON_PROPERTY_LAST_SUCCESSFUL_TIME
- See Also:
-
-
Constructor Details
-
V1CronJobStatus
public V1CronJobStatus()
-
-
Method Details
-
getActive
A list of pointers to currently running jobs.- Returns:
- the active property value
-
setActive
Set the active property value -
active
Set active in a chainable fashion.- Returns:
- The same instance of V1CronJobStatus for chaining.
-
addactiveItem
Add an item to the active property in a chainable fashion.- Returns:
- The same instance of V1CronJobStatus for chaining.
-
getLastScheduleTime
Information when was the last time the job was successfully scheduled.- Returns:
- the lastScheduleTime property value
-
setLastScheduleTime
Set the lastScheduleTime property value -
lastScheduleTime
Set lastScheduleTime in a chainable fashion.- Returns:
- The same instance of V1CronJobStatus for chaining.
-
getLastSuccessfulTime
Information when was the last time the job successfully completed.- Returns:
- the lastSuccessfulTime property value
-
setLastSuccessfulTime
Set the lastSuccessfulTime property value -
lastSuccessfulTime
Set lastSuccessfulTime in a chainable fashion.- Returns:
- The same instance of V1CronJobStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-