VictoriaMetrics/lib/promscrape/discovery/kubernetes
Aliaksandr Valialkin d6415b2572
all: consistently use 'any' instead of 'interface{}'
'any' type is supported starting from Go1.18. Let's consistently use it
instead of 'interface{}' type across the code base, since `any` is easier to read than 'interface{}'.
2024-07-10 00:23:26 +02:00
..
testdata
api_watcher_test.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
api_watcher.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
api.go lib/promscrape/discovery/kubernetes: propagate possible errors at newAPIWatcher() to the caller 2023-10-27 20:27:58 +02:00
common_types.go
endpoints_test.go
endpoints.go lib/promscrape/discovery/kubernetes: do not generate targets for already terminated pods and containers 2024-01-24 14:58:51 +02:00
endpointslice_test.go lib: consistently use f-tests instead of table-driven tests 2024-07-09 22:39:13 +02:00
endpointslice.go lib/promscrape/discovery/kubernetes: do not generate targets for already terminated pods and containers 2024-01-24 14:58:51 +02:00
ingress_test.go
ingress.go
kubeconfig_test.go lib/promscrape/discovery/kubernetes/kubeconfig_test.go: make TestParseKubeConfigSuccess test code easier to follow 2023-10-26 09:54:40 +02:00
kubeconfig.go lib: consistently use f-tests instead of table-driven tests 2024-07-09 22:39:13 +02:00
kubernetes.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
node_test.go
node.go
pod_test.go lib/promscrape/discovery/kubernetes: do not generate targets for already terminated pods and containers 2024-01-24 14:58:51 +02:00
pod_timing_test.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
pod.go lib/promscrape/discovery/kubernetes: typo fix in the comment for ContainerStateTerminated struct 2024-01-24 15:10:47 +02:00
service_test.go
service.go