radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This comparison works to rule out a change in status because

todo opened this issue · comments

commented

// TODO This comparison works to rule out a change in status because
// we added the status block in the AbstractOperator universally,
// ie it is not actually included in the SparkApplication type
// definition generated from json. If that ever changes, then
// this comparison will have to be a little smarter.
SparkApplication existingApp = getApp(newApp.getName());


This issue was generated by todo based on a TODO comment in 05c53fd when #283 was merged. cc @tmckayus.