mirror of https://github.com/hashicorp/consul
add NodesOnly to the cache key
parent
b2db3d5eb4
commit
50fb45ac74
|
@ -699,6 +699,7 @@ func (r *ServiceDumpRequest) CacheInfo() cache.RequestInfo {
|
|||
v, err := hashstructure.Hash([]interface{}{
|
||||
keyKind,
|
||||
r.UseServiceKind,
|
||||
r.NodesOnly,
|
||||
r.Filter,
|
||||
r.EnterpriseMeta,
|
||||
}, nil)
|
||||
|
|
Loading…
Reference in New Issue