io.k8s.api.storage.v1.VolumeError
See theVolumeError companion object
VolumeError captures an error encountered during a volume operation.
Attributes
- Companion
- object
- Source
- VolumeError.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
if errorCode has a value, transforms to the result of function
if message has a value, transforms to the result of function
if time has a value, transforms to the result of function
Returns a new data with errorCode set to new value
Returns a new data with message set to new value
Returns a new data with time set to new value
In this article