You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an crossplane-runtime based Elasticsearch provider. One of the things I'd like to automate is the lifecycle of Ingest Pipelines. As you can see in the docs there is a recursive "on_failure" element to the API call.
An example of a real, even more nested ingest pipeline:
What happened?
I am working on an crossplane-runtime based Elasticsearch provider. One of the things I'd like to automate is the lifecycle of Ingest Pipelines. As you can see in the docs there is a recursive "on_failure" element to the API call.
An example of a real, even more nested ingest pipeline:
How can we reproduce it?
An example with some irrelevant fields omitted:
run make generate
The generation will fail due to endless recursion in https://github.com/crossplane/crossplane-tools/blob/master/internal/types/types.go#L89
What environment did it happen in?
crossplane-provider template tip
I have a patch ready and will send it shortly.
Cheers
The text was updated successfully, but these errors were encountered: