Skip to content

Commit

Permalink
Merge pull request #2041 from alvaroaleman/deprecate
Browse files Browse the repository at this point in the history
🌱 Deprecate Webhook Server TLSMinVersion
  • Loading branch information
k8s-ci-robot committed Nov 9, 2022
2 parents 5378660 + 869888c commit 8da9760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/server.go
Expand Up @@ -74,6 +74,7 @@ type Server struct {

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

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

0 comments on commit 8da9760

Please sign in to comment.