Kazan v0.10.0 Kazan.Apis.Storage.V1beta1.VolumeError View Source
VolumeError captures an error encountered during a volume operation.
OpenAPI Definition: io.k8s.api.storage.v1beta1.VolumeError
Properties
message
::String
- String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.
time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Storage.V1beta1.VolumeError{ message: String.t(), time: Kazan.Models.Apimachinery.Meta.V1.Time.t() }