kube-state-metrics/internal/store
Braxton Schafer 5d57f47658 skip invalid IPs on pod_ips metric 2022-05-31 11:44:17 -05:00
..
builder.go Use v1 PodDisruptionBudget and CronJob resources 2022-01-04 14:47:41 +01:00
certificatesigningrequest.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
certificatesigningrequest_test.go Merge remote-tracking branch 'origin/master' into annotations 2021-07-07 09:31:49 +02:00
configmap.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
configmap_test.go Expose configmap labels and annotations 2021-09-21 12:52:40 +03:00
cronjob.go Add missing LastSuccessfulTime metric 2022-05-16 18:38:41 +10:00
cronjob_test.go Add missing LastSuccessfulTime metric 2022-05-16 18:38:41 +10:00
daemonset.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
daemonset_test.go fixed four resources with copy/paste issues 2021-09-20 18:18:33 +03:00
deployment.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
deployment_test.go Merge remote-tracking branch 'origin/master' into annotations 2021-08-16 08:50:02 +02:00
endpoint.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
endpoint_test.go endpoints: export information about ports 2021-11-09 06:53:03 +01:00
horizontalpodautoscaler.go remove ok variable and change the type of v variable to map 2022-02-17 19:39:31 +08:00
horizontalpodautoscaler_test.go fix typo and add unit test for float target metric 2022-02-16 22:49:19 +08:00
ingress.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
ingress_test.go Add ingressclass to kube_ingress_info metric 2021-12-16 10:59:23 +11:00
job.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
job_test.go Add kube_*_annotations metrics 2021-04-29 16:04:16 +02:00
lease.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
lease_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00
limitrange.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
limitrange_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00
mutatingwebhookconfiguration.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
mutatingwebhookconfiguration_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00
namespace.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
namespace_test.go Add kube_*_annotations metrics 2021-04-29 16:04:16 +02:00
networkpolicy.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
networkpolicy_test.go Add kube_*_annotations metrics 2021-04-29 16:04:16 +02:00
node.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
node_test.go Merge remote-tracking branch 'origin/master' into annotations 2021-08-16 08:50:02 +02:00
persistentvolume.go Fix ups to unit tests 2022-05-24 09:50:21 +01:00
persistentvolume_test.go Fixing unit test for PV and PVC 2022-05-29 11:42:13 +01:00
persistentvolumeclaim.go Adding Unix creationTimestamp to PV/PVC metrics 2022-05-23 21:28:24 +01:00
persistentvolumeclaim_test.go Fixing unit test for PV and PVC 2022-05-29 11:42:13 +01:00
pod.go skip invalid IPs on pod_ips metric 2022-05-31 11:44:17 -05:00
pod_test.go fix failing lint checks 2022-05-31 11:42:59 -05:00
poddisruptionbudget.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
poddisruptionbudget_test.go Use v1 PodDisruptionBudget and CronJob resources 2022-01-04 14:47:41 +01:00
replicaset.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
replicaset_test.go Add kube_*_annotations metrics 2021-04-29 16:04:16 +02:00
replicationcontroller.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
replicationcontroller_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00
resourcequota.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
resourcequota_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00
secret.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
secret_test.go Add kube_*_annotations metrics 2021-04-29 16:04:16 +02:00
service.go Add default label of uid for service 2022-02-19 21:15:09 +08:00
service_test.go Update test for service 2022-02-19 21:34:49 +08:00
statefulset.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
statefulset_test.go Merge remote-tracking branch 'origin/master' into annotations 2021-08-16 08:50:02 +02:00
storageclass.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
storageclass_test.go Add kube_*_annotations metrics 2021-04-29 16:04:16 +02:00
testutils.go test: Use go-cmp package to diff test expectation 2021-09-16 17:28:54 +05:30
testutils_test.go Makefile,internal/collector: Rename collector -> store 2019-06-11 16:18:53 +02:00
utils.go Update internal/store/utils.go 2022-02-10 14:19:12 +02:00
utils_test.go Lint 2022-02-10 04:26:47 +02:00
validatingwebhookconfiguration.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
validatingwebhookconfiguration_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00
verticalpodautoscaler.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
verticalpodautoscaler_test.go fix: rename k8sautoscaling import to autoscalingv1 2021-09-22 19:18:12 +04:00
volumeattachment.go Extract mergeKeyValue logic into a central function 2022-02-10 04:12:35 +02:00
volumeattachment_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00