Back to Istio Io

Index

content/en/docs/reference/config/meta/v1beta1/istio-status/index.html

latest1.6 KB
Original Source

--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/api' REPO source_repo: https://github.com/istio/api 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

FieldDescription

conditions

IstioCondition[]

|

Current service state of the resource.

| |

validationMessages

AnalysisMessageBase[]

|

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

|

IstioCondition

FieldDescription

type

string

|

Type is the type of the condition.

| |

status

string

|

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

| |

lastProbeTime

Timestamp

|

Last time we probed the condition.

| |

lastTransitionTime

Timestamp

|

Last time the condition transitioned from one status to another.

| |

reason

string

|

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

| |

message

string

|

Human-readable message indicating details about last transition.

| |

observedGeneration

int64

|

Resource Generation to which the Condition refers.

|