..
builder.go
Merge pull request #1799 from kaitoii11/rolebinding
2022-08-18 12:22:12 -07: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
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
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
Replace pkg/errors with stdlib errors
2022-08-15 20:25:09 +02: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
graduate new endpoint metrics to STABLE
2022-08-23 09:06:49 +02:00
endpoint_test.go
graduate new endpoint metrics to STABLE
2022-08-23 09:06:49 +02:00
horizontalpodautoscaler.go
chore: apply suggestions from code review
2022-05-04 10:11:11 +02:00
horizontalpodautoscaler_test.go
update(hpa): according to code review
2022-05-04 10:34:22 +02: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
Add metric for pod tolerations (Ref: #1744 )
2022-06-29 17:56:52 +02:00
pod_test.go
Add metric for pod tolerations (Ref: #1744 )
2022-06-29 17:56:52 +02: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
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
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
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
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
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