Jessie Chatham Spencer
Jessie Chatham Spencer
In that case should I leave this until https://github.com/libp2p/go-libp2p/issues/1554 is fixed? Edit: go-libp2p-swarm isn't used when creating the hosts, so that is probably why the tests pass.
Can I have a go at implementing ephemeral container support?
Can I work on this?
I have not been able to find a good way to convert `DynamicObject` to `K: Resource`. I have attempted to use a serde based approach serializing the data in DynamicObject...
Awesome thanks :+1:
If possible I would like to work on this. From a quick glance it looks like I need to: 1. Add a short_names field to ApiResource. 2. Update the code...
Interesting, I think it makes more sense to include short names as an `Option` in `ApiResource` mirroring what [APIResource](https://docs.rs/k8s-openapi/latest/k8s_openapi/apimachinery/pkg/apis/meta/v1/struct.APIResource.html) does. I don't think short names belong in `ApiCapabilties` since a...
No worries, that makes sense.
Alright so as far as I can tell we want to support replacing, updating and reading ephemeral containers for a pod. I have found the following operations in https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#podspec-v1-core. `PATCH...
Awesome, that is my understanding as well.