Skip to content

Commit 4762957

Browse files
committed
Add timeouts plugin coredns
1 parent 7c36dd0 commit 4762957

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
@@ -140,6 +140,7 @@ github.com/coredns/coredns/plugin/pkg/cidr
140140
github.com/coredns/coredns/plugin/pkg/dnstest
141141
github.com/coredns/coredns/plugin/pkg/dnsutil
142142
github.com/coredns/coredns/plugin/pkg/doh
143+
github.com/coredns/coredns/plugin/pkg/durations
143144
github.com/coredns/coredns/plugin/pkg/edns
144145
github.com/coredns/coredns/plugin/pkg/fall
145146
github.com/coredns/coredns/plugin/pkg/fuzz
@@ -163,6 +164,7 @@ github.com/coredns/coredns/plugin/reload
163164
github.com/coredns/coredns/plugin/rewrite
164165
github.com/coredns/coredns/plugin/template
165166
github.com/coredns/coredns/plugin/test
167+
github.com/coredns/coredns/plugin/timeouts
166168
github.com/coredns/coredns/plugin/trace
167169
github.com/coredns/coredns/plugin/whoami
168170
github.com/coredns/coredns/request

0 commit comments

Comments
 (0)