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

pub enum ListNetworkingV1NetworkPolicyForAllNamespacesResponse {
    Ok(NetworkPolicyList),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ListNetworkingV1NetworkPolicyForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListNetworkingV1NetworkPolicyForAllNamespacesResponse
[src]

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

Auto Trait Implementations