Class V1CronJobStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1CronJobStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1CronJobStatus
extends Object
CronJobStatus represents the current state of a cron job.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactive(List<V1ObjectReference> active) addActiveItem(V1ObjectReference activeItem) booleanA 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.inthashCode()lastScheduleTime(OffsetDateTime lastScheduleTime) lastSuccessfulTime(OffsetDateTime lastSuccessfulTime) voidsetActive(List<V1ObjectReference> active) voidsetLastScheduleTime(OffsetDateTime lastScheduleTime) voidsetLastSuccessfulTime(OffsetDateTime lastSuccessfulTime) toString()
-
Field Details
-
SERIALIZED_NAME_ACTIVE
- See Also:
-
SERIALIZED_NAME_LAST_SCHEDULE_TIME
- See Also:
-
SERIALIZED_NAME_LAST_SUCCESSFUL_TIME
- See Also:
-
-
Constructor Details
-
V1CronJobStatus
public V1CronJobStatus()
-
-
Method Details
-
active
-
addActiveItem
-
getActive
A list of pointers to currently running jobs.- Returns:
- active
-
setActive
-
lastScheduleTime
-
getLastScheduleTime
Information when was the last time the job was successfully scheduled.- Returns:
- lastScheduleTime
-
setLastScheduleTime
-
lastSuccessfulTime
-
getLastSuccessfulTime
Information when was the last time the job successfully completed.- Returns:
- lastSuccessfulTime
-
setLastSuccessfulTime
-
equals
-
hashCode
public int hashCode() -
toString
-