bastoune

Results 12 comments of bastoune

Hi thanks for your reply, I can't find a way to make such a PR ?

@shivamv Thanks for the reply, going to spend more time to understands this ;)

Same problem here, can't find a pretty solution !

I would like some feedback on my Workaround : My problem was to filter the `contracts` of `container` by their date. The container were filtered but not the associated contracts....

@HeinDR not sure to understand exactly where you did this ? Did you decorate `FilterEagerLoadingExtension` ?

@HeinDR Ok thanks, Overriding base of `ApiPlatform` classes something i would like to avoid as much as I can.

Maybe you can use default limit ranges ? Example: ``` apiVersion: v1 kind: LimitRange metadata: name: mem-limit-range namespace: default spec: limits: - default: memory: 4Gi cpu: 2 defaultRequest: memory: 256Mi...