Istio Status
IstioStatus
Field | Type | Description | Required |
---|---|---|---|
conditions | IstioCondition[] | Current service state of pod. More info: https://istio.io/docs/reference/config/config-status/ +optional +patchMergeKey=type +patchStrategy=merge | No |
validationMessages | AnalysisMessageBase[] | Includes any errors or warnings detected by Istio’s analyzers. +optional +patchMergeKey=type +patchStrategy=merge | No |
IstioCondition
Field | Type | Description | Required |
---|---|---|---|
type | string | Type is the type of the condition. | No |
status | string | Status is the status of the condition. Can be True, False, Unknown. | No |
lastProbeTime | Timestamp | Last time we probed the condition. +optional | No |
lastTransitionTime | Timestamp | Last time the condition transitioned from one status to another. +optional | No |
reason | string | Unique, one-word, CamelCase reason for the condition’s last transition. +optional | No |
message | string | Human-readable message indicating details about last transition. +optional | No |