Enum k8s_openapi::v1_11::api::networking::v1::DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse [−][src]
pub enum DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse { OkStatus(Status), OkValue(NetworkPolicy), Unauthorized, Other, }
Parses the HTTP response of NetworkPolicy::delete_networking_v1_collection_namespaced_network_policy
Variants
OkStatus(Status)
OkValue(NetworkPolicy)
Other
Trait Implementations
impl Debug for DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse
[src]
impl Debug for DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Response for DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse
[src]
impl Response for DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
[src]
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
Tries to parse the response from the given status code and response body.