Skip to content

Commit

Permalink
Migrate hive objects to have expected v1 labels
Browse files Browse the repository at this point in the history
- [x] Migrate hive objects to have expected v1 labels
- [x] Test manually
- [x] Add unit tests
  • Loading branch information
Thomas Wiest committed Feb 8, 2020
1 parent d6803ca commit 0297f98
Show file tree
Hide file tree
Showing 8 changed files with 951 additions and 11 deletions.
2 changes: 2 additions & 0 deletions contrib/cmd/hiveutil/main.go
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/openshift/hive/contrib/pkg/certificate"
"github.com/openshift/hive/contrib/pkg/createcluster"
"github.com/openshift/hive/contrib/pkg/deprovision"
"github.com/openshift/hive/contrib/pkg/labelobjects"
"github.com/openshift/hive/contrib/pkg/report"
"github.com/openshift/hive/contrib/pkg/testresource"
"github.com/openshift/hive/contrib/pkg/v1migration"
Expand Down Expand Up @@ -52,6 +53,7 @@ func newHiveutilCommand() *cobra.Command {
cmd.AddCommand(v1migration.NewV1MigrationCommand())
cmd.AddCommand(certificate.NewCertificateCommand())
cmd.AddCommand(adm.NewAdmCommand())
cmd.AddCommand(labelobjects.NewLabelObjectsCommand())

return cmd
}

0 comments on commit 0297f98

Please sign in to comment.