auto-update crds catalog

This commit is contained in:
Drone Shipper 2024-11-21 01:32:32 +00:00
parent 7a9f4c6763
commit f01db5e7a9

View File

@ -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)?$",