Enum k8s_openapi::v1_8::api::batch::v2alpha1::ListBatchV2alpha1CronJobForAllNamespacesResponse[][src]

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

Variants

Trait Implementations

impl Debug for ListBatchV2alpha1CronJobForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListBatchV2alpha1CronJobForAllNamespacesResponse
[src]

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

Auto Trait Implementations