Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate CRDs. #3536

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,15 @@ spec:
disabled by setting the interval to 0.
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
type: string
ipForwarding:
description: 'IPForwarding controls whether Felix sets the host sysctls
to enable IP forwarding. IP forwarding is required when using Calico
for workload networking. This should only be disabled on hosts
where Calico is used for host protection. [Default: Enabled]'
enum:
- Enabled
- Disabled
type: string
ipipEnabled:
description: 'IPIPEnabled overrides whether Felix should configure
an IPIP interface on the host. Optional as Felix determines this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,15 @@ spec:
disabled by setting the interval to 0.
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
type: string
ipForwarding:
description: 'IPForwarding controls whether Felix sets the host sysctls
to enable IP forwarding. IP forwarding is required when using Calico
for workload networking. This should only be disabled on hosts
where Calico is used for host protection. [Default: Enabled]'
enum:
- Enabled
- Disabled
type: string
ipipEnabled:
description: 'IPIPEnabled overrides whether Felix should configure
an IPIP interface on the host. Optional as Felix determines this
Expand Down
Loading