Nic Cope

Results 846 comments of Nic Cope

@turkenh Yeah, good question. I actually opened https://github.com/crossplane/crossplane/pull/5651 today to try using a single cache when realtime compositions are enabled. It needs more work though. It doesn't pass E2E tests...

> Could it be possible to leverage those caches while getting/reading composed resources? 🤔 I think we do when realtime compositions are enabled. There's code in runtime that wraps a...

Thanks @dalton-hill-0! I like the way this is looking from a code perspective. Before we merge though I want to try enumerate the types of events this is going to...

FWIW the contract between function SDKs and Crossplane is protobuf, and we intend to follow good forward/backward compatibility rules there. So in general: * If Crossplane is newer than your...

If you're looking at this issue because you're trying to use the `--manage` flag and being told to use `--deprecated-manage` instead please let us know. We think that no-one uses...

> I don't quite understand what is going on and what is the intention. @dee-kryvenko the intention was to remove a feature that we had reason to believe no-one wanted...

``` crossplane lint --old=old-xrd.yaml new-xrd.yaml ``` If we supported linting XRD changes we could also look for breaking changes, e.g: * Introducing new required fields. * Making required fields optional....