kube-state-metrics/internal/store
Kubernetes Prow Robot d5bd2c8274
Merge pull request #1823 from rexagod/1815
Support filtering label allowlist by "*"
2022-11-08 03:42:22 -08:00
..
builder.go Merge pull request #1823 from rexagod/1815 2022-11-08 03:42:22 -08:00
builder_test.go Support filtering label allowlist by "*" 2022-11-07 23:59:36 +05:30
certificatesigningrequest.go Add all stable metrics 2022-10-14 08:25:39 -04:00
certificatesigningrequest_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
clusterrole.go add role and cluster role 2022-06-30 20:55:25 +09:00
clusterrole_test.go add role and cluster role 2022-06-30 20:55:25 +09:00
clusterrolebinding.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
clusterrolebinding_test.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
configmap.go Add all stable metrics 2022-10-14 08:25:39 -04:00
configmap_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
cronjob.go Add all stable metrics 2022-10-14 08:25:39 -04:00
cronjob_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
daemonset.go Add all stable metrics 2022-10-14 08:25:39 -04:00
daemonset_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
deployment.go Add all stable metrics 2022-10-14 08:25:39 -04:00
deployment_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
endpoint.go Add all stable metrics 2022-10-14 08:25:39 -04:00
endpoint_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
horizontalpodautoscaler.go Merge pull request #1831 from whitebear009/hpa 2022-11-03 07:19:36 -07:00
horizontalpodautoscaler_test.go Merge pull request #1831 from whitebear009/hpa 2022-11-03 07:19:36 -07:00
ingress.go Add all stable metrics 2022-10-14 08:25:39 -04:00
ingress_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
job.go Harden and add gosec linter 2022-10-20 20:44:46 +02:00
job_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
lease.go account for nil holderIdentity case 2022-10-13 11:31:11 -04:00
lease_test.go account for nil holderIdentity case 2022-10-13 11:31:11 -04: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 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 Add all stable metrics 2022-10-14 08:25:39 -04:00
namespace_test.go Add all stable metrics 2022-10-14 08:25:39 -04: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 Add all stable metrics 2022-10-14 08:25:39 -04:00
node_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
persistentvolume.go Add all stable metrics 2022-10-14 08:25:39 -04:00
persistentvolume_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
persistentvolumeclaim.go Add all stable metrics 2022-10-14 08:25:39 -04:00
persistentvolumeclaim_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
pod.go Recommend kube-scheduler alternatives 2022-11-03 23:46:20 +05:30
pod_test.go Recommend kube-scheduler alternatives 2022-11-03 23:46:20 +05:30
poddisruptionbudget.go Add all stable metrics 2022-10-14 08:25:39 -04:00
poddisruptionbudget_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
replicaset.go Add all stable metrics 2022-10-14 08:25:39 -04:00
replicaset_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
replicationcontroller.go Add all stable metrics 2022-10-14 08:25:39 -04:00
replicationcontroller_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
resourcequota.go Add all stable metrics 2022-10-14 08:25:39 -04:00
resourcequota_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
role.go add role and cluster role 2022-06-30 20:55:25 +09:00
role_test.go add role and cluster role 2022-06-30 20:55:25 +09:00
rolebinding.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
rolebinding_test.go add rolebinding metrics 2022-08-07 01:32:57 +09:00
secret.go Harden and add gosec linter 2022-10-20 20:44:46 +02:00
secret_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
service.go Add all stable metrics 2022-10-14 08:25:39 -04:00
service_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
serviceaccount.go Add support for the ServiceAccount resource (Ref: #1717) 2022-06-29 23:58:01 +02:00
serviceaccount_test.go Add support for the ServiceAccount resource (Ref: #1717) 2022-06-29 23:58:01 +02:00
statefulset.go Add all stable metrics 2022-10-14 08:25:39 -04:00
statefulset_test.go Add all stable metrics 2022-10-14 08:25:39 -04:00
storageclass.go Add all stable metrics 2022-10-14 08:25:39 -04:00
storageclass_test.go Add all stable metrics 2022-10-14 08:25:39 -04: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 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