diff options
author | 2019-08-14 00:47:23 +0800 | |
---|---|---|
committer | 2019-08-13 09:47:23 -0700 | |
commit | 3c45e55f91d8773b76252ffdc7b7285d12d6a1e5 (patch) | |
tree | 3ffa2f4c2affeaa68e21eb1cbac01b0b2f2895fa /plugin/kubernetes/parse.go | |
parent | a23617b84b9d846a90df8c627abeb83cda0b0896 (diff) | |
download | coredns-3c45e55f91d8773b76252ffdc7b7285d12d6a1e5.tar.gz coredns-3c45e55f91d8773b76252ffdc7b7285d12d6a1e5.tar.zst coredns-3c45e55f91d8773b76252ffdc7b7285d12d6a1e5.zip |
Update parse.go (#3122)
Diffstat (limited to 'plugin/kubernetes/parse.go')
-rw-r--r-- | plugin/kubernetes/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/parse.go b/plugin/kubernetes/parse.go index 60d2d3402..c16adc4ca 100644 --- a/plugin/kubernetes/parse.go +++ b/plugin/kubernetes/parse.go @@ -78,7 +78,7 @@ func parseRequest(state request.Request) (r recordRequest, err error) { return r, nil } - // Because of ambiquity we check the labels left: 1: an endpoint. 2: port and protocol. + // Because of ambiguity we check the labels left: 1: an endpoint. 2: port and protocol. // Anything else is a query that is too long to answer and can safely be delegated to return an nxdomain. switch last { |