Daniel Mangum

Results 133 comments of Daniel Mangum

Just an update for folks here, new file permission strategy has been implemented for 1.19 in this PR: https://github.com/kubernetes/kubernetes/pull/89193 Taking a look at the KEP (https://github.com/kubernetes/enhancements/pull/1598), it appears that the...

@stv0g I noticed that in the `pion/udp` migration, [this commit](https://github.com/pion/udp/commit/2589407f52c94a7e1ec63d17df744eabc4fb1ea5) and the corresponding `sync` package were not migrated -- was that intentional?

@stv0g I'm not sure introducing the `sync` package was the proper fix for https://github.com/pion/udp/issues/74, but it seems as though after migrating `pion/udp` here we are back to the state in...

Just hit this in the wild. Example of what the error looks like for posterity: ``` 🤖 (kxp) k get apibindings kubernetes -o yaml -w apiVersion: apis.kcp.dev/v1alpha1 kind: APIBinding metadata:...

In the specific case above, there wasn't actually a naming conflict. The APIBinding in question just wasn't ready yet because the APIExport it referenced did not yet exist.

@mjudeikis thanks for the write-up! > I would be almost tempted to go for full deny of APIExport or not serve them at all in the virtualWorkspace if one of...

This is tough because I agree that the solution here is just not using `omitempty` at all, but that would be a pretty big divergence. However, I feel that the...

@muvaf @negz do we feel good about removing `omitempty` across the board? If so, I would like to go ahead and move on this while implementing more `v1beta1` resources.