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'm trying to use DisposableRequest to gather some data, and then I plan to iterate through it using go-templating, applying some logic based on the data. However, the response includes only partial results (the original output has hundreds of items in an array/list). Is this behavior expected? Could there be any trimming occurring at the provider level?
Please find the manifest which used retriving the account groups from Prisma Cloud.
As expected, all 1000 items appeared in the DisposableRequest resource's status.
Have you tried creating the DisposableRequest individually (not as part of a composition)? It could help us determine whether the issue lies with the request itself or with the processing done by the Go templating.
I had another look at the issue, and it seems to be working just fine now. I'm not sure what went wrong during the earlier tests, but everything is functioning as it should. DisposableRequest is returning all the objects as expected. Sorry for any trouble this may have caused. I'll go ahead and close the request.
What happened?
I'm trying to use DisposableRequest to gather some data, and then I plan to iterate through it using go-templating, applying some logic based on the data. However, the response includes only partial results (the original output has hundreds of items in an array/list). Is this behavior expected? Could there be any trimming occurring at the provider level?
Please find the manifest which used retriving the account groups from Prisma Cloud.
What environment did it happen in?
Crossplane version: v1.17.2
Include at least the version or commit of Crossplane you were running. Consider
also including your:
kubectl version
)uname -a
)The text was updated successfully, but these errors were encountered: