stackabletech / spark-operator

A rust tool that deploys and manages Spark standalone clusters
Other
8 stars 2 forks source link

Remove enableMonitoring from CRD #310

Closed fhennig closed 2 years ago

fhennig commented 2 years ago

This is done

Monitoring is enabled by default and we don't seem to use the function anymore

pub fn enable_monitoring(&self) -> Option<bool> {
...

impl SparkCluster