Skip to content

Commit

Permalink
make validate-gen-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nelljerram committed Jan 23, 2025
1 parent c67dd68 commit 799a27d
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ spec:
items:
type: string
type: array
bpfExportBufferSizeMB:
description: |-
BPFExportBufferSizeMB in BPF mode, controls the buffer size used for sending BPF events to felix.
[Default: 1]
type: integer
bpfExtToServiceConnmark:
description: |-
BPFExtToServiceConnmark in BPF mode, controls a 32bit mark that is set on connections from an
Expand Down Expand Up @@ -583,6 +588,43 @@ spec:
- Enabled
- Disabled
type: string
flowLogsCollectorDebugTrace:
description: |-
When FlowLogsCollectorDebugTrace is set to true, enables the logs in the collector to be
printed in their entirety.
type: boolean
flowLogsEnableNetworkSets:
description: FlowLogsEnableNetworkSets enables Flow logs reporting
for GlobalNetworkSets.
type: boolean
flowLogsFileIncludeLabels:
description: FlowLogsFileIncludeLabels is used to configure if endpoint
labels are included in a Flow log entry written to file.
type: boolean
flowLogsFileIncludePolicies:
description: FlowLogsFileIncludePolicies is used to configure if policy
information are included in a Flow log entry written to file.
type: boolean
flowLogsFileIncludeService:
description: |-
FlowLogsFileIncludeService is used to configure if the destination service is included in a Flow log entry written to file.
The service information can only be included if the flow was explicitly determined to be directed at the service (e.g.
when the pre-DNAT destination corresponds to the service ClusterIP and port).
type: boolean
flowLogsFlushInterval:
description: FlowLogsFlushInterval configures the interval at which
Felix exports flow logs.
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
type: string
flowLogsGoldmaneServer:
description: FlowLogGoldmaneServer is the flow server endpoint to
which flow data should be published.
type: string
flowLogsMaxOriginalIPsIncluded:
description: FlowLogsMaxOriginalIPsIncluded specifies the number of
unique IP addresses (if relevant) that should be included in Flow
logs.
type: integer
genericXDPEnabled:
description: |-
GenericXDPEnabled enables Generic XDP so network cards that don't support XDP offload or driver
Expand Down Expand Up @@ -873,6 +915,12 @@ spec:
routes, rules, and other kernel objects. [Default: 10s]
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
type: string
nfNetlinkBufSize:
description: |-
NfNetlinkBufSize controls the size of NFLOG messages that the kernel will try to send to Felix. NFLOG messages
are used to report flow verdicts from the kernel. Warning: currently increasing the value may cause errors
due to a bug in the netlink library.
type: string
nftablesFilterAllowAction:
description: |-
NftablesFilterAllowAction controls the nftables action that Felix uses to represent the "allow" policy verdict
Expand Down

0 comments on commit 799a27d

Please sign in to comment.