Skip to content

Commit a188232

Browse files
Auto: sync API from tigera/calico-private [master] (#256)
Automated sync of API files from `tigera/calico-private` `master` branch into this repo via `make -f Makefile.local update`. Triggered by scheduled workflow.
2 parents bbcd770 + c4da38b commit a188232

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

config/crd/projectcalico.org_felixconfigurations.yaml

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/projectcalico/v3/felixconfig.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,11 @@ type FelixConfigurationSpec struct {
748748
// iptables. [Default: false]
749749
GenericXDPEnabled *bool `json:"genericXDPEnabled,omitempty" confignamev1:"GenericXDPEnabled"`
750750

751-
// NFTablesMode configures nftables support in Felix. [Default: Auto]
751+
// NFTablesMode configures nftables support in Felix. In Auto mode, Felix uses the
752+
// nftables dataplane if kube-proxy is detected to be running in nftables mode.
753+
// On non-cluster hosts, which have no kube-proxy, Felix uses the nftables
754+
// dataplane if the host meets its minimum kernel and nft version requirements.
755+
// [Default: Auto]
752756
// +kubebuilder:default=Auto
753757
NFTablesMode *NFTablesMode `json:"nftablesMode,omitempty"`
754758

pkg/client/applyconfiguration_generated/projectcalico/v3/felixconfigurationspec.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/openapi/generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)