We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ddea6 commit 6096bfaCopy full SHA for 6096bfa
1 file changed
plugins/spark-operator.yaml
@@ -0,0 +1,23 @@
1
+# See https://github.com/kubeflow/spark-operator
2
+plugins:
3
+ toggleScheduledSparkApp:
4
+ shortCut: s
5
+ confirm: true
6
+ dangerous: true
7
+ scopes:
8
+ - scheduledsparkapp
9
+ description: Toggle suspend
10
+ command: kubectl
11
+ background: true
12
+ args:
13
+ - patch
14
15
+ - $NAME
16
+ - -n
17
+ - $NAMESPACE
18
+ - --context
19
+ - $CONTEXT
20
+ - -p
21
+ - '{"spec": {"suspend": $!COL-SUSPEND}}'
22
+ - --type
23
+ - merge
0 commit comments