Ahmet Alp Balkan
Ahmet Alp Balkan
@JoelSpeed that seems to work (thanks!), albeit a bit awkward: ```go // +k8s:deepcopy-gen=true // +listType=map // +listMapKey=type type Conditions []Condition type FooStatus struct{ Conditions Conditions `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"` } ```...
> , but out of curiosity what's the use case for zeroing the entire `Status`? I'm trying to store these objects as JSON in another medium and I don't need...
Right, I could probably use various libraries to craft a YAML representation from a Go struct and manually delete certain nodes from the YAML document. I only wanted to point...
It probably has something to do with Docker Remote API or the docker daemon. This library is pretty dumb, so highly doubt that's the issue.
What sort of debugging you've done so far to make you say "its def" this library?
You can install by setting env var KREW_ARCH=amd64 on Apple silicon.
Sorry nvm this is Linux. Feel free to make the PR, should be easy.
I will give it a shot. I hit that in porting go-linq to generics as well.
/lifecycle frozen /kind bug
I'm failing to understand the use case for this. I never needed something like this and fzf does a good job of filtering the same results without introducing a flag...