Enum k8s_openapi::v1_11::api::networking::v1::CreateNetworkingV1NamespacedNetworkPolicyResponse[][src]

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

Variants

Trait Implementations

impl Debug for CreateNetworkingV1NamespacedNetworkPolicyResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateNetworkingV1NamespacedNetworkPolicyResponse
[src]

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

Auto Trait Implementations