File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed
charts/spark-operator-chart/crds Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ type SparkApplicationSpec struct {
35
35
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
36
36
// Important: Run "make generate" to regenerate code after modifying this file
37
37
38
- // Suspend specifies whether the Spark operator should create Pods or not .
39
- // If a SparkApplication is created with suspend set to true, no Pods are created
40
- // by the Spark operator. If a SparkApplication is suspended after creation
38
+ // Suspend indicates whether the SparkApplication should be suspended .
39
+ // When true, the controller skips submitting the Spark job.
40
+ // If a SparkApplication is suspended after creation
41
41
// (i.e. the flag goes from false to true), the Spark operator will delete
42
42
// all active Pods associated with this SparkApplication.
43
43
// Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change @@ -10572,9 +10572,9 @@ spec:
10572
10572
type: string
10573
10573
suspend:
10574
10574
description: |-
10575
- Suspend specifies whether the Spark operator should create Pods or not .
10576
- If a SparkApplication is created with suspend set to true, no Pods are created
10577
- by the Spark operator. If a SparkApplication is suspended after creation
10575
+ Suspend indicates whether the SparkApplication should be suspended .
10576
+ When true, the controller skips submitting the Spark job.
10577
+ If a SparkApplication is suspended after creation
10578
10578
(i.e. the flag goes from false to true), the Spark operator will delete
10579
10579
all active Pods associated with this SparkApplication.
10580
10580
Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change @@ -10493,9 +10493,9 @@ spec:
10493
10493
type: string
10494
10494
suspend:
10495
10495
description: |-
10496
- Suspend specifies whether the Spark operator should create Pods or not .
10497
- If a SparkApplication is created with suspend set to true, no Pods are created
10498
- by the Spark operator. If a SparkApplication is suspended after creation
10496
+ Suspend indicates whether the SparkApplication should be suspended .
10497
+ When true, the controller skips submitting the Spark job.
10498
+ If a SparkApplication is suspended after creation
10499
10499
(i.e. the flag goes from false to true), the Spark operator will delete
10500
10500
all active Pods associated with this SparkApplication.
10501
10501
Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change @@ -10572,9 +10572,9 @@ spec:
10572
10572
type: string
10573
10573
suspend:
10574
10574
description: |-
10575
- Suspend specifies whether the Spark operator should create Pods or not .
10576
- If a SparkApplication is created with suspend set to true, no Pods are created
10577
- by the Spark operator. If a SparkApplication is suspended after creation
10575
+ Suspend indicates whether the SparkApplication should be suspended .
10576
+ When true, the controller skips submitting the Spark job.
10577
+ If a SparkApplication is suspended after creation
10578
10578
(i.e. the flag goes from false to true), the Spark operator will delete
10579
10579
all active Pods associated with this SparkApplication.
10580
10580
Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change @@ -10493,9 +10493,9 @@ spec:
10493
10493
type: string
10494
10494
suspend:
10495
10495
description: |-
10496
- Suspend specifies whether the Spark operator should create Pods or not .
10497
- If a SparkApplication is created with suspend set to true, no Pods are created
10498
- by the Spark operator. If a SparkApplication is suspended after creation
10496
+ Suspend indicates whether the SparkApplication should be suspended .
10497
+ When true, the controller skips submitting the Spark job.
10498
+ If a SparkApplication is suspended after creation
10499
10499
(i.e. the flag goes from false to true), the Spark operator will delete
10500
10500
all active Pods associated with this SparkApplication.
10501
10501
Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change 244
244
</em >
245
245
</td >
246
246
<td >
247
- <p >Suspend specifies whether the Spark operator should create Pods or not .
248
- If a SparkApplication is created with suspend set to true, no Pods are created
249
- by the Spark operator. If a SparkApplication is suspended after creation
247
+ <p >Suspend indicates whether the SparkApplication should be suspended .
248
+ When true, the controller skips submitting the Spark job.
249
+ If a SparkApplication is suspended after creation
250
250
(i.e. the flag goes from false to true), the Spark operator will delete
251
251
all active Pods associated with this SparkApplication.
252
252
Users must design their Spark application to gracefully handle this.</p >
@@ -2359,9 +2359,9 @@ bool
2359
2359
</em >
2360
2360
</td >
2361
2361
<td >
2362
- <p >Suspend specifies whether the Spark operator should create Pods or not .
2363
- If a SparkApplication is created with suspend set to true, no Pods are created
2364
- by the Spark operator. If a SparkApplication is suspended after creation
2362
+ <p >Suspend indicates whether the SparkApplication should be suspended .
2363
+ When true, the controller skips submitting the Spark job.
2364
+ If a SparkApplication is suspended after creation
2365
2365
(i.e. the flag goes from false to true), the Spark operator will delete
2366
2366
all active Pods associated with this SparkApplication.
2367
2367
Users must design their Spark application to gracefully handle this.</p >
You can’t perform that action at this time.
0 commit comments