Enum k8s_openapi::v1_10::api::networking::v1::DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse[][src]

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

Variants

Trait Implementations

impl Debug for DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations