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/pkg/utils
Markus Lehtonen b27676451a nfd-master: prevent crash on empty config struct
Change the handling of LabelWhiteList config option to use a pointer to
detect when the option is unset. This doesn't fix any detected crash but
is merely general improvement and stabilization, serving easier testing.

Also, use the regexp type from the core libs for the config struct -
dropping the unmasrhalling code for our custom regexp type - as the core
regexp now implements unmarshaller itself.
2024-04-05 14:19:44 +03:00
..
featuregate Add FeatureGate framework to handle new features 2024-03-15 19:11:32 +01:00
hostpath Add swap support in nfd 2024-02-19 10:20:56 -05:00
klog Wrap nested errors 2024-01-22 22:45:15 +02:00
kubeconf Read Kubelet configuration the same way as Kubelet to apply default values 2023-02-15 09:27:25 +01:00
dump.go pkg/utils: migrate KlogDump to structured logging 2023-05-31 14:43:08 +03:00
flags.go nfd-master: prevent crash on empty config struct 2024-04-05 14:19:44 +03:00
fswatcher.go Wrap nested errors 2024-01-22 22:45:15 +02:00
grpc_log.go pkg/utils: show correct source file in gRPC logs 2021-03-11 11:36:55 +02:00
jsonpatch.go pkg/utils: move JsonPatch from pkg/apihelper 2024-01-25 17:23:14 +02:00
kubernetes.go pkg/utils: move GetKubeconfig from pkg/apihelper here 2024-01-24 16:10:02 +02:00
memory_resources.go Use generics for maps and slices 2023-12-13 12:09:53 +02:00
memory_resources_test.go Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
metrics.go Refactor metrics 2023-10-09 10:49:12 +03:00
tls.go Wrap nested errors 2024-01-22 22:45:15 +02:00