kube-state-metrics/internal/store
Ricardo Lopes b1b8d24cbf refactor: remove unused var
Signed-off-by: Ricardo Lopes <ricardoapl.dev@gmail.com>
2024-04-17 09:52:05 +01:00
..
builder.go Support filtering annotations allowlist by "*" 2023-11-02 17:22:02 +01:00
builder_test.go Support filtering annotations allowlist by "*" 2023-11-02 17:22:02 +01: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: Build with go 1.22 2024-04-05 00:20:04 +02:00
clusterrole_test.go add role and cluster role 2022-06-30 20:55:25 +09:00
clusterrolebinding.go store: fix missing cluster-scoped resources 2023-09-12 09:40:21 +02:00
clusterrolebinding_test.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
configmap.go chore: Build with go 1.22 2024-04-05 00:20:04 +02:00
configmap_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
cronjob.go build: Fix lint 2023-08-25 12:50:58 +02:00
cronjob_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
daemonset.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
daemonset_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
deployment.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
deployment_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
endpoint.go chore: Build with go 1.22 2024-04-05 00:20:04 +02:00
endpoint_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
endpointslice.go feat: Add namespace label to endpoinslice metrics 2023-12-11 14:05:20 +01:00
endpointslice_test.go feat: Add namespace label to endpoinslice metrics 2023-12-11 14:05:20 +01:00
horizontalpodautoscaler.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
horizontalpodautoscaler_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
ingress.go feat(ingress): resource backend support added (#2109) 2023-10-11 16:25:07 +02:00
ingress_test.go feat(ingress): resource backend support added (#2109) 2023-10-11 16:25:07 +02:00
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 chore: Build with go 1.22 2024-04-05 00:20:04 +02:00
job_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
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 Add all stable metrics 2022-10-14 08:25:39 -04:00
limitrange_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
mutatingwebhookconfiguration.go chore: Build with go 1.22 2024-04-05 00:20:04 +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 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
node.go add kube_node_status_addresses metric to docs 2023-12-13 23:58:47 -08:00
node_test.go add new kube_node_status_addresses metric that includes mutiple address/types 2023-12-13 16:51:49 -08:00
persistentvolume.go refactor: remove unused var 2024-04-17 09:52:05 +01:00
persistentvolume_test.go fixup! feat: add kube_persistentvolume_volume_mode metric 2024-04-15 17:32:12 +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 fix the description of the 'kube_pod_container_status_last_terminated_timestamp' metric 2024-03-04 11:40:34 +01:00
pod_test.go fix the description of the 'kube_pod_container_status_last_terminated_timestamp' metric 2024-03-04 11:40:34 +01:00
poddisruptionbudget.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
poddisruptionbudget_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
replicaset.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
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 Migrate all NewFamilyGenerator to NewFamilyGeneratorWithStability 2023-02-05 22:02:47 -05: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 feat: enable metric-annotations-allowlist and metric-labels-allowlist for ResourceQuota 2023-08-28 13:59:14 +00: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: Build with go 1.22 2024-04-05 00:20:04 +02:00
role_test.go add role and cluster role 2022-06-30 20:55:25 +09:00
rolebinding.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
rolebinding_test.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
secret.go chore: Build with go 1.22 2024-04-05 00:20:04 +02:00
secret_test.go feat: add kube_secret_owner metric 2024-02-05 10:55:58 -05:00
service.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
service_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
serviceaccount.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
serviceaccount_test.go build: Fix lint 2023-08-25 12:50:58 +02:00
statefulset.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
statefulset_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
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 Replace pkg/errors with stdlib errors 2022-08-15 20:25:09 +02:00
testutils_test.go Makefile,internal/collector: Rename collector -> store 2019-06-11 16:18:53 +02:00
utils.go Adhere to OTel-Prometheus standard for labels 2023-04-22 19:45:48 +05:30
utils_test.go Lint 2022-02-10 04:26:47 +02:00
validatingwebhookconfiguration.go chore: Build with go 1.22 2024-04-05 00:20:04 +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