Bevan Arps
Bevan Arps
Using regular expressions would open up a whole raft of complex edge cases, purely because regular expressions are so powerful. I suspect there'd also be some funky encoding issues (esp...
> I am not worried about double quoting in YAML, Quoting in YAML is straightforward. Quoting in Regular expressions is also straightforward. Quoting a Regex when it's embedded in YAML?...
Is the problem perhaps that `status` and `sources` are two _incompatible_ ways to do the same thing - decide whether the task needs to be run or not. Assuming `Task`...
Consumers can't tell the difference whether a class is deeply immutable or whether it's just shallow - in both cases they have something that won't change state that can be...
@kofifus asked > All this push to make records indistinguishable from classes is really confusing, if they're the same why do we need records at all ? just for some...
We should wait until after #2521 is merged, but aim to do it shortly thereafer.
The discussion above relates to ASO v1 which is now in maintenance mode. We don't currently have a way in ASO v2 to do long-running ad-hoc operations, but we do...
Our current focus for ASO v2 is on faithfully reflecting ARM resources into Kubernetes, and we're not currently looking at layering additional functionality on top. This feature may require a...
Looks like `fluxConfiguration` is an extension resource but should be achievable.
We already have a support for a small number of non-ARM resources (e.g. [`User`](https://azure.github.io/azure-service-operator/reference/dbformysql/v1beta1/#dbformysql.azure.com/v1beta1.User) for MySQL), so I think it's within scope to consider more. It would be useful to...