Enum k8s_openapi::v1_11::api::batch::v1beta1::CreateBatchV1beta1NamespacedCronJobResponse [−][src]
pub enum CreateBatchV1beta1NamespacedCronJobResponse { Ok(CronJob), Created(CronJob), Accepted(CronJob), Unauthorized, Other, }
Parses the HTTP response of CronJob::create_batch_v1beta1_namespaced_cron_job
Variants
Ok(CronJob)
Created(CronJob)
Accepted(CronJob)
Other
Trait Implementations
impl Debug for CreateBatchV1beta1NamespacedCronJobResponse
[src]
impl Debug for CreateBatchV1beta1NamespacedCronJobResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Response for CreateBatchV1beta1NamespacedCronJobResponse
[src]
impl Response for CreateBatchV1beta1NamespacedCronJobResponse
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
[src]
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
Tries to parse the response from the given status code and response body.