Skip to content

Commit 8b94250

Browse files
committed
Update config API reference
1 parent 873cb20 commit 8b94250

24 files changed

+2056
-1992
lines changed

‎content/en/docs/reference/config-api/apiserver-admission.v1.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ auto_generated: true
1111

1212
- [AdmissionReview](#admission-k8s-io-v1-AdmissionReview)
1313

14-
1514

1615
## `AdmissionReview` {#admission-k8s-io-v1-AdmissionReview}
1716

‎content/en/docs/reference/config-api/apiserver-audit.v1.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ auto_generated: true
1414
- [Policy](#audit-k8s-io-v1-Policy)
1515
- [PolicyList](#audit-k8s-io-v1-PolicyList)
1616

17-
1817

1918
## `Event` {#audit-k8s-io-v1-Event}
2019

‎content/en/docs/reference/config-api/apiserver-config.v1.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ auto_generated: true
1212

1313
- [AdmissionConfiguration](#apiserver-config-k8s-io-v1-AdmissionConfiguration)
1414

15-
1615

1716
## `AdmissionConfiguration` {#apiserver-config-k8s-io-v1-AdmissionConfiguration}
1817

‎content/en/docs/reference/config-api/apiserver-config.v1alpha1.md

+42-42
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,47 @@ auto_generated: true
1515
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
1616

1717

18+
19+
20+
## `TracingConfiguration` {#TracingConfiguration}
21+
22+
23+
**Appears in:**
24+
25+
- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
26+
27+
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
28+
29+
30+
<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>
31+
32+
33+
<table class="table">
34+
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
35+
<tbody>
36+
37+
38+
<tr><td><code>endpoint</code><br/>
39+
<code>string</code>
40+
</td>
41+
<td>
42+
<p>Endpoint of the collector this component will report traces to.
43+
The connection is insecure, and does not currently support TLS.
44+
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
45+
</td>
46+
</tr>
47+
<tr><td><code>samplingRatePerMillion</code><br/>
48+
<code>int32</code>
49+
</td>
50+
<td>
51+
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
52+
Recommended is unset. If unset, sampler respects its parent span's sampling
53+
rate, but otherwise never samples.</p>
54+
</td>
55+
</tr>
56+
</tbody>
57+
</table>
58+
1859

1960
## `AdmissionConfiguration` {#apiserver-k8s-io-v1alpha1-AdmissionConfiguration}
2061

@@ -360,45 +401,4 @@ This does not use a unix:// prefix. (Eg: /etc/srv/kubernetes/konnectivity-server
360401
</tr>
361402
</tbody>
362403
</table>
363-
364-
365-
366-
367-
## `TracingConfiguration` {#TracingConfiguration}
368-
369-
370-
**Appears in:**
371-
372-
- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
373-
374-
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
375-
376-
377-
<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>
378-
379-
380-
<table class="table">
381-
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
382-
<tbody>
383-
384-
385-
<tr><td><code>endpoint</code><br/>
386-
<code>string</code>
387-
</td>
388-
<td>
389-
<p>Endpoint of the collector this component will report traces to.
390-
The connection is insecure, and does not currently support TLS.
391-
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
392-
</td>
393-
</tr>
394-
<tr><td><code>samplingRatePerMillion</code><br/>
395-
<code>int32</code>
396-
</td>
397-
<td>
398-
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
399-
Recommended is unset. If unset, sampler respects its parent span's sampling
400-
rate, but otherwise never samples.</p>
401-
</td>
402-
</tr>
403-
</tbody>
404-
</table>
404+

‎content/en/docs/reference/config-api/apiserver-config.v1beta1.md

+44-44
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,49 @@ auto_generated: true
1414
- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)
1515

1616

17+
18+
19+
## `TracingConfiguration` {#TracingConfiguration}
20+
21+
22+
**Appears in:**
23+
24+
- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
25+
26+
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
27+
28+
- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)
29+
30+
31+
<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>
32+
33+
34+
<table class="table">
35+
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
36+
<tbody>
37+
38+
39+
<tr><td><code>endpoint</code><br/>
40+
<code>string</code>
41+
</td>
42+
<td>
43+
<p>Endpoint of the collector this component will report traces to.
44+
The connection is insecure, and does not currently support TLS.
45+
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
46+
</td>
47+
</tr>
48+
<tr><td><code>samplingRatePerMillion</code><br/>
49+
<code>int32</code>
50+
</td>
51+
<td>
52+
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
53+
Recommended is unset. If unset, sampler respects its parent span's sampling
54+
rate, but otherwise never samples.</p>
55+
</td>
56+
</tr>
57+
</tbody>
58+
</table>
59+
1760

1861
## `EgressSelectorConfiguration` {#apiserver-k8s-io-v1beta1-EgressSelectorConfiguration}
1962

@@ -291,47 +334,4 @@ This does not use a unix:// prefix. (Eg: /etc/srv/kubernetes/konnectivity-server
291334
</tr>
292335
</tbody>
293336
</table>
294-
295-
296-
297-
298-
## `TracingConfiguration` {#TracingConfiguration}
299-
300-
301-
**Appears in:**
302-
303-
- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
304-
305-
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
306-
307-
- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)
308-
309-
310-
<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>
311-
312-
313-
<table class="table">
314-
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
315-
<tbody>
316-
317-
318-
<tr><td><code>endpoint</code><br/>
319-
<code>string</code>
320-
</td>
321-
<td>
322-
<p>Endpoint of the collector this component will report traces to.
323-
The connection is insecure, and does not currently support TLS.
324-
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
325-
</td>
326-
</tr>
327-
<tr><td><code>samplingRatePerMillion</code><br/>
328-
<code>int32</code>
329-
</td>
330-
<td>
331-
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
332-
Recommended is unset. If unset, sampler respects its parent span's sampling
333-
rate, but otherwise never samples.</p>
334-
</td>
335-
</tr>
336-
</tbody>
337-
</table>
337+

‎content/en/docs/reference/config-api/apiserver-encryption.v1.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ auto_generated: true
1212

1313
- [EncryptionConfiguration](#apiserver-config-k8s-io-v1-EncryptionConfiguration)
1414

15-
1615

1716
## `EncryptionConfiguration` {#apiserver-config-k8s-io-v1-EncryptionConfiguration}
1817

1918

2019

2120
<p>EncryptionConfiguration stores the complete configuration for encryption providers.
2221
It also allows the use of wildcards to specify the resources that should be encrypted.
23-
Use '&ast;.&lt;group&gt;' to encrypt all resources within a group or '&ast;.&ast;' to encrypt all resources.
22+
Use '&ast;&lt;group&gt;o encrypt all resources within a group or '&ast;.&ast;' to encrypt all resources.
2423
'&ast;.' can be used to encrypt all resource in the core group. '&ast;.&ast;' will encrypt all
2524
resources, even custom resources that are added after API server start.
2625
Use of wildcards that overlap within the same resource list or across multiple

‎content/en/docs/reference/config-api/apiserver-eventratelimit.v1alpha1.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ auto_generated: true
1111

1212
- [Configuration](#eventratelimit-admission-k8s-io-v1alpha1-Configuration)
1313

14-
1514

1615
## `Configuration` {#eventratelimit-admission-k8s-io-v1alpha1-Configuration}
1716

‎content/en/docs/reference/config-api/apiserver-webhookadmission.v1.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ auto_generated: true
1212

1313
- [WebhookAdmission](#apiserver-config-k8s-io-v1-WebhookAdmission)
1414

15-
1615

1716
## `WebhookAdmission` {#apiserver-config-k8s-io-v1-WebhookAdmission}
1817

‎content/en/docs/reference/config-api/client-authentication.v1.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ auto_generated: true
1111

1212
- [ExecCredential](#client-authentication-k8s-io-v1-ExecCredential)
1313

14-
1514

1615
## `ExecCredential` {#client-authentication-k8s-io-v1-ExecCredential}
1716

‎content/en/docs/reference/config-api/client-authentication.v1beta1.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ auto_generated: true
1111

1212
- [ExecCredential](#client-authentication-k8s-io-v1beta1-ExecCredential)
1313

14-
1514

1615
## `ExecCredential` {#client-authentication-k8s-io-v1beta1-ExecCredential}
1716

‎content/en/docs/reference/config-api/imagepolicy.v1alpha1.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ auto_generated: true
1111

1212
- [ImageReview](#imagepolicy-k8s-io-v1alpha1-ImageReview)
1313

14-
1514

1615
## `ImageReview` {#imagepolicy-k8s-io-v1alpha1-ImageReview}
1716

0 commit comments

Comments
 (0)