John Gardiner Myers
John Gardiner Myers
Blocked by #3910
@larhauga please rebase to clear the failed Action
Sounds like that would be a good place to put the labels, so one could use the noop registry.
May well be. I don't know much about Cloudflare.
I removed ambassador from my module cache and re-downloaded it. I still get the yyk checksum. `go mod verify` isn't giving me any errors.
We'll need to either upgrade ambassador at some point or we'll need to vendor the CRD type and drop ambassador as a dependency.
This affects the Webhook provider. I think we need separate struct definitions for the webhook format (which will include provider-specific properties) and the CRD (which will not include such).
Hopefully users wouldn't need to maintain their own list of acceptable instance types in order to handle the "fuse" use case, as fuse doesn't depend on particular instance types. It's...
My suggestion is to do this with dependencies. Have jackson-databind add a dependency to a new package, say "jackson-defaulttyping". Then a client could explicitly exclude that dependency, causing calls to...