Siyu Wang
Siyu Wang
@harshanarayana Aha, understand. I think it is acceptable to add a `OnStoppedLeading` into `manager.Options`, in which ppl could define their things to do when leader election lost. WDYT @alvaroaleman @vincepri
As I said in #1670, controller-runtime does have the setup-envtest in releases. But You have to import it in your project with build tool and then you can install it...
You should use `workqueue_depth`, which is the current depth of workqueue. Here are some metrics for workqueue: https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/metrics/workqueue.go#L41
@Somefive k/component-base is synced from k/k/staging/src/k8s.io/component-base and mostly for those core components of Kubernetes, such as KCM, kube-scheduler, which will not import controller-runtime. On the other hand, most custom Operators...
@roustem It has not supported for IOS yet.
@J-ZhengLi Please feel free to open a PR to fix the doc.
Emm, I don't think it's a good idea to add a convertion here. Maybe just let the return string be same to the real one from the OS provider.
@krurkshell Thanks for fixing this. There might be some conflicts in `lib.rs`, could you rebase master and fix them?
> As explained in [denoland/deno#9862](https://github.com/denoland/deno/issues/9862) and in Microsoft documentation, this is because `sys-info-rs` uses the `GetVersionEx` Win32 API, which - since windows 8.1 - returns the version number the current...