Skip to content

Commit 9aa70b8

Browse files
authored
Merge pull request #719 from minivolk/master
Add timeouts plugin coredns
2 parents 40e0c48 + 4762957 commit 9aa70b8

File tree

5 files changed

+187
-0
lines changed

5 files changed

+187
-0
lines changed

cmd/node-cache/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import (
4646
_ "github.com/coredns/coredns/plugin/reload"
4747
_ "github.com/coredns/coredns/plugin/rewrite"
4848
_ "github.com/coredns/coredns/plugin/template"
49+
_ "github.com/coredns/coredns/plugin/timeouts"
4950
_ "github.com/coredns/coredns/plugin/trace"
5051
_ "github.com/coredns/coredns/plugin/whoami"
5152
"k8s.io/dns/pkg/version"

vendor/github.com/coredns/coredns/plugin/pkg/durations/durations.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coredns/coredns/plugin/timeouts/README.md

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coredns/coredns/plugin/timeouts/timeouts.go

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ github.com/coredns/coredns/plugin/pkg/cidr
219219
github.com/coredns/coredns/plugin/pkg/dnstest
220220
github.com/coredns/coredns/plugin/pkg/dnsutil
221221
github.com/coredns/coredns/plugin/pkg/doh
222+
github.com/coredns/coredns/plugin/pkg/durations
222223
github.com/coredns/coredns/plugin/pkg/edns
223224
github.com/coredns/coredns/plugin/pkg/fall
224225
github.com/coredns/coredns/plugin/pkg/fuzz
@@ -242,6 +243,7 @@ github.com/coredns/coredns/plugin/reload
242243
github.com/coredns/coredns/plugin/rewrite
243244
github.com/coredns/coredns/plugin/template
244245
github.com/coredns/coredns/plugin/test
246+
github.com/coredns/coredns/plugin/timeouts
245247
github.com/coredns/coredns/plugin/trace
246248
github.com/coredns/coredns/plugin/whoami
247249
github.com/coredns/coredns/request

0 commit comments

Comments
 (0)