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

def mapSeconds(f: Long => Long): SleepAction

transforms seconds to result of function

transforms seconds to result of function

Attributes

Source
SleepAction.scala
def withSeconds(value: Long): SleepAction

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product