Closed joyanta55 closed 1 week ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: joyanta55 Once this PR has been reviewed and has the lgtm label, please assign ityuhui for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Added
BUILD
file in the kubernetes c client repository that helps integrating the library to externalBazel
users. Following are the changes needed from the external Bazel users to do.WORKSPACE
file:BUILD
file:The added filegroup allows to import kubernetes C client (i.e.
lib_source = "@kubernetes_c_client//:kubernetes
"), usecmake
ormake
bazel
rule provided byrules_foreign_cc
(https://github.com/bazel-contrib/rules_foreign_cc) to build and use.Make sure you install the pre-requisites (libyaml,libwebsocket etc.) beforehand. A working example can be found here