Merge pull request #5801 from dzzg/patch-1

fix wrong spells in ingress.go
This commit is contained in:
Ganesh Vernekar 2019-07-29 10:06:37 +05:30 committed by GitHub
commit 42bbc6b37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import (
"github.com/prometheus/prometheus/util/strutil"
)
// Ingress implements discovery of Kubernetes ingresss.
// Ingress implements discovery of Kubernetes ingress.
type Ingress struct {
logger log.Logger
informer cache.SharedInformer