1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/test/e2e/utils
Francesco Romani 000c919071 nfd-updater: events: enable timer-only flow
The nfd-topology-updater has state-directories notification mechanism
enabled by default.
In theory, we can have only timer-based updates, but if the option
is given to disable the state-directories event source, then all
the update mechanism is mistakenly disabled, including the
timer-based updates.

The two updaters mechanism should be decoupled.
So this PR changes this to make sure we can enable just and only
the timer-based updates.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2023-09-04 13:05:50 +02:00
..
daemonset e2e: separate daemonset functions from pod 2022-11-29 14:39:52 +02:00
deployment test/e2e: add e2e test for nfd-gc 2023-08-22 21:24:26 +03:00
pod test/e2e: add e2e test for nfd-gc 2023-08-22 21:24:26 +03:00
config.go Bump go.mod k8s.io to 1.26 2022-12-13 12:12:46 +02:00
configmap.go test/e2e: use proper context 2023-04-18 14:55:09 +03:00
crd.go test/e2e: add e2e test for nfd-gc 2023-08-22 21:24:26 +03:00
node.go test/e2e: use proper context 2023-04-18 14:55:09 +03:00
noderesourcetopology.go nfd-updater: events: enable timer-only flow 2023-09-04 13:05:50 +02:00
rbac.go test/e2e: add e2e test for nfd-gc 2023-08-22 21:24:26 +03:00
service.go test/e2e: use proper context 2023-04-18 14:55:09 +03:00