Skip to content

Commit

Permalink
update indentation; copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
r0fls committed Jan 28, 2019
1 parent 8716313 commit 56b7f00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/collectors/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"sort"
"strings"

"k8s.io/api/extensions/v1beta1"
"k8s.io/api/extensions/v1beta1"

"k8s.io/kube-state-metrics/pkg/metrics"
metricsstore "k8s.io/kube-state-metrics/pkg/metrics_store"
Expand Down
4 changes: 2 additions & 2 deletions pkg/collectors/ingress.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2018 The Kubernetes Authors All rights reserved.
Copyright 2019 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@ package collectors
import (
"k8s.io/kube-state-metrics/pkg/metrics"

"k8s.io/api/extensions/v1beta1"
"k8s.io/api/extensions/v1beta1"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand Down
8 changes: 4 additions & 4 deletions pkg/collectors/ingress_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2018 The Kubernetes Authors All rights reserved.
Copyright 2019 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@ package collectors
import (
"testing"

"k8s.io/api/extensions/v1beta1"
"k8s.io/api/extensions/v1beta1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand All @@ -31,9 +31,9 @@ func TestIngressCollector(t *testing.T) {
metav1beta1StartTime := metav1.Unix(int64(startTime), 0)

const metadata = `
# HELP kube_ingress_labels Kubernetes labels converted to Prometheus labels.
# HELP kube_ingress_labels Kubernetes labels converted to Prometheus labels.
# TYPE kube_ingress_labels gauge
# HELP kube_ingress_info Information about ingress.
# HELP kube_ingress_info Information about ingress.
# TYPE kube_ingress_info gauge
# HELP kube_ingress_created Unix creation timestamp
# TYPE kube_ingress_created gauge
Expand Down

0 comments on commit 56b7f00

Please sign in to comment.