terminology: rename layout -> plan

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-03-30 19:40:44 -07:00
parent f901918266
commit e6674b7b7e
14 changed files with 51 additions and 51 deletions

View File

@@ -132,7 +132,7 @@ func (c *Client) buildfn(ctx context.Context, deployment *Deployment, ch chan *b
s := NewSolver(c.c, gw, ch)
lg.Debug().Msg("loading configuration")
if err := deployment.LoadLayout(ctx, s); err != nil {
if err := deployment.LoadPlan(ctx, s); err != nil {
return nil, err
}