Struct k8s_openapi::api::batch::v1::UncountedTerminatedPods [−][src]
pub struct UncountedTerminatedPods {
pub failed: Option<Vec<String>>,
pub succeeded: Option<Vec<String>>,
}
Expand description
UncountedTerminatedPods holds UIDs of Pods that have terminated but haven’t been accounted in Job status counters.
Fields
failed: Option<Vec<String>>
Failed holds UIDs of failed Pods.
succeeded: Option<Vec<String>>
Succeeded holds UIDs of succeeded Pods.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UncountedTerminatedPods
impl Send for UncountedTerminatedPods
impl Sync for UncountedTerminatedPods
impl Unpin for UncountedTerminatedPods
impl UnwindSafe for UncountedTerminatedPods
Blanket Implementations
Mutably borrows from an owned value. Read more