radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
157 stars 61 forks source link

Update k8s APIs from deprecated versions #339

Closed jgmize closed 3 years ago

jgmize commented 3 years ago

Description

Change Deployments and StatefulSets to apps/v1 Change rbac.authorization.k8s.io to v1 https://kubernetes.io/docs/reference/using-api/deprecation-guide/

Types of changes

:bug: Bug fix (non-breaking change which fixes an issue)