Commit 39b04c4
committed
[SPARK-52606] Promote Spark CRDs to
### What changes were proposed in this pull request?
This PR aims to promote `Spark CRDs` from `v1beta1` to `v1` at Apache Spark K8s Operator `0.5.0`. After finalizing CRDs to `v1`, we are going to start to prepare `Apache Spark K8s Operator 1.0` release.
### Why are the changes needed?
To show the maturity of these CRDs according to K8s API versioning.
- https://kubernetes.io/docs/reference/using-api/
| Version | Description |
| ------- | ----------- |
| Alpha | The software is recommended for use only in short-lived testing clusters, <br> due to increased risk of bugs and lack of long-term support |
| Beta | The software is not recommended for production uses. <br> The support for a feature will not be dropped, though the details may change. |
| Stable | The version name is vX where X is an integer |
### Does this PR introduce _any_ user-facing change?
We support all `v1alpha`, `v1beta1`, and `v1` because they are identical.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#261 from dongjoon-hyun/SPARK-52606.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>v1
1 parent 44ace33 commit 39b04c4
File tree
41 files changed
+16008
-43
lines changed- build-tools/helm/spark-kubernetes-operator
- crds
- templates
- docs
- examples
- spark-operator-api/src/main/java/org/apache/spark/k8s/operator
- tests/e2e
- assertions
- spark-application
- spark-cluster
- python
- spark-versions
- state-transition
- watched-namespaces
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+16008
-43
lines changedLines changed: 8677 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7288 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments