parent
f77c6e55bf
commit
c9d567ab44
5 changed files with 9 additions and 9 deletions
|
@ -252,7 +252,7 @@ func (k *Kubernetes) InitKubeCache() (err error) {
|
|||
|
||||
// Records looks up services in kubernetes.
|
||||
func (k *Kubernetes) Records(ctx context.Context, state request.Request, exact bool) ([]msg.Service, error) {
|
||||
r, e := parseRequest(state)
|
||||
r, e := parseRequest(state.Name(), state.Zone)
|
||||
if e != nil {
|
||||
return nil, e
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue