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 Feb 5, 2019
1 parent 535ddb5 commit 2551297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/collector/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 Down
6 changes: 3 additions & 3 deletions internal/collector/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 Down Expand Up @@ -32,9 +32,9 @@ func TestIngressCollector(t *testing.T) {
metav1StartTime := 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 2551297

Please sign in to comment.