1
0
Fork 0

Merge branch v3.5 into master

This commit is contained in:
kevinpollet 2025-09-25 11:21:56 +02:00
commit 6df82676aa
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
39 changed files with 2092 additions and 821 deletions

View file

@ -2316,7 +2316,7 @@ spec:
maxIdleConnsPerHost:
description: MaxIdleConnsPerHost controls the maximum idle (keep-alive)
to keep per-host.
minimum: 0
minimum: -1
type: integer
peerCertURI:
description: PeerCertURI defines the peer cert URI used to match against

View file

@ -107,7 +107,7 @@ spec:
maxIdleConnsPerHost:
description: MaxIdleConnsPerHost controls the maximum idle (keep-alive)
to keep per-host.
minimum: 0
minimum: -1
type: integer
peerCertURI:
description: PeerCertURI defines the peer cert URI used to match against