Merge pull request #5801 from dzzg/patch-1
fix wrong spells in ingress.go
This commit is contained in:
commit
42bbc6b37b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue