fix wrong spells in ingress.go

Signed-off-by: dzzg <zhengguang.zhu@daocloud.io>
pull/5801/head
dzzg 2019-07-28 02:07:23 +08:00 committed by GitHub
parent 87a0fe0c75
commit 938ca06057
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