Skip to content

Commit aa2a153

Browse files
committed
[SPARK-52606] Promote Spark CRDs to v1
1 parent 35214b0 commit aa2a153

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 changed

build-tools/helm/spark-kubernetes-operator/README.md

Lines changed: 2 additions & 2 deletions

build-tools/helm/spark-kubernetes-operator/crds/sparkapplications.spark.apache.org-v1.yaml

Lines changed: 8677 additions & 0 deletions
Large diffs are not rendered by default.

build-tools/helm/spark-kubernetes-operator/crds/sparkclusters.spark.apache.org-v1.yaml

Lines changed: 7288 additions & 0 deletions
Large diffs are not rendered by default.

build-tools/helm/spark-kubernetes-operator/templates/workload-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ metadata:
161161
{{- end }}
162162
{{- if $workloadResources.sparkApplicationSentinel.create }}
163163
{{- range $sentinelNs := .Values.workloadResources.sparkApplicationSentinel.sentinelNamespaces.data }}
164-
apiVersion: spark.apache.org/v1beta1
164+
apiVersion: spark.apache.org/v1
165165
kind: SparkApplication
166166
metadata:
167167
name: {{ $workloadResources.sparkApplicationSentinel.name }}

docs/operations.md

Lines changed: 1 addition & 1 deletion

docs/spark_custom_resources.md

Lines changed: 1 addition & 1 deletion

examples/cluster-java21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
apiVersion: spark.apache.org/v1beta1
15+
apiVersion: spark.apache.org/v1
1616
kind: SparkCluster
1717
metadata:
1818
name: cluster-java21

examples/cluster-on-yunikorn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
apiVersion: spark.apache.org/v1beta1
15+
apiVersion: spark.apache.org/v1
1616
kind: SparkCluster
1717
metadata:
1818
name: cluster-on-yunikorn

examples/cluster-with-hpa-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
apiVersion: spark.apache.org/v1beta1
15+
apiVersion: spark.apache.org/v1
1616
kind: SparkCluster
1717
metadata:
1818
name: cluster-with-hpa-template

examples/cluster-with-hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
apiVersion: spark.apache.org/v1beta1
15+
apiVersion: spark.apache.org/v1
1616
kind: SparkCluster
1717
metadata:
1818
name: cluster-with-hpa

0 commit comments

Comments
 (0)