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
+156Lines changed: 156 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,32 @@ spec:
373
373
default: {}
374
374
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
375
375
type: object
376
+
jvmArgumentOverrides:
377
+
default:
378
+
add: []
379
+
remove: []
380
+
removeRegex: []
381
+
description: Allows overriding JVM arguments. Please read on the [JVM argument overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#jvm-argument-overrides) for details on the usage.
382
+
properties:
383
+
add:
384
+
default: []
385
+
description: JVM arguments to be added
386
+
items:
387
+
type: string
388
+
type: array
389
+
remove:
390
+
default: []
391
+
description: JVM arguments to be removed by exact match
392
+
items:
393
+
type: string
394
+
type: array
395
+
removeRegex:
396
+
default: []
397
+
description: JVM arguments matching any of this regexes will be removed
398
+
items:
399
+
type: string
400
+
type: array
401
+
type: object
376
402
podOverrides:
377
403
default: {}
378
404
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
@@ -654,6 +680,32 @@ spec:
654
680
default: {}
655
681
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
656
682
type: object
683
+
jvmArgumentOverrides:
684
+
default:
685
+
add: []
686
+
remove: []
687
+
removeRegex: []
688
+
description: Allows overriding JVM arguments. Please read on the [JVM argument overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#jvm-argument-overrides) for details on the usage.
689
+
properties:
690
+
add:
691
+
default: []
692
+
description: JVM arguments to be added
693
+
items:
694
+
type: string
695
+
type: array
696
+
remove:
697
+
default: []
698
+
description: JVM arguments to be removed by exact match
699
+
items:
700
+
type: string
701
+
type: array
702
+
removeRegex:
703
+
default: []
704
+
description: JVM arguments matching any of this regexes will be removed
705
+
items:
706
+
type: string
707
+
type: array
708
+
type: object
657
709
podOverrides:
658
710
default: {}
659
711
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
@@ -951,6 +1003,32 @@ spec:
951
1003
default: {}
952
1004
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
953
1005
type: object
1006
+
jvmArgumentOverrides:
1007
+
default:
1008
+
add: []
1009
+
remove: []
1010
+
removeRegex: []
1011
+
description: Allows overriding JVM arguments. Please read on the [JVM argument overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#jvm-argument-overrides) for details on the usage.
1012
+
properties:
1013
+
add:
1014
+
default: []
1015
+
description: JVM arguments to be added
1016
+
items:
1017
+
type: string
1018
+
type: array
1019
+
remove:
1020
+
default: []
1021
+
description: JVM arguments to be removed by exact match
1022
+
items:
1023
+
type: string
1024
+
type: array
1025
+
removeRegex:
1026
+
default: []
1027
+
description: JVM arguments matching any of this regexes will be removed
1028
+
items:
1029
+
type: string
1030
+
type: array
1031
+
type: object
954
1032
podOverrides:
955
1033
default: {}
956
1034
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
@@ -1219,6 +1297,32 @@ spec:
1219
1297
default: {}
1220
1298
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
1221
1299
type: object
1300
+
jvmArgumentOverrides:
1301
+
default:
1302
+
add: []
1303
+
remove: []
1304
+
removeRegex: []
1305
+
description: Allows overriding JVM arguments. Please read on the [JVM argument overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#jvm-argument-overrides) for details on the usage.
1306
+
properties:
1307
+
add:
1308
+
default: []
1309
+
description: JVM arguments to be added
1310
+
items:
1311
+
type: string
1312
+
type: array
1313
+
remove:
1314
+
default: []
1315
+
description: JVM arguments to be removed by exact match
1316
+
items:
1317
+
type: string
1318
+
type: array
1319
+
removeRegex:
1320
+
default: []
1321
+
description: JVM arguments matching any of this regexes will be removed
1322
+
items:
1323
+
type: string
1324
+
type: array
1325
+
type: object
1222
1326
podOverrides:
1223
1327
default: {}
1224
1328
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
@@ -1472,6 +1576,32 @@ spec:
1472
1576
default: {}
1473
1577
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
1474
1578
type: object
1579
+
jvmArgumentOverrides:
1580
+
default:
1581
+
add: []
1582
+
remove: []
1583
+
removeRegex: []
1584
+
description: Allows overriding JVM arguments. Please read on the [JVM argument overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#jvm-argument-overrides) for details on the usage.
1585
+
properties:
1586
+
add:
1587
+
default: []
1588
+
description: JVM arguments to be added
1589
+
items:
1590
+
type: string
1591
+
type: array
1592
+
remove:
1593
+
default: []
1594
+
description: JVM arguments to be removed by exact match
1595
+
items:
1596
+
type: string
1597
+
type: array
1598
+
removeRegex:
1599
+
default: []
1600
+
description: JVM arguments matching any of this regexes will be removed
1601
+
items:
1602
+
type: string
1603
+
type: array
1604
+
type: object
1475
1605
podOverrides:
1476
1606
default: {}
1477
1607
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
@@ -1744,6 +1874,32 @@ spec:
1744
1874
default: {}
1745
1875
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
1746
1876
type: object
1877
+
jvmArgumentOverrides:
1878
+
default:
1879
+
add: []
1880
+
remove: []
1881
+
removeRegex: []
1882
+
description: Allows overriding JVM arguments. Please read on the [JVM argument overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#jvm-argument-overrides) for details on the usage.
1883
+
properties:
1884
+
add:
1885
+
default: []
1886
+
description: JVM arguments to be added
1887
+
items:
1888
+
type: string
1889
+
type: array
1890
+
remove:
1891
+
default: []
1892
+
description: JVM arguments to be removed by exact match
1893
+
items:
1894
+
type: string
1895
+
type: array
1896
+
removeRegex:
1897
+
default: []
1898
+
description: JVM arguments matching any of this regexes will be removed
1899
+
items:
1900
+
type: string
1901
+
type: array
1902
+
type: object
1747
1903
podOverrides:
1748
1904
default: {}
1749
1905
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
0 commit comments