Enum k8s_openapi::v1_11::api::networking::v1::PatchNetworkingV1NamespacedNetworkPolicyResponse[][src]

pub enum PatchNetworkingV1NamespacedNetworkPolicyResponse {
    Ok(NetworkPolicy),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for PatchNetworkingV1NamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for PatchNetworkingV1NamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations