villebro opened a new pull request, #154:
URL: https://github.com/apache/superset-kubernetes-operator/pull/154

   ## Summary
   
   Clarifies the controller development guidance around spec builders and live 
Kubernetes state. `build*Spec` helpers should construct desired Kubernetes 
specs from resolved CR/operator inputs only; preservation of API-server 
defaulted fields or fields owned by another controller should happen at the 
`CreateOrUpdate` boundary.
   
   This codifies the pattern already used for Service allocated fields and 
HPA-managed Deployment replicas.
   
   ## Details
   
   - Documents the “pure spec builder” convention in the contributing guide.
   - Consolidates and expands `preserveServiceAllocatedFields` unit coverage.
   - Covers Service allocation preservation, `HealthCheckNodePort`, and 
ExternalName clearing.
   - No runtime behavior change.
   


-- 
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]

Reply via email to