dongjoon-hyun opened a new pull request, #822: URL: https://github.com/apache/spark-kubernetes-operator/pull/822
### What changes were proposed in this pull request? This PR introduces Fabric8 CRD POJOs for Kueue `v1beta1` (`kueue.x-k8s.io`), defines related constants, and adds unit tests: - **Kueue `v1beta1` POJOs** (`spark-operator` module): `Workload`, `WorkloadList`, `WorkloadSpec`, `WorkloadStatus`, `PodSet`, `Admission`, and `PodSetFlavors`. - **Constants** (`Constants.java`): Kueue label and CRD identifiers (`kueue.x-k8s.io/queue-name`, API group, version, and CRD name). - **Unit Tests** (`WorkloadTest.java`): Verification of `Workload` serialization/deserialization and status condition evaluation. ### Why are the changes needed? To lay the foundational data models for Kueue integration in `SparkApplication` as a small, incremental, and easily reviewable step. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Antigravity (Gemini 3.8 Flash) -- 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]
