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

pub enum WatchNetworkingV1NamespacedNetworkPolicyResponse {
    Ok(WatchEvent),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for WatchNetworkingV1NamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for WatchNetworkingV1NamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations