Adopt ManagedCluster & Klusterlet API in nucleus

This commit is contained in:
Michael D. Elder
2020-06-03 19:25:14 -04:00
parent 1eebfc59be
commit 399a6b9a73
47 changed files with 1395 additions and 876 deletions

View File

@@ -50,7 +50,7 @@ func newNucleusCommand() *cobra.Command {
}
cmd.AddCommand(operator.NewHubOperatorCmd())
cmd.AddCommand(operator.NewSpokeOperatorCmd())
cmd.AddCommand(operator.NewKlusterletOperatorCmd())
return cmd
}