kube-state-metrics/internal/collector
xieyanker 7bae302e93 remove storageclass resource_version 2019-06-06 18:34:19 +08:00
..
builder.go Add Metrics About StorageClass 2019-06-05 11:32:54 +08:00
certificatesigningrequest.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
certificatesigningrequest_test.go Add collector for csr 2019-03-21 09:03:42 +08:00
configmap.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
configmap_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
cronjob.go lint: fix gocritic issues and add gocritic linter 2019-05-14 16:50:14 -07:00
cronjob_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
daemonset.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
daemonset_test.go use appsv1 apigroup for StatefulSets and DaemonSets 2019-04-18 01:50:51 -07:00
deployment.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
deployment_test.go use the appsv1 package as it is more appropriate for deployment runtimeObject 2019-01-31 22:36:56 -08:00
endpoint.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
endpoint_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
hpa.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
hpa_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
ingress.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
ingress_test.go Add additional ingress metrics 2019-05-04 20:22:54 -04:00
job.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
job_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
limitrange.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
limitrange_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
namespace.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
namespace_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
node.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
node_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
persistentvolume.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
persistentvolume_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
persistentvolumeclaim.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
persistentvolumeclaim_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
pod.go Add pod init container metrics 2019-05-19 23:18:06 -07:00
pod_test.go Add pod init container metrics 2019-05-19 23:18:06 -07:00
poddisruptionbudget.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
poddisruptionbudget_test.go *: Move collectors pkg to internal directory 2019-01-23 10:51:30 +01:00
replicaset.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
replicaset_test.go fix all golint issues in kube-state-metrics 2019-03-02 10:11:18 -08:00
replicationcontroller.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
replicationcontroller_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
resourcequota.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
resourcequota_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
secret.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
secret_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
service.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
service_test.go lint: add golangci-lint to the CI pipeline of kube-state-metrics 2019-03-04 10:13:18 -08:00
statefulset.go collector: De-duplicate common code for building collectors 2019-05-06 16:13:36 +02:00
statefulset_test.go use appsv1 apigroup for StatefulSets and DaemonSets 2019-04-18 01:50:51 -07:00
storageclass.go remove storageclass resource_version 2019-06-06 18:34:19 +08:00
storageclass_test.go remove storageclass resource_version 2019-06-06 18:34:19 +08:00
testutils.go use a more idiomatic way of handling error messages 2019-04-14 00:00:51 -07:00
testutils_test.go Adding unit test 2019-04-27 22:22:41 -04:00
utils.go internal/collector: Preallocate metric slice length when known upfront 2019-04-05 12:34:14 +02:00
utils_test.go fixing test failure 2019-04-25 03:52:05 -04:00