aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/handler.go')
-rw-r--r--plugin/kubernetes/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/handler.go b/plugin/kubernetes/handler.go
index f61bb69b1..4606e3747 100644
--- a/plugin/kubernetes/handler.go
+++ b/plugin/kubernetes/handler.go
@@ -59,7 +59,7 @@ func (k Kubernetes) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.M
}
if k.IsNameError(err) {
- if k.Fallthrough {
+ if plugin.Fallthrough(k.Fallthrough, state.Name()) {
return plugin.NextOrFailure(k.Name(), k.Next, ctx, w, r)
}
return plugin.BackendError(&k, zone, dns.RcodeNameError, state, nil /* err */, plugin.Options{})
='insertions'>+1 2019-08-21doc upGravatar Jorge Aparicio 43-447/+638 2019-08-20adapt to changes in rtfm-syntaxGravatar Jorge Aparicio 11-14/+28 2019-07-12use a stable heapless releaseGravatar Jorge Aparicio 1-1/+1 2019-07-11bump dependenciesGravatar Jorge Aparicio 1-2/+2 2019-07-11change Monotonic::ratio return type to FractionGravatar Jorge Aparicio 5-17/+41 2019-07-11travis: enable stable buildsGravatar Jorge Aparicio 1-6/+6 2019-07-11implement the #[shared] attribute as specified in RFC #211Gravatar Jorge Aparicio 1-1/+5 2019-07-10implement RFC #212Gravatar Jorge Aparicio 25-274/+332 2019-07-03fix (cross-core) initialization barriersGravatar Jorge Aparicio 1-9/+11 2019-06-29WIPGravatar Jorge Aparicio 13-23/+115 2019-06-24check that the app is not compiled for more cores than were specifiedGravatar Jorge Aparicio 1-0/+14 2019-06-24Monotonic trait is safe; add MultiCore traitGravatar Jorge Aparicio 7-9/+35 2019-06-20RFC #207Gravatar Jorge Aparicio 33-142/+143 2019-06-18homogeneous mode doesn't depend on microampGravatar Jorge Aparicio 1-1/+1 2019-06-18add homogeneous multi-core supportGravatar Jorge Aparicio 33-53/+385 2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 127-5832/+4056 2019-05-21bump heapless dependency to v0.5.0; remove "nightly" featureGravatar Jorge Aparicio 5-136/+57 2019-05-21remove unused checkGravatar Jorge Aparicio 3-260/+49 2019-05-21removes the maybe_uninit feature gateGravatar Jorge Aparicio 3-51/+21 2019-05-09generate resource proxies only when neededGravatar Jorge Aparicio 1-29/+32 2019-05-08document resolution and range of Instant and DurationGravatar Jorge Aparicio 1-0/+31 2019-05-08fix typoGravatar Jorge Aparicio 1-1/+1 2019-05-08write generated code to disk for easier inspectionGravatar Jorge Aparicio 2-1/+74 2019-05-01document internalsGravatar Jorge Aparicio 10-5/+1767 2019-05-01book: indirection for faster message passingGravatar Jorge Aparicio 5-3/+128 2019-05-01rtfm::app: update error messageGravatar Jorge Aparicio 1-1/+1 2019-05-01push docs to another repo & update READMEGravatar Jorge Aparicio 2-4/+5 2019-05-01travis: disable builds on stableGravatar Jorge Aparicio 1-6/+6 2019-05-01ci: the singleton example has been removedGravatar Jorge Aparicio 1-8/+0 2019-05-01update the bookGravatar Jorge Aparicio 8-48/+20 2019-05-01test RFC 147Gravatar Jorge Aparicio 5-0/+93 2019-05-01update compile-fail testsGravatar Jorge Aparicio 35-179/+95 2019-05-01update compile-pass testsGravatar Jorge Aparicio 10-212/+107 2019-05-01update examplesGravatar Jorge Aparicio 23-235/+159 2019-05-01implement RFCs 147 and 155, etc.Gravatar Jorge Aparicio 11-2252/+2412 2019-04-21bors: do not merge PRs labeled S-blockedGravatar Jorge Aparicio 1-1/+2 2019-04-21v0.4.3Gravatar Jorge Aparicio 4-8/+31