--- title: Istio Status description: Common status field for all istio collections. location: https://istio.io/docs/reference/config/meta/v1beta1/istio-status.html layout: protoc-gen-docs generator: protoc-gen-docs number_of_entries: 2 ---

IstioStatus

Field Description

Current service state of the resource. More info: https://istio.io/docs/reference/config/config-status/

Includes any errors or warnings detected by Istio’s analyzers.

Resource Generation to which the Reconciled Condition refers. When this value is not equal to the object’s metadata generation, reconciled condition calculation for the current generation is still in progress. See https://istio.io/latest/docs/reference/config/config-status/ for more info.

IstioCondition

Field Description
string

Type is the type of the condition.

string

Status is the status of the condition. Can be True, False, Unknown.

Last time we probed the condition.

Last time the condition transitioned from one status to another.

string

Unique, one-word, CamelCase reason for the condition’s last transition.

string

Human-readable message indicating details about last transition.