CronJobStatus

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

CronJobStatus represents the current state of a cron job.

CronJobStatus represents the current state of a cron job.

Value Params
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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product