Enum k8s_openapi::v1_9::api::networking::v1::ReadNetworkingV1NamespacedNetworkPolicyResponse[][src]

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

Variants

Trait Implementations

impl Debug for ReadNetworkingV1NamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReadNetworkingV1NamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations