Antoine Pelisse
Antoine Pelisse
```golang if err := r.Client.Ensure(ctx, &grp.MyKind{ fieldA: "foo", fieldB: "bar", }); err != nil { return ctrl.Result{}, err } ``` The big problem we have with that is that Server-Side...
Absolutely, we're using https://github.com/getkin/kin-openapi internally to validate that our OpenAPI definition is valid, but you can also validate data against an OpenAPI definition! (I think). Let me know how this...
For general lack of access, I'm planning on working on a tool to extract it from clusters and push it either as a file, base-layer docker image, but indeed you...
FYI, I've used [httpcache](https://github.com/gregjones/httpcache) in Golang, for Kubernetes, and the equivalent is definitely missing in Rust ecosystem.
/ok-to-test That test should fail right?
Can you explain your rational?
Sorry, I was in a meeting when I wrote that. Apply and Update have been implemented/designed as being incompatible because they don't have the same mechanisms of owning fields, which...
Ah yeah, you're right, smd doesn't differentiate and just overrides everything. Why don't you add more tests here to verify that the behavior would work as you expect? You can...
I have done or plan on doing: - [x] Split into multiple tasks and added to the umbrella issue - [x] Documented in the KEP https://github.com/kubernetes/enhancements/pull/1320 - [x] Created a...
I just found some documentation for this here: https://github.com/kubernetes/kube-openapi/blob/master/pkg/idl/doc.go I have no memory of writing this, but sure. Also I don't think `+mapType`and `+structType` are implemented in this repo, so...