api/meta/v1alpha1/status.pb.html

118 lines
3.5 KiB
HTML

---
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
---
<h2 id="IstioStatus">IstioStatus</h2>
<section>
<table class="message-fields">
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr id="IstioStatus-conditions">
<td><div class="field"><div class="name"><code><a href="#IstioStatus-conditions">conditions</a></code></div>
<div class="type"><a href="#IstioCondition">IstioCondition[]</a></div>
</div></td>
<td>
<p>Current service state of the resource.
More info: <a href="https://istio.io/docs/reference/config/config-status/">https://istio.io/docs/reference/config/config-status/</a></p>
</td>
</tr>
<tr id="IstioStatus-validation_messages">
<td><div class="field"><div class="name"><code><a href="#IstioStatus-validation_messages">validationMessages</a></code></div>
<div class="type"><a href="https://istio.io/docs/reference/config/istio.analysis.v1alpha1.html#AnalysisMessageBase">AnalysisMessageBase[]</a></div>
</div></td>
<td>
<p>Includes any errors or warnings detected by Istio&rsquo;s analyzers.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h2 id="IstioCondition">IstioCondition</h2>
<section>
<table class="message-fields">
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr id="IstioCondition-type">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-type">type</a></code></div>
<div class="type">string</div>
</div></td>
<td>
<p>Type is the type of the condition.</p>
</td>
</tr>
<tr id="IstioCondition-status">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-status">status</a></code></div>
<div class="type">string</div>
</div></td>
<td>
<p>Status is the status of the condition.
Can be True, False, Unknown.</p>
</td>
</tr>
<tr id="IstioCondition-last_probe_time">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-last_probe_time">lastProbeTime</a></code></div>
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></div>
</div></td>
<td>
<p>Last time we probed the condition.</p>
</td>
</tr>
<tr id="IstioCondition-last_transition_time">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-last_transition_time">lastTransitionTime</a></code></div>
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></div>
</div></td>
<td>
<p>Last time the condition transitioned from one status to another.</p>
</td>
</tr>
<tr id="IstioCondition-reason">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-reason">reason</a></code></div>
<div class="type">string</div>
</div></td>
<td>
<p>Unique, one-word, CamelCase reason for the condition&rsquo;s last transition.</p>
</td>
</tr>
<tr id="IstioCondition-message">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-message">message</a></code></div>
<div class="type">string</div>
</div></td>
<td>
<p>Human-readable message indicating details about last transition.</p>
</td>
</tr>
<tr id="IstioCondition-observed_generation">
<td><div class="field"><div class="name"><code><a href="#IstioCondition-observed_generation">observedGeneration</a></code></div>
<div class="type">int64</div>
</div></td>
<td>
<p>Resource Generation to which the Condition refers.</p>
</td>
</tr>
</tbody>
</table>
</section>