Struct k8s_openapi::v1_8::api::batch::v1beta1::CronJobStatus [−][src]
pub struct CronJobStatus { pub active: Option<Vec<ObjectReference>>, pub last_schedule_time: Option<Time>, }
CronJobStatus represents the current state of a cron job.
Fields
active: Option<Vec<ObjectReference>>
A list of pointers to currently running jobs.
last_schedule_time: Option<Time>
Information when was the last time the job was successfully scheduled.
Trait Implementations
impl Clone for CronJobStatus
[src]
impl Clone for CronJobStatus
fn clone(&self) -> CronJobStatus
[src]
fn clone(&self) -> CronJobStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for CronJobStatus
[src]
impl Debug for CronJobStatus
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 Default for CronJobStatus
[src]
impl Default for CronJobStatus
fn default() -> CronJobStatus
[src]
fn default() -> CronJobStatus
Returns the "default value" for a type. Read more
impl PartialEq for CronJobStatus
[src]
impl PartialEq for CronJobStatus
fn eq(&self, other: &CronJobStatus) -> bool
[src]
fn eq(&self, other: &CronJobStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &CronJobStatus) -> bool
[src]
fn ne(&self, other: &CronJobStatus) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for CronJobStatus
[src]
impl<'de> Deserialize<'de> for CronJobStatus
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for CronJobStatus
[src]
impl Serialize for CronJobStatus
Auto Trait Implementations
impl Send for CronJobStatus
impl Send for CronJobStatus
impl Sync for CronJobStatus
impl Sync for CronJobStatus