@@ -335,6 +335,21 @@ spec:
335
335
description : Allows adding and configuring devworkspace-related
336
336
containers
337
337
properties :
338
+ annotation :
339
+ description : Annotations that should be added to specific
340
+ resources for this container
341
+ properties :
342
+ deployment :
343
+ additionalProperties :
344
+ type : string
345
+ description : Annotations to be added to deployment
346
+ type : object
347
+ service :
348
+ additionalProperties :
349
+ type : string
350
+ description : Annotations to be added to service
351
+ type : object
352
+ type : object
338
353
args :
339
354
description : " The arguments to supply to the command running
340
355
the dockerimage component. The arguments are supplied
@@ -365,6 +380,12 @@ spec:
365
380
endpoints :
366
381
items :
367
382
properties :
383
+ annotation :
384
+ additionalProperties :
385
+ type : string
386
+ description : Annotations to be added to Kubernetes
387
+ Ingress or Openshift Route
388
+ type : object
368
389
attributes :
369
390
description : " Map of implementation-dependant string-based
370
391
free-form attributes. \n Examples of Che-specific
@@ -648,6 +669,12 @@ spec:
648
669
endpoints :
649
670
items :
650
671
properties :
672
+ annotation :
673
+ additionalProperties :
674
+ type : string
675
+ description : Annotations to be added to Kubernetes
676
+ Ingress or Openshift Route
677
+ type : object
651
678
attributes :
652
679
description : " Map of implementation-dependant string-based
653
680
free-form attributes. \n Examples of Che-specific
@@ -756,6 +783,12 @@ spec:
756
783
endpoints :
757
784
items :
758
785
properties :
786
+ annotation :
787
+ additionalProperties :
788
+ type : string
789
+ description : Annotations to be added to Kubernetes
790
+ Ingress or Openshift Route
791
+ type : object
759
792
attributes :
760
793
description : " Map of implementation-dependant string-based
761
794
free-form attributes. \n Examples of Che-specific
@@ -1082,6 +1115,23 @@ spec:
1082
1115
description : Allows adding and configuring devworkspace-related
1083
1116
containers
1084
1117
properties :
1118
+ annotation :
1119
+ description : Annotations that should be added
1120
+ to specific resources for this container
1121
+ properties :
1122
+ deployment :
1123
+ additionalProperties :
1124
+ type : string
1125
+ description : Annotations to be added to
1126
+ deployment
1127
+ type : object
1128
+ service :
1129
+ additionalProperties :
1130
+ type : string
1131
+ description : Annotations to be added to
1132
+ service
1133
+ type : object
1134
+ type : object
1085
1135
args :
1086
1136
description : " The arguments to supply to the
1087
1137
command running the dockerimage component.
@@ -1113,6 +1163,12 @@ spec:
1113
1163
endpoints :
1114
1164
items :
1115
1165
properties :
1166
+ annotation :
1167
+ additionalProperties :
1168
+ type : string
1169
+ description : Annotations to be added to
1170
+ Kubernetes Ingress or Openshift Route
1171
+ type : object
1116
1172
attributes :
1117
1173
description : " Map of implementation-dependant
1118
1174
string-based free-form attributes. \n
@@ -1387,6 +1443,12 @@ spec:
1387
1443
endpoints :
1388
1444
items :
1389
1445
properties :
1446
+ annotation :
1447
+ additionalProperties :
1448
+ type : string
1449
+ description : Annotations to be added to
1450
+ Kubernetes Ingress or Openshift Route
1451
+ type : object
1390
1452
attributes :
1391
1453
description : " Map of implementation-dependant
1392
1454
string-based free-form attributes. \n
@@ -1505,6 +1567,12 @@ spec:
1505
1567
endpoints :
1506
1568
items :
1507
1569
properties :
1570
+ annotation :
1571
+ additionalProperties :
1572
+ type : string
1573
+ description : Annotations to be added to
1574
+ Kubernetes Ingress or Openshift Route
1575
+ type : object
1508
1576
attributes :
1509
1577
description : " Map of implementation-dependant
1510
1578
string-based free-form attributes. \n
@@ -1943,6 +2011,21 @@ spec:
1943
2011
description : Allows adding and configuring devworkspace-related
1944
2012
containers
1945
2013
properties :
2014
+ annotation :
2015
+ description : Annotations that should be added to specific
2016
+ resources for this container
2017
+ properties :
2018
+ deployment :
2019
+ additionalProperties :
2020
+ type : string
2021
+ description : Annotations to be added to deployment
2022
+ type : object
2023
+ service :
2024
+ additionalProperties :
2025
+ type : string
2026
+ description : Annotations to be added to service
2027
+ type : object
2028
+ type : object
1946
2029
args :
1947
2030
description : " The arguments to supply to the command
1948
2031
running the dockerimage component. The arguments
@@ -1974,6 +2057,12 @@ spec:
1974
2057
endpoints :
1975
2058
items :
1976
2059
properties :
2060
+ annotation :
2061
+ additionalProperties :
2062
+ type : string
2063
+ description : Annotations to be added to Kubernetes
2064
+ Ingress or Openshift Route
2065
+ type : object
1977
2066
attributes :
1978
2067
description : " Map of implementation-dependant
1979
2068
string-based free-form attributes. \n Examples
@@ -2233,6 +2322,12 @@ spec:
2233
2322
endpoints :
2234
2323
items :
2235
2324
properties :
2325
+ annotation :
2326
+ additionalProperties :
2327
+ type : string
2328
+ description : Annotations to be added to Kubernetes
2329
+ Ingress or Openshift Route
2330
+ type : object
2236
2331
attributes :
2237
2332
description : " Map of implementation-dependant
2238
2333
string-based free-form attributes. \n Examples
@@ -2342,6 +2437,12 @@ spec:
2342
2437
endpoints :
2343
2438
items :
2344
2439
properties :
2440
+ annotation :
2441
+ additionalProperties :
2442
+ type : string
2443
+ description : Annotations to be added to Kubernetes
2444
+ Ingress or Openshift Route
2445
+ type : object
2345
2446
attributes :
2346
2447
description : " Map of implementation-dependant
2347
2448
string-based free-form attributes. \n Examples
@@ -2675,6 +2776,23 @@ spec:
2675
2776
description : Allows adding and configuring devworkspace-related
2676
2777
containers
2677
2778
properties :
2779
+ annotation :
2780
+ description : Annotations that should be
2781
+ added to specific resources for this container
2782
+ properties :
2783
+ deployment :
2784
+ additionalProperties :
2785
+ type : string
2786
+ description : Annotations to be added
2787
+ to deployment
2788
+ type : object
2789
+ service :
2790
+ additionalProperties :
2791
+ type : string
2792
+ description : Annotations to be added
2793
+ to service
2794
+ type : object
2795
+ type : object
2678
2796
args :
2679
2797
description : " The arguments to supply to
2680
2798
the command running the dockerimage component.
@@ -2708,6 +2826,13 @@ spec:
2708
2826
endpoints :
2709
2827
items :
2710
2828
properties :
2829
+ annotation :
2830
+ additionalProperties :
2831
+ type : string
2832
+ description : Annotations to be added
2833
+ to Kubernetes Ingress or Openshift
2834
+ Route
2835
+ type : object
2711
2836
attributes :
2712
2837
description : " Map of implementation-dependant
2713
2838
string-based free-form attributes.
@@ -2999,6 +3124,13 @@ spec:
2999
3124
endpoints :
3000
3125
items :
3001
3126
properties :
3127
+ annotation :
3128
+ additionalProperties :
3129
+ type : string
3130
+ description : Annotations to be added
3131
+ to Kubernetes Ingress or Openshift
3132
+ Route
3133
+ type : object
3002
3134
attributes :
3003
3135
description : " Map of implementation-dependant
3004
3136
string-based free-form attributes.
@@ -3123,6 +3255,13 @@ spec:
3123
3255
endpoints :
3124
3256
items :
3125
3257
properties :
3258
+ annotation :
3259
+ additionalProperties :
3260
+ type : string
3261
+ description : Annotations to be added
3262
+ to Kubernetes Ingress or Openshift
3263
+ Route
3264
+ type : object
3126
3265
attributes :
3127
3266
description : " Map of implementation-dependant
3128
3267
string-based free-form attributes.
0 commit comments