mirror of https://github.com/istio/istio.io.git
101 lines
2.5 KiB
HTML
101 lines
2.5 KiB
HTML
---
|
|
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: ServiceEntry Status
|
|
description: Status field for Istio ServiceEntry.
|
|
location: https://istio.io/docs/reference/config/networking/serviceentry-status.html
|
|
layout: protoc-gen-docs
|
|
generator: protoc-gen-docs
|
|
number_of_entries: 2
|
|
---
|
|
<h2 id="ServiceEntryStatus">ServiceEntryStatus</h2>
|
|
<section>
|
|
<table class="message-fields">
|
|
<thead>
|
|
<tr>
|
|
<th>Field</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
<th>Required</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr id="ServiceEntryStatus-conditions">
|
|
<td><code>conditions</code></td>
|
|
<td><code><a href="/docs/reference/config/meta/v1beta1/istio-status/#IstioCondition">IstioCondition[]</a></code></td>
|
|
<td>
|
|
<p>Current service state of ServiceEntry.
|
|
More info: <a href="/docs/reference/config/config-status/">https://istio.io/docs/reference/config/config-status/</a></p>
|
|
|
|
</td>
|
|
<td>
|
|
No
|
|
</td>
|
|
</tr>
|
|
<tr id="ServiceEntryStatus-validation_messages">
|
|
<td><code>validationMessages</code></td>
|
|
<td><code><a href="/docs/reference/config/istio.analysis.v1alpha1/#AnalysisMessageBase">AnalysisMessageBase[]</a></code></td>
|
|
<td>
|
|
<p>Includes any errors or warnings detected by Istio’s analyzers.</p>
|
|
|
|
</td>
|
|
<td>
|
|
No
|
|
</td>
|
|
</tr>
|
|
<tr id="ServiceEntryStatus-observed_generation">
|
|
<td><code>observedGeneration</code></td>
|
|
<td><code>int64</code></td>
|
|
<td>
|
|
<p>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 <a href="/docs/reference/config/config-status/">https://istio.io/latest/docs/reference/config/config-status/</a> for more info.</p>
|
|
|
|
</td>
|
|
<td>
|
|
No
|
|
</td>
|
|
</tr>
|
|
<tr id="ServiceEntryStatus-addresses">
|
|
<td><code>addresses</code></td>
|
|
<td><code><a href="#ServiceEntryAddress">ServiceEntryAddress[]</a></code></td>
|
|
<td>
|
|
<p>List of addresses which were assigned to this ServiceEntry.</p>
|
|
|
|
</td>
|
|
<td>
|
|
No
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
<h2 id="ServiceEntryAddress">ServiceEntryAddress</h2>
|
|
<section>
|
|
<p>minor abstraction to allow for adding hostnames if relevant</p>
|
|
|
|
<table class="message-fields">
|
|
<thead>
|
|
<tr>
|
|
<th>Field</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
<th>Required</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr id="ServiceEntryAddress-value">
|
|
<td><code>value</code></td>
|
|
<td><code>string</code></td>
|
|
<td>
|
|
<p>Value is the address (192.168.0.2)</p>
|
|
|
|
</td>
|
|
<td>
|
|
No
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|