joyanta55

Results 8 comments of joyanta55

Thanks you so much @ityuhui Just asking, is the timestamp parsing is the main issue here? Because it was working fine for the pod api.

Hi @brendandburns , thanks a lot for your response. I actually tried the link you shared and then found out C k8s repo, doesn't contain BUILD.Bazel file, which is essential...

The exact error I am getting when I run bazel build > no such package '@kube-client-c//kubernetes': BUILD file not found in directory 'kubernetes' of external repository @kube-client-c. Add a BUILD...

Hi, I figured out a way to integrate this project in bazel. In WORKSPACE file: ``` K8s_GENRULE_BUILD = """ package(default_visibility = ["//visibility:public"]) genrule( name = "kubernetes_genrule", srcs = glob(["**"]), outs...

Sure, sounds like a great idea. I will create the PR, and send it for your reviews.

Hi Chen, Thanks a lot. I tried the customtopo.p4app, and I can set the bw from there `( info['bw'] = 50)`. But it looks like they have a limit on...