Skip to content

Commit 869888c

Browse files
committed
🌱 Deprecate Webhook Server TLSMinVersion
This field has been added in #1548 It then turned out that people want to configure more parts of the TLSConfig and the generic TLSOpts was added in #1897 Deprecate TLSMinVersion in favor of the more generic TLSOpts.
1 parent 5378660 commit 869888c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/webhook/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ type Server struct {
7474

7575
// TLSVersion is the minimum version of TLS supported. Accepts
7676
// "", "1.0", "1.1", "1.2" and "1.3" only ("" is equivalent to "1.0" for backwards compatibility)
77+
// Deprecated: Use TLSOpts instead.
7778
TLSMinVersion string
7879

7980
// TLSOpts is used to allow configuring the TLS config used for the server

0 commit comments

Comments
 (0)