Enum k8s_openapi::v1_8::api::batch::v1beta1::WatchBatchV1beta1CronJobListForAllNamespacesResponse[][src]

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

Variants

Trait Implementations

impl Debug for WatchBatchV1beta1CronJobListForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for WatchBatchV1beta1CronJobListForAllNamespacesResponse
[src]

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

Auto Trait Implementations