mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#7895)
This commit is contained in:
parent
4c3091fc01
commit
a75de76203
|
@ -790,12 +790,6 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>The output directory for the key and certificate. If empty, key and certificate will not be saved. Must be set for VMs using provisioning certificates.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PARSE_TOKEN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>Parse token to inspect information like expiration time in proxy. This may not always be possible because token may not be a JWT.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_CERT_PROVIDER</code></td>
|
||||
<td>String</td>
|
||||
<td><code>istiod</code></td>
|
||||
|
@ -1066,6 +1060,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SKIP_PARSE_TOKEN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>Skip Parse token to inspect information like expiration time in proxy. This may be possible for example in vm we don't use token to rotate cert.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SPIFFE_BUNDLE_ENDPOINTS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
|
@ -6,7 +6,7 @@ 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: 3
|
||||
number_of_entries: 2
|
||||
---
|
||||
<h2 id="IstioStatus">IstioStatus</h2>
|
||||
<section>
|
||||
|
@ -89,7 +89,7 @@ No
|
|||
</tr>
|
||||
<tr id="IstioCondition-last_probe_time">
|
||||
<td><code>lastProbeTime</code></td>
|
||||
<td><code><a href="#k8s-io-apimachinery-pkg-apis-meta-v1-Time">Time</a></code></td>
|
||||
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></code></td>
|
||||
<td>
|
||||
<p>Last time we probed the condition.
|
||||
+optional</p>
|
||||
|
@ -101,7 +101,7 @@ No
|
|||
</tr>
|
||||
<tr id="IstioCondition-last_transition_time">
|
||||
<td><code>lastTransitionTime</code></td>
|
||||
<td><code><a href="#k8s-io-apimachinery-pkg-apis-meta-v1-Time">Time</a></code></td>
|
||||
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></code></td>
|
||||
<td>
|
||||
<p>Last time the condition transitioned from one status to another.
|
||||
+optional</p>
|
||||
|
@ -138,53 +138,3 @@ No
|
|||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<h2 id="k8s-io-apimachinery-pkg-apis-meta-v1-Time">k8s.io.apimachinery.pkg.apis.meta.v1.Time</h2>
|
||||
<section>
|
||||
<p>Time is a wrapper around time.Time which supports correct
|
||||
marshaling to YAML and JSON. Wrappers are provided for many
|
||||
of the factory methods that the time package offers.</p>
|
||||
|
||||
<p>+protobuf.options.marshal=false
|
||||
+protobuf.as=Timestamp
|
||||
+protobuf.options.(gogoproto.goproto_stringer)=false</p>
|
||||
|
||||
<table class="message-fields">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Field</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
<th>Required</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr id="k8s-io-apimachinery-pkg-apis-meta-v1-Time-seconds">
|
||||
<td><code>seconds</code></td>
|
||||
<td><code>int64</code></td>
|
||||
<td>
|
||||
<p>Represents seconds of UTC time since Unix epoch
|
||||
1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
|
||||
9999-12-31T23:59:59Z inclusive.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="k8s-io-apimachinery-pkg-apis-meta-v1-Time-nanos">
|
||||
<td><code>nanos</code></td>
|
||||
<td><code>int32</code></td>
|
||||
<td>
|
||||
<p>Non-negative fractions of a second at nanosecond resolution. Negative
|
||||
second values with fractions must still have non-negative nanos values
|
||||
that count forward in time. Must be from 0 to 999,999,999
|
||||
inclusive. This field may be limited in precision depending on context.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue