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/druid-operator/crds/crds.yaml
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,10 @@ spec:
154
154
nullable: true
155
155
type: boolean
156
156
type: object
157
+
requestedSecretLifetime:
158
+
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.
159
+
nullable: true
160
+
type: string
157
161
resources:
158
162
default:
159
163
cpu:
@@ -372,6 +376,10 @@ spec:
372
376
nullable: true
373
377
type: boolean
374
378
type: object
379
+
requestedSecretLifetime:
380
+
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.
381
+
nullable: true
382
+
type: string
375
383
resources:
376
384
default:
377
385
cpu:
@@ -994,6 +1002,10 @@ spec:
994
1002
nullable: true
995
1003
type: boolean
996
1004
type: object
1005
+
requestedSecretLifetime:
1006
+
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.
1007
+
nullable: true
1008
+
type: string
997
1009
resources:
998
1010
default:
999
1011
cpu:
@@ -1212,6 +1224,10 @@ spec:
1212
1224
nullable: true
1213
1225
type: boolean
1214
1226
type: object
1227
+
requestedSecretLifetime:
1228
+
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.
1229
+
nullable: true
1230
+
type: string
1215
1231
resources:
1216
1232
default:
1217
1233
cpu:
@@ -1410,6 +1426,10 @@ spec:
1410
1426
nullable: true
1411
1427
type: boolean
1412
1428
type: object
1429
+
requestedSecretLifetime:
1430
+
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.
1431
+
nullable: true
1432
+
type: string
1413
1433
resources:
1414
1434
default:
1415
1435
cpu:
@@ -1659,6 +1679,10 @@ spec:
1659
1679
nullable: true
1660
1680
type: boolean
1661
1681
type: object
1682
+
requestedSecretLifetime:
1683
+
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.
1684
+
nullable: true
1685
+
type: string
1662
1686
resources:
1663
1687
default:
1664
1688
cpu:
@@ -1936,6 +1960,10 @@ spec:
1936
1960
nullable: true
1937
1961
type: boolean
1938
1962
type: object
1963
+
requestedSecretLifetime:
1964
+
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.
1965
+
nullable: true
1966
+
type: string
1939
1967
resources:
1940
1968
default:
1941
1969
cpu:
@@ -2154,6 +2182,10 @@ spec:
2154
2182
nullable: true
2155
2183
type: boolean
2156
2184
type: object
2185
+
requestedSecretLifetime:
2186
+
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.
2187
+
nullable: true
2188
+
type: string
2157
2189
resources:
2158
2190
default:
2159
2191
cpu:
@@ -2352,6 +2384,10 @@ spec:
2352
2384
nullable: true
2353
2385
type: boolean
2354
2386
type: object
2387
+
requestedSecretLifetime:
2388
+
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.
2389
+
nullable: true
2390
+
type: string
2355
2391
resources:
2356
2392
default:
2357
2393
cpu:
@@ -2570,6 +2606,10 @@ spec:
2570
2606
nullable: true
2571
2607
type: boolean
2572
2608
type: object
2609
+
requestedSecretLifetime:
2610
+
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