Struct k8s_openapi::api::storage::v1::VolumeError [−][src]
Expand description
VolumeError captures an error encountered during a volume operation.
Fields
message: Option<String>String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
time: Option<Time>Time the error was encountered.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VolumeErrorimpl Send for VolumeErrorimpl Sync for VolumeErrorimpl Unpin for VolumeErrorimpl UnwindSafe for VolumeErrorBlanket Implementations
Mutably borrows from an owned value. Read more