CronJobStatus

case class CronJobStatus(active: Optional[Vector[ObjectReference]], lastScheduleTime: Optional[Time], lastSuccessfulTime: Optional[Time])

CronJobStatus represents the current state of a cron job.

Value parameters:
active

A list of pointers to currently running jobs.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

A list of pointers to currently running jobs.

A list of pointers to currently running jobs.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets lastScheduleTime.

Gets lastScheduleTime.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets lastSuccessfulTime.

Gets lastSuccessfulTime.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product