From 8a8dac12c43375dec3c324beb2d24a3b1f94baf6 Mon Sep 17 00:00:00 2001 From: Varalakshmi Kumar <102720382+vara2504@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:38:08 -0800 Subject: [PATCH] fix felix crds (#3066) --- .../crd.projectcalico.org_felixconfigurations.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/crds/enterprise/crd.projectcalico.org_felixconfigurations.yaml b/pkg/crds/enterprise/crd.projectcalico.org_felixconfigurations.yaml index 3e8dd5e5e3..e7e8308872 100644 --- a/pkg/crds/enterprise/crd.projectcalico.org_felixconfigurations.yaml +++ b/pkg/crds/enterprise/crd.projectcalico.org_felixconfigurations.yaml @@ -642,6 +642,11 @@ spec: description: When FlowLogsCollectorDebugTrace is set to true, enables the logs in the collector to be printed in their entirety. type: boolean + flowLogsDestDomainsByClient: + description: 'FlowLogsDestDomainsByClient is used to configure if + the source IP is used in the mapping of top level destination domains. + [Default: true]' + type: boolean flowLogsDynamicAggregationEnabled: description: FlowLogsDynamicAggregationEnabled is used to enable/disable dynamically changing aggregation levels. Default is true.