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

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

Variants

Trait Implementations

impl Debug for ReadBatchV1beta1NamespacedCronJobStatusResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ReadBatchV1beta1NamespacedCronJobStatusResponse
[src]

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

Auto Trait Implementations