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

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

Variants

Trait Implementations

impl Debug for CreateBatchV1beta1NamespacedCronJobResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateBatchV1beta1NamespacedCronJobResponse
[src]

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

Auto Trait Implementations