CronJobStatus

io.k8s.api.batch.v1.CronJobStatus
See theCronJobStatus companion object
final case class CronJobStatus(active: Option[Seq[ObjectReference]], lastScheduleTime: Option[Time], lastSuccessfulTime: Option[Time])

CronJobStatus represents the current state of a cron job.

Attributes

Companion
object
Source
CronJobStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to active

Appends new values to active

Attributes

Source
CronJobStatus.scala

if active has a value, transforms to the result of function

if active has a value, transforms to the result of function

Attributes

Source
CronJobStatus.scala

if lastScheduleTime has a value, transforms to the result of function

if lastScheduleTime has a value, transforms to the result of function

Attributes

Source
CronJobStatus.scala

if lastSuccessfulTime has a value, transforms to the result of function

if lastSuccessfulTime has a value, transforms to the result of function

Attributes

Source
CronJobStatus.scala

Returns a new data with active set to new value

Returns a new data with active set to new value

Attributes

Source
CronJobStatus.scala

Returns a new data with lastScheduleTime set to new value

Returns a new data with lastScheduleTime set to new value

Attributes

Source
CronJobStatus.scala

Returns a new data with lastSuccessfulTime set to new value

Returns a new data with lastSuccessfulTime set to new value

Attributes

Source
CronJobStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product