Skip to content

Commit 8da9760

Browse files
authored
Merge pull request #2041 from alvaroaleman/deprecate
🌱 Deprecate Webhook Server TLSMinVersion
2 parents 5378660 + 869888c commit 8da9760

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)