kube-state-metrics/internal/store
CatherineF-dev 941c6838fe
Merge pull request #2771 from nmn3m/kube-job-metric
feat: Add kube_job_status_ready metric
2025-09-17 10:00:44 -04:00
..
builder.go fix: close reflectors once their corresponding CRDs are dropped 2025-06-19 03:07:45 +05:30
builder_test.go Update internal/store/builder_test.go 2024-10-15 09:52:29 +02:00
certificatesigningrequest.go Fix: Remove FieldSelector from non-namespaced resources 2023-09-12 09:34:14 +02:00
certificatesigningrequest_test.go feat: disable labels and annotations metrics when metric-annotations-allowlist and metric-labels-allowlist are not provided 2023-08-14 14:38:23 +00:00
clusterrole.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
clusterrole_test.go add role and cluster role 2022-06-30 20:55:25 +09:00
clusterrolebinding.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
clusterrolebinding_test.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
configmap.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
configmap_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
cronjob.go Promote metrics to stable 2025-09-14 21:59:23 +03:00
cronjob_test.go feat: Make cronjob timezone aware 2024-04-22 23:16:49 +02:00
daemonset.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
daemonset_test.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
deployment.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
deployment_test.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
endpoint.go endpoints: Expose empty labels 2024-10-31 14:30:49 +01:00
endpoint_test.go endpoints: Expose empty labels 2024-10-31 14:30:49 +01:00
endpointslice.go Refactor EndpointsSlice to reduce complexity 2025-08-20 11:54:50 +03:00
endpointslice_test.go endpointslices: Expose empty labels 2024-10-31 14:30:49 +01:00
horizontalpodautoscaler.go Promote metrics to stable 2025-09-14 21:59:23 +03:00
horizontalpodautoscaler_test.go feat: hpa created and deletion metrics 2025-06-03 19:13:44 +03:00
ingress.go enhancement: add `pathType` to `ingress_path` 2025-05-12 15:34:00 +05:30
ingress_test.go enhancement: add `pathType` to `ingress_path` 2025-05-12 15:34:00 +05:30
ingressclass.go Merge pull request #2190 from dgrisonnet/fix-regression 2023-09-12 02:04:12 -07:00
ingressclass_test.go feat: disable labels and annotations metrics when metric-annotations-allowlist and metric-labels-allowlist are not provided 2023-08-14 14:38:23 +00:00
job.go adding kube_job_status_ready metrics 2025-09-14 22:56:28 +03:00
job_test.go adding kube_job_status_ready metrics 2025-09-14 22:56:28 +03:00
lease.go Add filtering for Lease metrics 2023-07-21 04:18:10 +09:00
lease_test.go Add namespace label to `kube_lease_renew_time` 2023-05-19 22:02:54 -05:00
limitrange.go fix overflow in other occasion 2024-11-04 10:09:18 +08:00
limitrange_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
mutatingwebhookconfiguration.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
mutatingwebhookconfiguration_test.go *: add webhooks client config service metrics 2023-07-04 18:20:34 +02:00
namespace.go Fix: Remove FieldSelector from non-namespaced resources 2023-09-12 09:34:14 +02:00
namespace_test.go feat: disable labels and annotations metrics when metric-annotations-allowlist and metric-labels-allowlist are not provided 2023-08-14 14:38:23 +00:00
networkpolicy.go feat: disable labels and annotations metrics when metric-annotations-allowlist and metric-labels-allowlist are not provided 2023-08-14 14:38:23 +00:00
networkpolicy_test.go chore: Remove further unused 2024-08-05 19:35:51 +02:00
node.go fix overflow in other occasion 2024-11-04 10:09:18 +08:00
node_test.go fix big memory overflow 2024-11-01 16:16:08 +08:00
persistentvolume.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
persistentvolume_test.go feat: Add PersistentVolume Reclaim Policy metric 2025-02-20 10:37:13 +01:00
persistentvolumeclaim.go Merge pull request #2145 from opeco17/feature/disable-labels-annotations-metrics-by-default 2023-08-22 06:34:54 -07:00
persistentvolumeclaim_test.go chore: Fix test 2024-03-18 16:39:06 +01:00
pod.go Promote metrics to stable 2025-09-14 21:59:23 +03:00
pod_test.go feat(pod): add new metric for pod unscheduled time tracking 2025-07-01 16:06:28 +08:00
poddisruptionbudget.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
poddisruptionbudget_test.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
replicaset.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
replicaset_test.go feat: disable labels and annotations metrics when metric-annotations-allowlist and metric-labels-allowlist are not provided 2023-08-14 14:38:23 +00:00
replicationcontroller.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
replicationcontroller_test.go Replace "<none>" with empty string for "owner_kind", "owner_name" and "owner_is_controller" dimensions. 2022-12-03 15:17:02 +01:00
resourcequota.go fix overflow in other occasion 2024-11-04 10:09:18 +08:00
resourcequota_test.go feat: enable metric-annotations-allowlist and metric-labels-allowlist for ResourceQuota 2023-08-28 13:59:14 +00:00
role.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
role_test.go add role and cluster role 2022-06-30 20:55:25 +09:00
rolebinding.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
rolebinding_test.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
secret.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
secret_test.go feat: add kube_secret_owner metric 2024-02-05 10:55:58 -05:00
service.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
service_test.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
serviceaccount.go serviceaccounts: Expose empty labels 2024-10-31 17:40:32 +01:00
serviceaccount_test.go build: Fix lint 2023-08-25 12:50:58 +02:00
statefulset.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
statefulset_test.go feat: add deletion timestamp metrics for multiple resources 2025-08-18 08:57:17 +03:00
storageclass.go store: fix missing cluster-scoped resources 2023-09-12 09:40:21 +02:00
storageclass_test.go feat: disable labels and annotations metrics when metric-annotations-allowlist and metric-labels-allowlist are not provided 2023-08-14 14:38:23 +00:00
testutils.go chore: Memory align structs 2024-08-08 19:03:28 +02:00
testutils_test.go Makefile,internal/collector: Rename collector -> store 2019-06-11 16:18:53 +02:00
utils.go Apply suggestions from code review 2024-11-05 10:58:10 +01:00
utils_test.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
validatingwebhookconfiguration.go chore: Migrate to golangci-lint v2 2025-03-31 14:52:47 +02:00
validatingwebhookconfiguration_test.go *: add webhooks client config service metrics 2023-07-04 18:20:34 +02:00
volumeattachment.go Migrate all NewFamilyGenerator to NewFamilyGeneratorWithStability 2023-02-05 22:02:47 -05:00
volumeattachment_test.go Update go module path to k8s.io/kube-state-metrics/v2 2020-09-21 10:58:08 +02:00