radanalyticsio / spark-operator

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

Include local copies of operator-parent-pom and abstract-operator #300

Closed tmckayus closed 4 years ago

tmckayus commented 4 years ago

Description

This change removes the external dependencies on operator-parent-pom and abstract-operator by adding copies of them locally to make the spark-operator easier to maintain and modify. These artifacts will not be published and will be used only to build the spark-operator image.

This change also bumps the fabric8 kubernetes client version to 4.10.3 which is necessary to run against kubernetes 1.19. (processing of CRD list responses from the kube server breaks with the old client)

Types of changes

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