WIP making a mess for stack deploy

This commit is contained in:
2021-09-01 14:03:39 +02:00
parent ac86912ead
commit 09873b42ce
2 changed files with 56 additions and 38 deletions

View File

@ -136,9 +136,6 @@ func quotesOrWhitespace(r rune) bool {
return unicode.IsSpace(r) || r == '"' || r == '\''
}
func DeployStack(namespace string) {
}
// pruneServices removes services that are no longer referenced in the source
func pruneServices(ctx context.Context, cl *apiclient.Client, namespace convert.Namespace, services map[string]struct{}) {
oldServices, err := getStackServices(ctx, cl, namespace.Name())