mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 17:24:20 -04:00
@@ -151,9 +151,7 @@ func (k *Kubernetes) IsNameError(err error) bool {
|
||||
}
|
||||
|
||||
// Debug implements the ServiceBackend interface.
|
||||
func (k *Kubernetes) Debug() string {
|
||||
return "debug"
|
||||
}
|
||||
func (k *Kubernetes) Debug() string { return "debug" }
|
||||
|
||||
func (k *Kubernetes) getClientConfig() (*rest.Config, error) {
|
||||
// For a custom api server or running outside a k8s cluster
|
||||
|
||||
Reference in New Issue
Block a user