fix wrong spells in ingress.go

Signed-off-by: dzzg <zhengguang.zhu@daocloud.io>
This commit is contained in:
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

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