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

pub enum DeleteNetworkingV1NamespacedNetworkPolicyResponse {
    OkStatus(Status),
    OkValue(NetworkPolicy),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for DeleteNetworkingV1NamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for DeleteNetworkingV1NamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations