mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
grpc server (#1058)
Some checks failed
Post / coverage (push) Failing after 36m50s
Post / images (amd64) (push) Failing after 8m47s
Post / images (arm64) (push) Failing after 8m15s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m8s
Close stale issues and PRs / stale (push) Successful in 50s
Some checks failed
Post / coverage (push) Failing after 36m50s
Post / images (amd64) (push) Failing after 8m47s
Post / images (arm64) (push) Failing after 8m15s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m8s
Close stale issues and PRs / stale (push) Successful in 50s
Signed-off-by: Wei Liu <liuweixa@redhat.com>
This commit is contained in:
@@ -17,6 +17,7 @@ import (
|
||||
"open-cluster-management.io/ocm/pkg/cmd/spoke"
|
||||
"open-cluster-management.io/ocm/pkg/cmd/webhook"
|
||||
"open-cluster-management.io/ocm/pkg/features"
|
||||
"open-cluster-management.io/ocm/pkg/server/grpc"
|
||||
"open-cluster-management.io/ocm/pkg/version"
|
||||
)
|
||||
|
||||
@@ -62,6 +63,7 @@ func newRegistrationCommand() *cobra.Command {
|
||||
cmd.AddCommand(hub.NewRegistrationController())
|
||||
cmd.AddCommand(spoke.NewRegistrationAgent())
|
||||
cmd.AddCommand(webhook.NewRegistrationWebhook())
|
||||
cmd.AddCommand(grpc.NewGRPCServer())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user