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/hdfs-operator/crds/crds.yaml
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,10 @@ spec:
261
261
nullable: true
262
262
type: boolean
263
263
type: object
264
+
requestedSecretLifetime:
265
+
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.
266
+
nullable: true
267
+
type: string
264
268
resources:
265
269
default:
266
270
cpu:
@@ -538,6 +542,10 @@ spec:
538
542
nullable: true
539
543
type: boolean
540
544
type: object
545
+
requestedSecretLifetime:
546
+
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.
547
+
nullable: true
548
+
type: string
541
549
resources:
542
550
default:
543
551
cpu:
@@ -840,6 +848,10 @@ spec:
840
848
nullable: true
841
849
type: boolean
842
850
type: object
851
+
requestedSecretLifetime:
852
+
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.
853
+
nullable: true
854
+
type: string
843
855
resources:
844
856
default:
845
857
cpu:
@@ -1104,6 +1116,10 @@ spec:
1104
1116
nullable: true
1105
1117
type: boolean
1106
1118
type: object
1119
+
requestedSecretLifetime:
1120
+
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.
1121
+
nullable: true
1122
+
type: string
1107
1123
resources:
1108
1124
default:
1109
1125
cpu:
@@ -1353,6 +1369,10 @@ spec:
1353
1369
nullable: true
1354
1370
type: boolean
1355
1371
type: object
1372
+
requestedSecretLifetime:
1373
+
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.
1374
+
nullable: true
1375
+
type: string
1356
1376
resources:
1357
1377
default:
1358
1378
cpu:
@@ -1621,6 +1641,10 @@ spec:
1621
1641
nullable: true
1622
1642
type: boolean
1623
1643
type: object
1644
+
requestedSecretLifetime:
1645
+
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