villebro opened a new pull request, #23: URL: https://github.com/apache/superset-kubernetes-operator/pull/23
## Summary Add `resources` field to `PodTemplate` to support Kubernetes 1.34's pod-level resource requirements, enabling resource sharing among containers in a pod. Wired through the resolution layer (component-wins-if-set semantics) and both deployment and init pod builders. ## Details - Pod-level `resources` on `PodTemplate` with full merge support (component wins if set) - Wired in `buildDeploymentSpec()` and `buildInitPod()` - Unit test, CRD regeneration, user guide documentation with example - Docs cleanup: fix outdated "How to Add a New Component" guide, add missing `child_controllers.go` to directory layout, consolidate testing philosophy section - Simplify PR template to just Summary + Details (remove checkboxes and boilerplate sections) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
