Enum k8s_openapi::v1_9::api::core::v1::ReplaceCoreV1NamespacedEndpointsResponse[][src]

pub enum ReplaceCoreV1NamespacedEndpointsResponse {
    Ok(Endpoints),
    Created(Endpoints),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ReplaceCoreV1NamespacedEndpointsResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReplaceCoreV1NamespacedEndpointsResponse
[src]

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

Auto Trait Implementations