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

pub enum ReplaceNetworkingV1NamespacedNetworkPolicyResponse {
    Ok(NetworkPolicy),
    Created(NetworkPolicy),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ReplaceNetworkingV1NamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReplaceNetworkingV1NamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations