update crds
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "ServersTransport is the CRD implementation of a ServersTransport.\nIf no serversTransport is specified, the default@internal will be used.\nThe default@internal serversTransport is created from the static configuration.\nMore info: https://doc.traefik.io/traefik/v3.6/reference/routing-configuration/http/load-balancing/serverstransport/",
|
||||
"description": "ServersTransport is the CRD implementation of a ServersTransport.\nIf no serversTransport is specified, the default@internal will be used.\nThe default@internal serversTransport is created from the static configuration.\nMore info: https://doc.traefik.io/traefik/v3.7/reference/routing-configuration/http/load-balancing/serverstransport/",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
|
||||
@@ -22,6 +22,13 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"cipherSuites": {
|
||||
"description": "CipherSuites defines the cipher suites to use when contacting backend servers.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"disableHTTP2": {
|
||||
"description": "DisableHTTP2 disables HTTP/2 for connections with backend servers.",
|
||||
"type": "boolean"
|
||||
@@ -107,6 +114,14 @@
|
||||
"minimum": -1,
|
||||
"type": "integer"
|
||||
},
|
||||
"maxVersion": {
|
||||
"description": "MaxVersion defines the maximum TLS version to use when contacting backend servers.",
|
||||
"type": "string"
|
||||
},
|
||||
"minVersion": {
|
||||
"description": "MinVersion defines the minimum TLS version to use when contacting backend servers.",
|
||||
"type": "string"
|
||||
},
|
||||
"peerCertURI": {
|
||||
"description": "PeerCertURI defines the peer cert URI used to match against SAN URI during the peer certificate verification.",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user