VolumeError

com.coralogix.zio.k8s.model.storage.v1.VolumeError
See theVolumeError companion object
case class VolumeError(message: Optional[String], time: Optional[Time])

VolumeError captures an error encountered during a volume operation.

Value parameters

message

String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets time.

Gets time.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product