1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00
Files
cli/cliclient
Dan Ramich 463cba5c1b Update cli client to build in parallel
Problem:
When creating the master client, three other clients are needed which
requires multiple calls to the rancher server. This is done synchronously
and causes large delays before the command is actually run

Solution:
Build the clients async to speed up the time it takes to build the
master client
2018-05-07 18:46:44 +02:00
..