Enum k8s_openapi::v1_9::api::settings::v1alpha1::WatchSettingsV1alpha1PodPresetListForAllNamespacesResponse[][src]

pub enum WatchSettingsV1alpha1PodPresetListForAllNamespacesResponse {
    Ok(WatchEvent),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for WatchSettingsV1alpha1PodPresetListForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for WatchSettingsV1alpha1PodPresetListForAllNamespacesResponse
[src]

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

Auto Trait Implementations