Enum k8s_openapi::v1_9::api::extensions::v1beta1::PatchExtensionsV1beta1NamespacedReplicaSetScaleResponse[][src]

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

Variants

Trait Implementations

impl Debug for PatchExtensionsV1beta1NamespacedReplicaSetScaleResponse
[src]

Formats the value using the given formatter. Read more

impl Response for PatchExtensionsV1beta1NamespacedReplicaSetScaleResponse
[src]

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

Auto Trait Implementations