From 2551297d6cda1667d41315e56578d5194bac1a76 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Fri, 25 Jan 2019 08:36:49 -0800 Subject: [PATCH] update indentation; copyright year --- internal/collector/ingress.go | 2 +- internal/collector/ingress_test.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/collector/ingress.go b/internal/collector/ingress.go index d7dd0115bc..bf0cb6184f 100644 --- a/internal/collector/ingress.go +++ b/internal/collector/ingress.go @@ -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. diff --git a/internal/collector/ingress_test.go b/internal/collector/ingress_test.go index 0ed998fd78..0dbb253092 100644 --- a/internal/collector/ingress_test.go +++ b/internal/collector/ingress_test.go @@ -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. @@ -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