From bbe75104c20f0bfd16ba1b81546f8977021f9296 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Sun, 10 Nov 2024 17:26:48 +0000 Subject: [PATCH] Autoformat Signed-off-by: Thomas Newton --- cmd/operator/controller/start.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/operator/controller/start.go b/cmd/operator/controller/start.go index a8ae87000..3a2cd0fb4 100644 --- a/cmd/operator/controller/start.go +++ b/cmd/operator/controller/start.go @@ -398,15 +398,15 @@ func newSparkApplicationReconcilerOptions() sparkapplication.Options { sparkExecutorMetrics.Register() } options := sparkapplication.Options{ - Namespaces: namespaces, - EnableUIService: enableUIService, - IngressClassName: ingressClassName, - IngressURLFormat: ingressURLFormat, - DefaultBatchScheduler: defaultBatchScheduler, + Namespaces: namespaces, + EnableUIService: enableUIService, + IngressClassName: ingressClassName, + IngressURLFormat: ingressURLFormat, + DefaultBatchScheduler: defaultBatchScheduler, DriverPodCreationGracePeriod: driverPodCreationGracePeriod, - SparkApplicationMetrics: sparkApplicationMetrics, - SparkExecutorMetrics: sparkExecutorMetrics, - MaxTrackedExecutorPerApp: maxTrackedExecutorPerApp, + SparkApplicationMetrics: sparkApplicationMetrics, + SparkExecutorMetrics: sparkExecutorMetrics, + MaxTrackedExecutorPerApp: maxTrackedExecutorPerApp, } if enableBatchScheduler { options.KubeSchedulerNames = kubeSchedulerNames