Enum k8s_openapi::v1_10::api::autoscaling::v1::ReadAppsV1NamespacedReplicaSetScaleResponse[][src]

pub enum ReadAppsV1NamespacedReplicaSetScaleResponse {
    Ok(Scale),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ReadAppsV1NamespacedReplicaSetScaleResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReadAppsV1NamespacedReplicaSetScaleResponse
[src]

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

Auto Trait Implementations