Struct k8s_openapi::api::core::v1::NamespaceCondition [−][src]
pub struct NamespaceCondition {
pub last_transition_time: Option<Time>,
pub message: Option<String>,
pub reason: Option<String>,
pub status: String,
pub type_: String,
}
Expand description
NamespaceCondition contains details about state of namespace.
Fields
last_transition_time: Option<Time>
message: Option<String>
reason: Option<String>
status: String
Status of the condition, one of True, False, Unknown.
type_: String
Type of namespace controller condition.
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 NamespaceCondition
impl Send for NamespaceCondition
impl Sync for NamespaceCondition
impl Unpin for NamespaceCondition
impl UnwindSafe for NamespaceCondition
Blanket Implementations
Mutably borrows from an owned value. Read more