Packing for #kubecon, excited to see folks next week and talk designs, APIs, bugs, or just catch up.
I'll also have a few of these with me to give away. If you want one, or want to talk about the life-changing good news in it, find me next week and let me know.
@stefanprodan Ah. That sounds like a bug on their side then. Using the toolchain directive that way would be correct. Using the go.mod version that way is not (that's only a minimum)
@stefanprodan However, the patch version of dependencies should be treated as a minimum, seems like a go bug for it to downgrade you … mind filing a Go issue for that?
@stefanprodan Various go commands put the patch version there automatically, and complain when it isn't present. Was an oversight to not bump that 1.22.2, we'll fix that up asap.
@ibuildthecloud@originalavalamp@dims Original API server wasn't structured that way, but deads2k did a massive series of refactors in 2016-2017 as part of admission and custom resource additions that shifted to that structure. And yes, he was a Java developer in a former life.
@the_sttts Gems from that thread:
ConfigBucket, ConfigBlob, ConfigDatasNamespacer, ConfigBundle, ConfigInfo, Properties
"pluralizing plural things is complicated"
"by that precedent Secret should be SecretMap"
"Secretmap also sounds like there is treasure to be found"
@the_sttts Config was proposed → ConfigData in https://t.co/S8ehIwjz46 → ConfigMap in https://t.co/aVPObXfN8U based on discussion in https://t.co/5Ycy11d8XD
@stefanprodan@fluxcd There is no built-in conversion webhook, so I'm confused as well. A reproducer would be super helpful in tracking down the issue. The timing of https://t.co/BzXN6UkqKl looks like this isn't specific to 1.27
@cveiche@kubernetesio I tagged the group that handles reports into https://t.co/0Mnv1a3f8m and made sure they saw it. You should hear back shortly … sorry the wires got crossed.
@lizrice@thockin FYI, the special-case list kubectl uses to format is at https://t.co/NwUsYdMalN … not sure if I'd recommend trying to chase cases we find or dropping the formatting entirely