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

pub enum ListBatchV1beta1CronJobForAllNamespacesResponse {
    Ok(CronJobList),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ListBatchV1beta1CronJobForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListBatchV1beta1CronJobForAllNamespacesResponse
[src]

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

Auto Trait Implementations