dongjoon-hyun opened a new pull request, #752: URL: https://github.com/apache/spark-kubernetes-operator/pull/752
### What changes were proposed in this pull request? This PR aims to add a `doc.crds.dev` link to `docs/spark_custom_resources.md` so that users can browse the full `SparkApplication` and `SparkCluster` CRD schemas on the web. - https://doc.crds.dev/github.com/apache/spark-kubernetes-operator ### Why are the changes needed? `doc.crds.dev` is a community service that indexes CRDs from public git repositories and renders all `spec` and `status` fields with types and descriptions in a browsable form. It already indexes this repository, so linking it from the custom resources documentation lets users explore the full CRD schemas without cloning the repository or reading the raw CRD YAML files. ### Does this PR introduce _any_ user-facing change? No. This is a documentation-only change. ### How was this patch tested? Manual review. Verified that the link resolves and shows the `SparkApplication` and `SparkCluster` CRDs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 -- 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]
