[en] Update go lang link kubelet-config.v1beta1.md
parent
24664cadd4
commit
1693f148c9
|
|
@ -449,7 +449,7 @@ Default: ""</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: ""</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue