CronJobStatus

com.coralogix.zio.k8s.model.batch.v1.CronJobStatus
See theCronJobStatus companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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.

Attributes

Gets lastScheduleTime.

Gets lastScheduleTime.

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

Attributes

Gets lastSuccessfulTime.

Gets lastSuccessfulTime.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product