Schema
objectio.k8s.api.core.v1.ComponentCondition
Information about the condition of a component.
- Source
specs/api__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
error string
optionalCondition error code for a component. For example, a health check error code.
message string
optionalMessage about the condition for a component. For example, information about a health check.
status string
requiredStatus of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
type string
requiredType of condition for a component. Valid value: "Healthy"