Struct kube_core::response::StatusDetails [−][src]
pub struct StatusDetails { pub name: String, pub group: String, pub kind: String, pub uid: String, pub causes: Vec<StatusCause>, pub retry_after_seconds: u32, }
Expand description
Status details object on the Status
object
Fields
name: String
group: String
kind: String
uid: String
causes: Vec<StatusCause>
retry_after_seconds: u32
Trait Implementations
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>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StatusDetails
impl Send for StatusDetails
impl Sync for StatusDetails
impl Unpin for StatusDetails
impl UnwindSafe for StatusDetails