Skip to main content
Schemaobject

io.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
optional

Condition error code for a component. For example, a health check error code.

message string
optional

Message about the condition for a component. For example, information about a health check.

status string
required

Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".

type string
required

Type of condition for a component. Valid value: "Healthy"