1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00
node-feature-discovery/pkg/utils
Markus Lehtonen 4a8fc811be pkg/utils: add UnmarshalJSON method to StringSetVal
Make it possible to specify values in yaml as an array like

  conf:
    - foo
    - bar

Instead of unwieldy map like

  conf:
    foo:
    bar:
2023-03-14 10:53:24 +02:00
..
hostpath pkg/utils: move hostpath helpers from source to utils 2022-10-06 14:28:24 +03:00
kubeconf Read Kubelet configuration the same way as Kubelet to apply default values 2023-02-15 09:27:25 +01:00
dump.go utils/dump: do not print empty header line 2021-06-11 09:29:49 +03:00
flags.go pkg/utils: add UnmarshalJSON method to StringSetVal 2023-03-14 10:53:24 +02:00
fswatcher.go pkg/utils: generalize file watcher 2021-03-09 14:20:34 +02:00
grpc_log.go pkg/utils: show correct source file in gRPC logs 2021-03-11 11:36:55 +02:00
kubernetes.go Add common utility function for getting node name 2022-12-23 09:50:15 +02:00
memory_resources.go Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
memory_resources_test.go Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
tls.go Drop deprecated io/ioutil package 2022-09-08 14:26:02 +03:00