Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/node-cache/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import (
_ "github.com/coredns/coredns/plugin/reload"
_ "github.com/coredns/coredns/plugin/rewrite"
_ "github.com/coredns/coredns/plugin/template"
_ "github.com/coredns/coredns/plugin/timeouts"
_ "github.com/coredns/coredns/plugin/trace"
_ "github.com/coredns/coredns/plugin/whoami"
"k8s.io/dns/pkg/version"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 89 additions & 0 deletions vendor/github.com/coredns/coredns/plugin/timeouts/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions vendor/github.com/coredns/coredns/plugin/timeouts/timeouts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ github.com/coredns/coredns/plugin/pkg/cidr
github.com/coredns/coredns/plugin/pkg/dnstest
github.com/coredns/coredns/plugin/pkg/dnsutil
github.com/coredns/coredns/plugin/pkg/doh
github.com/coredns/coredns/plugin/pkg/durations
github.com/coredns/coredns/plugin/pkg/edns
github.com/coredns/coredns/plugin/pkg/fall
github.com/coredns/coredns/plugin/pkg/fuzz
Expand All @@ -163,6 +164,7 @@ github.com/coredns/coredns/plugin/reload
github.com/coredns/coredns/plugin/rewrite
github.com/coredns/coredns/plugin/template
github.com/coredns/coredns/plugin/test
github.com/coredns/coredns/plugin/timeouts
github.com/coredns/coredns/plugin/trace
github.com/coredns/coredns/plugin/whoami
github.com/coredns/coredns/request
Expand Down