Enum k8s_openapi::v1_11::api::apps::v1::ListAppsV1DaemonSetForAllNamespacesResponse[][src]

pub enum ListAppsV1DaemonSetForAllNamespacesResponse {
    Ok(DaemonSetList),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ListAppsV1DaemonSetForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListAppsV1DaemonSetForAllNamespacesResponse
[src]

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

Auto Trait Implementations