From 8c0eb162a5671b8ed9eb0a7341ea33ad180d797c Mon Sep 17 00:00:00 2001 From: Josh Lucas Date: Tue, 6 Jan 2026 13:15:00 -0500 Subject: [PATCH] Update CRDs --- .../crd.projectcalico.org_felixconfigurations.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml b/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml index 40761a2716..11402eca47 100644 --- a/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml +++ b/pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml @@ -881,6 +881,18 @@ spec: pattern: ^.* x-kubernetes-int-or-string: true type: array + logActionRateLimit: + description: |- + LogActionRateLimit sets the rate of hitting a Log action. The value must be in the format "N/unit", + where N is a number and unit is one of: second, minute, hour, or day. For example: "10/second" or "100/hour". + pattern: ^\d+/(?:second|minute|hour|day)$ + type: string + logActionRateLimitBurst: + description: + LogActionRateLimitBurst sets the rate limit burst of + hitting a Log action when LogActionRateLimit is enabled. + minimum: 0 + type: integer logDebugFilenameRegex: description: |- LogDebugFilenameRegex controls which source code files have their Debug log output included in the logs.