pub enum ReplaceCoreV1PersistentVolumeStatusResponse {
Ok(PersistentVolume),
Unauthorized,
Other,
}
Expand description
Parses the HTTP response of PersistentVolume::replace_core_v1_persistent_volume_status
Variants§
Ok(PersistentVolume)
Other
Trait Implementations§
source§impl Response for ReplaceCoreV1PersistentVolumeStatusResponse
impl Response for ReplaceCoreV1PersistentVolumeStatusResponse
source§fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
Tries to parse the response from the given status code and response body.