On this page
Condition
Condition API reference.
Proto: condition.proto
Package: common.gloo.solo.io
Condition
Field | Description |
---|---|
type | (string )The type of the condition in CamelCase. |
status | (string )The status of the condition. Commonly used values are True , False , and Unknown , but can contain controller-specific values too. |
observedGeneration | (int64 )Optional. The metadata.generation that the condition is based on. |
lastTransitionTime | (google.protobuf.Timestamp )The timestamp when the condition last transitioned from one status to another. |
reason | (string )The programmatic identifier that represents the reason the condition transitioned to the current status in CamelCase format. |
message | (string )A human readable message that includes the details about why the condition transitioned to the current status. |