Skip to content

Commit

Permalink
Update pkg/cmd/dedicated/register/registercluster.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manyanda Chitimbo <[email protected]>
  • Loading branch information
dimakis and machi1990 authored Jan 26, 2023
1 parent 033e66f commit b53657d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/dedicated/register/registercluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func NewRegisterClusterCommand(f *factory.Factory) *cobra.Command {
}

// TODO add Localizer and flags
// add a flag for clustermgmt url, i.e --cluster-management-api-url, make the flag hidden, api.openshift.com or supply
// supply customer mgmt access token via a flag, i.e --access-token, make the flag hidden
// add a flag for clustermgmt url, i.e --cluster-management-api-url, make the flag hidden, default to api.openshift.com
// supply customer mgmt access token via a flag, i.e --access-token, make the flag hidden, default to ""
//flags := kafkaFlagutil.NewFlagSet(cmd, f.Localizer)
// this flag will allow the user to pass the cluster id as a flag
//opts.selectedClusterId = "123"
Expand Down

0 comments on commit b53657d

Please sign in to comment.