Struct k8s_openapi::api::core::v1::PersistentVolumeStatus [−][src]
pub struct PersistentVolumeStatus {
pub message: Option<String>,
pub phase: Option<String>,
pub reason: Option<String>,
}Expand description
PersistentVolumeStatus is the current status of a persistent volume.
Fields
message: Option<String>A human-readable message indicating details about why the volume is in this state.
phase: Option<String>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase
reason: Option<String>Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
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 PersistentVolumeStatusimpl Send for PersistentVolumeStatusimpl Sync for PersistentVolumeStatusimpl Unpin for PersistentVolumeStatusimpl UnwindSafe for PersistentVolumeStatusBlanket Implementations
Mutably borrows from an owned value. Read more