VolumeError

io.k8s.api.storage.v1.VolumeError
See theVolumeError companion object
final case class VolumeError(message: Option[String], time: Option[Time])

VolumeError captures an error encountered during a volume operation.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
VolumeError.scala

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

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

Attributes

Source
VolumeError.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
VolumeError.scala
def withTime(value: Time): VolumeError

Returns a new data with time set to new value

Returns a new data with time set to new value

Attributes

Source
VolumeError.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product