Enum k8s_openapi::v1_7::kubernetes::pkg::api::v1::CreateCoreV1NamespacedBindingResponse[][src]

pub enum CreateCoreV1NamespacedBindingResponse {
    Ok(Binding),
    Unauthorized,
    Other,
}

Parses the HTTP response of Binding::create_core_v1_namespaced_binding

Variants

Trait Implementations

impl Debug for CreateCoreV1NamespacedBindingResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateCoreV1NamespacedBindingResponse
[src]

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

Auto Trait Implementations