SleepAction

io.k8s.api.core.v1.SleepAction
See theSleepAction companion object
final case class SleepAction(seconds: Long)

SleepAction describes a "sleep" action.

Attributes

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

Members list

Value members

Concrete methods

transforms seconds to result of function

transforms seconds to result of function

Attributes

Source
SleepAction.scala

Returns a new data with seconds set to new value

Returns a new data with seconds set to new value

Attributes

Source
SleepAction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product