Skip to content

Commit

Permalink
chore(vclusterctl): drop platform import space command
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Jun 11, 2024
1 parent 274c32e commit 3d57477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 99 deletions.
3 changes: 1 addition & 2 deletions cmd/vclusterctl/cmd/platform/import/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ func NewImportCmd(globalFlags *flags.GlobalFlags) *cobra.Command {

importCmd := &cobra.Command{
Use: "import",
Short: "Imports a virtual cluster / space into a vCluster platform project",
Short: "Imports a virtual cluster into a vCluster platform project",
Long: description,
Args: util.VClusterNameOnlyValidator,
}

importCmd.AddCommand(NewVClusterCmd(globalFlags))
importCmd.AddCommand(NewSpaceCmd(globalFlags))
return importCmd
}
97 changes: 0 additions & 97 deletions cmd/vclusterctl/cmd/platform/import/space.go

This file was deleted.

0 comments on commit 3d57477

Please sign in to comment.