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

pub enum ReadBatchV2alpha1NamespacedCronJobStatusResponse {
    Ok(CronJob),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ReadBatchV2alpha1NamespacedCronJobStatusResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReadBatchV2alpha1NamespacedCronJobStatusResponse
[src]

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

Auto Trait Implementations