Varsha
Varsha
@yuzhiquan @ArjunDandagi I can work on this fix and submit a PR if that's fine. /assign @varshaprasad96
@ArjunDandagi Yes, sure!
While looking at this, @ArjunDandagi and I found that the `Pod` spec contains a field named `InitConatiners` (https://github.com/kubernetes/api/blob/699cbbc336e23257e05cd1e5c97343e64ec4ccb3/core/v1/types.go#L3143) which is of the type `[]Container`. The container in turn has liveness...
/ok-to-test
@itroyano Thanks for raising the issue. Some info on how this is done today: When a new plugin is released (for ex. go/) and we would like to pull that...
> A question I don't see addressed in the design doc - will there be a way for users to programmatically accept permission claims? I know there's danger there and...
@ncdc I can work on this sometime this week and rebase with the latest changes.
@p0lyn0mial The process which I usually follow to scope clients is: Option 1: 1. Wrap an existing config with the cluster round tripper - (ie) using https://pkg.go.dev/github.com/kcp-dev/apimachinery/pkg/client#SetMultiClusterRoundTripper 2. Pass a...
@sttts could you please elaborate on what is to be done to add OpenAPI v3 support to crdpuller. I can work on it. Thanks!