Enum k8s_openapi::v1_8::api::extensions::v1beta1::PatchExtensionsV1beta1NamespacedReplicationControllerDummyScaleResponse[][src]

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

Variants

Trait Implementations

impl Debug for PatchExtensionsV1beta1NamespacedReplicationControllerDummyScaleResponse
[src]

Formats the value using the given formatter. Read more

impl Response for PatchExtensionsV1beta1NamespacedReplicationControllerDummyScaleResponse
[src]

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

Auto Trait Implementations