We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5378660 + 869888c commit 8da9760Copy full SHA for 8da9760
pkg/webhook/server.go
@@ -74,6 +74,7 @@ type Server struct {
74
75
// TLSVersion is the minimum version of TLS supported. Accepts
76
// "", "1.0", "1.1", "1.2" and "1.3" only ("" is equivalent to "1.0" for backwards compatibility)
77
+ // Deprecated: Use TLSOpts instead.
78
TLSMinVersion string
79
80
// TLSOpts is used to allow configuring the TLS config used for the server
0 commit comments