[en] Update go lang link kubelet-config.v1beta1.md

pull/44494/head
Arhell 2023-12-24 00:39:55 +02:00
parent 24664cadd4
commit 1693f148c9
1 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@ Default: &quot;&quot;</p>
<td>
<p>tlsCipherSuites is the list of allowed cipher suites for the server.
Note that TLS 1.3 ciphersuites are not configurable.
Values are from tls package constants (https://golang.org/pkg/crypto/tls/#pkg-constants).
Values are from tls package constants (https://pkg.go.dev/crypto/tls#pkg-constants).
Default: nil</p>
</td>
</tr>
@ -458,7 +458,7 @@ Default: nil</p>
</td>
<td>
<p>tlsMinVersion is the minimum TLS version supported.
Values are from tls package constants (https://golang.org/pkg/crypto/tls/#pkg-constants).
Values are from tls package constants (https://pkg.go.dev/crypto/tls#pkg-constants).
Default: &quot;&quot;</p>
</td>
</tr>