Skip to content

Commit

Permalink
Fix dirty check
Browse files Browse the repository at this point in the history
  • Loading branch information
vara2504 committed Dec 20, 2024
1 parent c23c073 commit 6e2b71f
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 6e2b71f

Please sign in to comment.