kubeedge / mappers-go

KubeEdge Device Mappers written in go
Apache License 2.0
48 stars 67 forks source link

Add mapper template and refine the make method. #41

Closed sailorvii closed 3 years ago

sailorvii commented 3 years ago

What type of PR is this? /kind enhancement

What this PR does / why we need it: Make things easy to develop a new mapper.

Which issue(s) this PR fixes: Fixes #14

kubeedge-bot commented 3 years ago

@sailorvii: The label(s) kind/enhancement cannot be applied, because the repository doesn't have them

In response to [this](https://github.com/kubeedge/mappers-go/pull/41): >What type of PR is this? >/kind enhancement > >What this PR does / why we need it: >Make things easy to develop a new mapper. > >Which issue(s) this PR fixes: >Fixes #14 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
kubeedge-bot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fisherxu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubeedge/mappers-go/blob/main/OWNERS)~~ [fisherxu] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
gy95 commented 3 years ago

@sailorvii not support build docker images? we can run make mapper ble to build bluetooth binary file, And how to build bluetooth images?

sailorvii commented 3 years ago

@sailorvii not support build docker images? we can run make mapper ble to build bluetooth binary file, And how to build bluetooth images?

make mapper ble package You could try "make help" to get all actions.