log.Debugf("Cluster discovery processed with %d resources, version %q and nonce %q, clusters: %v",len(resp.GetResources()),c.Version(cdsURL),c.Nonce(cdsURL),a.clusters())
log.Debugf("Cluster discovery processed with %d resources, version %q and nonce %q",len(resp.GetResources()),c.Version(cdsURL),c.Nonce(cdsURL))
// set our local administration and ack the reply. Empty version would signal NACK.
// set our local administration and ack the reply. Empty version would signal NACK.
log.Debugf("Endpoint discovery processed with %d resources, version %q and nonce %q, clusters: %v",len(resp.GetResources()),c.Version(edsURL),c.Nonce(edsURL),c.assignments.clusters())
log.Debugf("Endpoint discovery processed with %d resources, version %q and nonce %q",len(resp.GetResources()),c.Version(edsURL),c.Nonce(edsURL))
// set our local administration and ack the reply. Empty version would signal NACK.
// set our local administration and ack the reply. Empty version would signal NACK.