Skip to content

Commit

Permalink
Update config API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Oct 3, 2023
1 parent 873cb20 commit 8b94250
Show file tree
Hide file tree
Showing 24 changed files with 2,056 additions and 1,992 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ auto_generated: true

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



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

Expand Down
1 change: 0 additions & 1 deletion content/en/docs/reference/config-api/apiserver-audit.v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ auto_generated: true
- [Policy](#audit-k8s-io-v1-Policy)
- [PolicyList](#audit-k8s-io-v1-PolicyList)



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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ auto_generated: true

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



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

Expand Down
84 changes: 42 additions & 42 deletions content/en/docs/reference/config-api/apiserver-config.v1alpha1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,47 @@ auto_generated: true
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)




## `TracingConfiguration` {#TracingConfiguration}


**Appears in:**

- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)

- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)


<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>


<table class="table">
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
<tbody>


<tr><td><code>endpoint</code><br/>
<code>string</code>
</td>
<td>
<p>Endpoint of the collector this component will report traces to.
The connection is insecure, and does not currently support TLS.
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
</td>
</tr>
<tr><td><code>samplingRatePerMillion</code><br/>
<code>int32</code>
</td>
<td>
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
Recommended is unset. If unset, sampler respects its parent span's sampling
rate, but otherwise never samples.</p>
</td>
</tr>
</tbody>
</table>


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

Expand Down Expand Up @@ -360,45 +401,4 @@ This does not use a unix:// prefix. (Eg: /etc/srv/kubernetes/konnectivity-server
</tr>
</tbody>
</table>




## `TracingConfiguration` {#TracingConfiguration}


**Appears in:**

- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)

- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)


<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>


<table class="table">
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
<tbody>


<tr><td><code>endpoint</code><br/>
<code>string</code>
</td>
<td>
<p>Endpoint of the collector this component will report traces to.
The connection is insecure, and does not currently support TLS.
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
</td>
</tr>
<tr><td><code>samplingRatePerMillion</code><br/>
<code>int32</code>
</td>
<td>
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
Recommended is unset. If unset, sampler respects its parent span's sampling
rate, but otherwise never samples.</p>
</td>
</tr>
</tbody>
</table>

88 changes: 44 additions & 44 deletions content/en/docs/reference/config-api/apiserver-config.v1beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,49 @@ auto_generated: true
- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)




## `TracingConfiguration` {#TracingConfiguration}


**Appears in:**

- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)

- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)

- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)


<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>


<table class="table">
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
<tbody>


<tr><td><code>endpoint</code><br/>
<code>string</code>
</td>
<td>
<p>Endpoint of the collector this component will report traces to.
The connection is insecure, and does not currently support TLS.
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
</td>
</tr>
<tr><td><code>samplingRatePerMillion</code><br/>
<code>int32</code>
</td>
<td>
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
Recommended is unset. If unset, sampler respects its parent span's sampling
rate, but otherwise never samples.</p>
</td>
</tr>
</tbody>
</table>


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

Expand Down Expand Up @@ -291,47 +334,4 @@ This does not use a unix:// prefix. (Eg: /etc/srv/kubernetes/konnectivity-server
</tr>
</tbody>
</table>




## `TracingConfiguration` {#TracingConfiguration}


**Appears in:**

- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)

- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)

- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)


<p>TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p>


<table class="table">
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
<tbody>


<tr><td><code>endpoint</code><br/>
<code>string</code>
</td>
<td>
<p>Endpoint of the collector this component will report traces to.
The connection is insecure, and does not currently support TLS.
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p>
</td>
</tr>
<tr><td><code>samplingRatePerMillion</code><br/>
<code>int32</code>
</td>
<td>
<p>SamplingRatePerMillion is the number of samples to collect per million spans.
Recommended is unset. If unset, sampler respects its parent span's sampling
rate, but otherwise never samples.</p>
</td>
</tr>
</tbody>
</table>

Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ auto_generated: true

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



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



<p>EncryptionConfiguration stores the complete configuration for encryption providers.
It also allows the use of wildcards to specify the resources that should be encrypted.
Use '&ast;.&lt;group&gt;' to encrypt all resources within a group or '&ast;.&ast;' to encrypt all resources.
Use '&ast;&lt;group&gt;o encrypt all resources within a group or '&ast;.&ast;' to encrypt all resources.
'&ast;.' can be used to encrypt all resource in the core group. '&ast;.&ast;' will encrypt all
resources, even custom resources that are added after API server start.
Use of wildcards that overlap within the same resource list or across multiple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ auto_generated: true

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



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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ auto_generated: true

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



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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ auto_generated: true

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



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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ auto_generated: true

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



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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ auto_generated: true

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



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

Expand Down
Loading

0 comments on commit 8b94250

Please sign in to comment.