Skip to content

Commit 49d6abd

Browse files
authored
Merge pull request #27464 from tengqm/fix-kube-proxy-ref
Regenerate reference for kube-proxy configuration
2 parents 2d9e266 + 370c659 commit 49d6abd

File tree

1 file changed

+65
-1
lines changed

1 file changed

+65
-1
lines changed

content/en/docs/reference/config-api/kube-proxy-config.v1alpha1.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ auto_generated: true
99
## Resource Types
1010

1111

12-
1312
- [KubeProxyConfiguration](#kubeproxy-config-k8s-io-v1alpha1-KubeProxyConfiguration)
1413

1514

@@ -535,3 +534,68 @@ this always falls back to the userspace proxy.
535534

536535

537536

537+
538+
539+
540+
## `ClientConnectionConfiguration` {#ClientConnectionConfiguration}
541+
542+
543+
544+
545+
**Appears in:**
546+
547+
- [KubeProxyConfiguration](#kubeproxy-config-k8s-io-v1alpha1-KubeProxyConfiguration)
548+
549+
550+
ClientConnectionConfiguration contains details for constructing a client.
551+
552+
<table class="table">
553+
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
554+
<tbody>
555+
556+
557+
558+
<tr><td><code>kubeconfig</code> <B>[Required]</B><br/>
559+
<code>string</code>
560+
</td>
561+
<td>
562+
kubeconfig is the path to a KubeConfig file.</td>
563+
</tr>
564+
565+
566+
<tr><td><code>acceptContentTypes</code> <B>[Required]</B><br/>
567+
<code>string</code>
568+
</td>
569+
<td>
570+
acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the
571+
default value of 'application/json'. This field will control all connections to the server used by a particular
572+
client.</td>
573+
</tr>
574+
575+
576+
<tr><td><code>contentType</code> <B>[Required]</B><br/>
577+
<code>string</code>
578+
</td>
579+
<td>
580+
contentType is the content type used when sending data to the server from this client.</td>
581+
</tr>
582+
583+
584+
<tr><td><code>qps</code> <B>[Required]</B><br/>
585+
<code>float32</code>
586+
</td>
587+
<td>
588+
qps controls the number of queries per second allowed for this connection.</td>
589+
</tr>
590+
591+
592+
<tr><td><code>burst</code> <B>[Required]</B><br/>
593+
<code>int32</code>
594+
</td>
595+
<td>
596+
burst allows extra queries to accumulate when a client is exceeding its rate.</td>
597+
</tr>
598+
599+
600+
</tbody>
601+
</table>

0 commit comments

Comments
 (0)