feat: support x-machines placement constraints in compose files (#90)

This commit is contained in:
Evgenii Orlov
2025-07-10 16:46:29 +10:00
committed by GitHub
parent 492a0af2b2
commit 31cd4c77e9
22 changed files with 472 additions and 39 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ package cluster
import (
"fmt"
"github.com/spf13/cobra"
"github.com/psviderski/uncloud/internal/ucind"
"github.com/spf13/cobra"
)
func NewCreateCommand() *cobra.Command {
+1 -1
View File
@@ -2,8 +2,8 @@ package cluster
import (
"fmt"
"github.com/spf13/cobra"
"github.com/psviderski/uncloud/internal/ucind"
"github.com/spf13/cobra"
)
func NewRemoveCommand() *cobra.Command {