Struct k8s_openapi::api::core::v1::ComponentCondition [−][src]
pub struct ComponentCondition {
pub error: Option<String>,
pub message: Option<String>,
pub status: String,
pub type_: String,
}Expand description
Information about the condition of a component.
Fields
error: Option<String>Condition error code for a component. For example, a health check error code.
message: Option<String>Message about the condition for a component. For example, information about a health check.
status: StringStatus of the condition for a component. Valid values for “Healthy”: “True”, “False”, or “Unknown”.
type_: StringType of condition for a component. Valid value: “Healthy”
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 ComponentConditionimpl Send for ComponentConditionimpl Sync for ComponentConditionimpl Unpin for ComponentConditionimpl UnwindSafe for ComponentConditionBlanket Implementations
Mutably borrows from an owned value. Read more