Enum k8s_openapi::v1_8::api::storage::v1::ReadStorageV1StorageClassResponse[][src]

pub enum ReadStorageV1StorageClassResponse {
    Ok(StorageClass),
    Unauthorized,
    Other,
}

Parses the HTTP response of StorageClass::read_storage_v1_storage_class

Variants

Trait Implementations

impl Debug for ReadStorageV1StorageClassResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReadStorageV1StorageClassResponse
[src]

Tries to parse the response from the given status code and response body.

Auto Trait Implementations