You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/spark-k8s-operator/crds/crds.yaml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,10 @@ spec:
193
193
nullable: true
194
194
type: boolean
195
195
type: object
196
+
requestedSecretLifetime:
197
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. That this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
198
+
nullable: true
199
+
type: string
196
200
resources:
197
201
default:
198
202
cpu:
@@ -463,6 +467,10 @@ spec:
463
467
nullable: true
464
468
type: boolean
465
469
type: object
470
+
requestedSecretLifetime:
471
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. That this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
472
+
nullable: true
473
+
type: string
466
474
resources:
467
475
default:
468
476
cpu:
@@ -549,6 +557,10 @@ spec:
549
557
config:
550
558
default: {}
551
559
properties:
560
+
requestedSecretLifetime:
561
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
562
+
nullable: true
563
+
type: string
552
564
resources:
553
565
default:
554
566
cpu:
@@ -1347,6 +1359,10 @@ spec:
1347
1359
nullable: true
1348
1360
type: boolean
1349
1361
type: object
1362
+
requestedSecretLifetime:
1363
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
1364
+
nullable: true
1365
+
type: string
1350
1366
resources:
1351
1367
default:
1352
1368
cpu:
@@ -1563,6 +1579,10 @@ spec:
1563
1579
nullable: true
1564
1580
type: boolean
1565
1581
type: object
1582
+
requestedSecretLifetime:
1583
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
0 commit comments