Fix minor typo

This commit is contained in:
Mikael Johansson 2022-10-22 13:16:06 +02:00
parent 1a73a3747e
commit b9996e2627

View File

@ -31,7 +31,7 @@ import (
"sigs.k8s.io/external-dns/endpoint"
)
// This is a compile-time validation that glooSource is a Source.
// This is a compile-time validation that kongTCPIngressSource is a Source.
var _ Source = &kongTCPIngressSource{}
const defaultKongNamespace = "kong"