Skip to content

Commit

Permalink
Update Calico CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjd committed Dec 20, 2024
1 parent 09433f9 commit 0f31e1e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,14 @@ spec:
BPFPolicyDebugEnabled when true, Felix records detailed information
about the BPF policy programs, which can be examined with the calico-bpf command-line tool.
type: boolean
bpfProfiling:
description: |-
BPFProfiling controls profiling of BPF programs. At the monent, it can be
Disabled or Enabled. [Default: Disabled]
enum:
- Enabled
- Disabled
type: string
bpfRedirectToPeer:
description: |-
BPFRedirectToPeer controls which whether it is allowed to forward straight to the
Expand Down

0 comments on commit 0f31e1e

Please sign in to comment.