From f01db5e7a9a49a73ae39c251f3c369ca159e45e9 Mon Sep 17 00:00:00 2001 From: shipper Date: Thu, 21 Nov 2024 01:32:32 +0000 Subject: [PATCH] auto-update crds catalog --- projectcalico.org/felixconfiguration_v3.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projectcalico.org/felixconfiguration_v3.json b/projectcalico.org/felixconfiguration_v3.json index 4e46487..585b7c1 100644 --- a/projectcalico.org/felixconfiguration_v3.json +++ b/projectcalico.org/felixconfiguration_v3.json @@ -766,6 +766,10 @@ "description": "WireguardRoutingRulePriority controls the priority value to use for the Wireguard routing rule. [Default: 99]", "type": "integer" }, + "wireguardThreadingEnabled": { + "description": "WireguardThreadingEnabled controls whether Wireguard has NAPI threading enabled. [Default: false]", + "type": "boolean" + }, "workloadSourceSpoofing": { "description": "WorkloadSourceSpoofing controls whether pods can use the allowedSourcePrefixes annotation to send traffic with a source IP address that is not theirs. This is disabled by default. When set to \"Any\", pods can request any prefix.", "pattern": "^(?i)(Disabled|Any)?$",