@bluedynamics/cdk8s-plone 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii ADDED
@@ -0,0 +1,455 @@
1
+ {
2
+ "author": {
3
+ "email": "jk@kleinundpartner.at",
4
+ "name": "Jens W. Klein",
5
+ "roles": [
6
+ "author"
7
+ ]
8
+ },
9
+ "dependencies": {
10
+ "cdk8s": "^2.68.87",
11
+ "cdk8s-plus-24": "^2.12.1",
12
+ "constructs": "^10.3.0"
13
+ },
14
+ "dependencyClosure": {
15
+ "cdk8s": {
16
+ "targets": {
17
+ "dotnet": {
18
+ "namespace": "Org.Cdk8s",
19
+ "packageId": "Org.Cdk8s"
20
+ },
21
+ "go": {
22
+ "moduleName": "github.com/cdk8s-team/cdk8s-core-go"
23
+ },
24
+ "java": {
25
+ "maven": {
26
+ "artifactId": "cdk8s",
27
+ "groupId": "org.cdk8s"
28
+ },
29
+ "package": "org.cdk8s"
30
+ },
31
+ "js": {
32
+ "npm": "cdk8s"
33
+ },
34
+ "python": {
35
+ "distName": "cdk8s",
36
+ "module": "cdk8s"
37
+ }
38
+ }
39
+ },
40
+ "cdk8s-plus-24": {
41
+ "submodules": {
42
+ "cdk8s-plus-24.k8s": {}
43
+ },
44
+ "targets": {
45
+ "dotnet": {
46
+ "namespace": "Org.Cdk8s.Plus24",
47
+ "packageId": "Org.Cdk8s.Plus24"
48
+ },
49
+ "go": {
50
+ "moduleName": "github.com/cdk8s-team/cdk8s-plus-go"
51
+ },
52
+ "java": {
53
+ "maven": {
54
+ "artifactId": "cdk8s-plus-24",
55
+ "groupId": "org.cdk8s"
56
+ },
57
+ "package": "org.cdk8s.plus24"
58
+ },
59
+ "js": {
60
+ "npm": "cdk8s-plus-24"
61
+ },
62
+ "python": {
63
+ "distName": "cdk8s-plus-24",
64
+ "module": "cdk8s_plus_24"
65
+ }
66
+ }
67
+ },
68
+ "constructs": {
69
+ "targets": {
70
+ "dotnet": {
71
+ "namespace": "Constructs",
72
+ "packageId": "Constructs"
73
+ },
74
+ "go": {
75
+ "moduleName": "github.com/aws/constructs-go"
76
+ },
77
+ "java": {
78
+ "maven": {
79
+ "artifactId": "constructs",
80
+ "groupId": "software.constructs"
81
+ },
82
+ "package": "software.constructs"
83
+ },
84
+ "js": {
85
+ "npm": "constructs"
86
+ },
87
+ "python": {
88
+ "distName": "constructs",
89
+ "module": "constructs"
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "description": "Provides a CMS Plone Backend and Frontend for Kubernetes with cdk8s",
95
+ "docs": {
96
+ "stability": "stable"
97
+ },
98
+ "homepage": "https://github.com/bluedynamics/cdk8s-plone.git",
99
+ "jsiiVersion": "5.4.26 (build 23f0c56)",
100
+ "license": "Apache-2.0",
101
+ "metadata": {
102
+ "jsii": {
103
+ "pacmak": {
104
+ "hasDefaultInterfaces": true
105
+ }
106
+ },
107
+ "tscRootDir": "src"
108
+ },
109
+ "name": "@bluedynamics/cdk8s-plone",
110
+ "readme": {
111
+ "markdown": "# CMS Plone Chart for CDK8S\n\nThis chart provides a library to bootstrap a Plone deployment on a Kubernetes cluster using the [CDK8S](https://cdk8s.io) framework.\n\nIt provides\n- backend (with `plone.volto` or Classic-UI)\n- frontend (Plone-Volto, a ReactJS based user interface)\n- varnish (optional)\n\n## Usage\n\nTODO\n\n## Development\n\nClone the repository and install the dependencies:\n\n```bash\nyarn install\n```\n\nThen run the following command to run the test:\n\n```bash\nnpx projen test\n```\n\n### WIP Checklist:\n\nEach step need to be implemented with tests!\n\n- [ ] Start Backend\n - [x] deployment\n - [x] service\n - [x] pdb\n - [ ] init container running plone-site-create\n - [x] lifecycle checks (readiness, liveness)\n - [x] generic way to inject sidecars\n- [ ] Start Frontend\n - [x] deployment\n - [x] service\n - [x] pdb\n - [ ] lifecycle checks (readiness, liveness)\n - [ ] depend on ready/live backend (needed?)\n - [x] generic way to inject sidecars\n\n- [ ] Start Varnish\n - [ ] deployment\n - [ ] do not depend on backend/front end to be up, but configure to deliver from cache if possible.\n - [ ] service\n - [ ] pdb\n - [ ] lifecycle checks (readiness, liveness)\n - [ ] generic way to inject sidecars\n - find a way to purge caches. based on kitconcept varnish purger? needs\n\n- [ ] Other Languages\n - [x] Check Python distribution\n - [ ] Check Java distribution\n - [ ] Check Go distribution"
112
+ },
113
+ "repository": {
114
+ "type": "git",
115
+ "url": "https://github.com/bluedynamics/cdk8s-plone.git"
116
+ },
117
+ "schema": "jsii/0.10.0",
118
+ "targets": {
119
+ "js": {
120
+ "npm": "@bluedynamics/cdk8s-plone"
121
+ },
122
+ "python": {
123
+ "distName": "cdk8s-plone",
124
+ "module": "cdk8s_plone"
125
+ }
126
+ },
127
+ "types": {
128
+ "@bluedynamics/cdk8s-plone.Plone": {
129
+ "assembly": "@bluedynamics/cdk8s-plone",
130
+ "base": "constructs.Construct",
131
+ "docs": {
132
+ "stability": "stable"
133
+ },
134
+ "fqn": "@bluedynamics/cdk8s-plone.Plone",
135
+ "initializer": {
136
+ "docs": {
137
+ "stability": "stable"
138
+ },
139
+ "locationInModule": {
140
+ "filename": "src/plone.ts",
141
+ "line": 30
142
+ },
143
+ "parameters": [
144
+ {
145
+ "name": "scope",
146
+ "type": {
147
+ "fqn": "constructs.Construct"
148
+ }
149
+ },
150
+ {
151
+ "name": "id",
152
+ "type": {
153
+ "primitive": "string"
154
+ }
155
+ },
156
+ {
157
+ "name": "options",
158
+ "optional": true,
159
+ "type": {
160
+ "fqn": "@bluedynamics/cdk8s-plone.PloneOptions"
161
+ }
162
+ }
163
+ ]
164
+ },
165
+ "kind": "class",
166
+ "locationInModule": {
167
+ "filename": "src/plone.ts",
168
+ "line": 25
169
+ },
170
+ "name": "Plone",
171
+ "properties": [
172
+ {
173
+ "docs": {
174
+ "stability": "stable"
175
+ },
176
+ "immutable": true,
177
+ "locationInModule": {
178
+ "filename": "src/plone.ts",
179
+ "line": 27
180
+ },
181
+ "name": "backendServiceName",
182
+ "type": {
183
+ "primitive": "string"
184
+ }
185
+ },
186
+ {
187
+ "docs": {
188
+ "stability": "stable"
189
+ },
190
+ "immutable": true,
191
+ "locationInModule": {
192
+ "filename": "src/plone.ts",
193
+ "line": 28
194
+ },
195
+ "name": "frontendServiceName",
196
+ "type": {
197
+ "primitive": "string"
198
+ }
199
+ }
200
+ ],
201
+ "symbolId": "src/plone:Plone"
202
+ },
203
+ "@bluedynamics/cdk8s-plone.PloneBaseOptions": {
204
+ "assembly": "@bluedynamics/cdk8s-plone",
205
+ "datatype": true,
206
+ "docs": {
207
+ "stability": "stable"
208
+ },
209
+ "fqn": "@bluedynamics/cdk8s-plone.PloneBaseOptions",
210
+ "kind": "interface",
211
+ "locationInModule": {
212
+ "filename": "src/plone.ts",
213
+ "line": 8
214
+ },
215
+ "name": "PloneBaseOptions",
216
+ "properties": [
217
+ {
218
+ "abstract": true,
219
+ "docs": {
220
+ "stability": "stable"
221
+ },
222
+ "immutable": true,
223
+ "locationInModule": {
224
+ "filename": "src/plone.ts",
225
+ "line": 16
226
+ },
227
+ "name": "environment",
228
+ "optional": true,
229
+ "type": {
230
+ "fqn": "cdk8s-plus-24.Env"
231
+ }
232
+ },
233
+ {
234
+ "abstract": true,
235
+ "docs": {
236
+ "stability": "stable"
237
+ },
238
+ "immutable": true,
239
+ "locationInModule": {
240
+ "filename": "src/plone.ts",
241
+ "line": 9
242
+ },
243
+ "name": "image",
244
+ "optional": true,
245
+ "type": {
246
+ "primitive": "string"
247
+ }
248
+ },
249
+ {
250
+ "abstract": true,
251
+ "docs": {
252
+ "stability": "stable"
253
+ },
254
+ "immutable": true,
255
+ "locationInModule": {
256
+ "filename": "src/plone.ts",
257
+ "line": 10
258
+ },
259
+ "name": "imagePullPolicy",
260
+ "optional": true,
261
+ "type": {
262
+ "primitive": "string"
263
+ }
264
+ },
265
+ {
266
+ "abstract": true,
267
+ "docs": {
268
+ "stability": "stable"
269
+ },
270
+ "immutable": true,
271
+ "locationInModule": {
272
+ "filename": "src/plone.ts",
273
+ "line": 14
274
+ },
275
+ "name": "limitCpu",
276
+ "optional": true,
277
+ "type": {
278
+ "primitive": "number"
279
+ }
280
+ },
281
+ {
282
+ "abstract": true,
283
+ "docs": {
284
+ "stability": "stable"
285
+ },
286
+ "immutable": true,
287
+ "locationInModule": {
288
+ "filename": "src/plone.ts",
289
+ "line": 15
290
+ },
291
+ "name": "limitMemory",
292
+ "optional": true,
293
+ "type": {
294
+ "primitive": "string"
295
+ }
296
+ },
297
+ {
298
+ "abstract": true,
299
+ "docs": {
300
+ "stability": "stable"
301
+ },
302
+ "immutable": true,
303
+ "locationInModule": {
304
+ "filename": "src/plone.ts",
305
+ "line": 12
306
+ },
307
+ "name": "maxUnavailable",
308
+ "optional": true,
309
+ "type": {
310
+ "union": {
311
+ "types": [
312
+ {
313
+ "primitive": "string"
314
+ },
315
+ {
316
+ "primitive": "number"
317
+ }
318
+ ]
319
+ }
320
+ }
321
+ },
322
+ {
323
+ "abstract": true,
324
+ "docs": {
325
+ "stability": "stable"
326
+ },
327
+ "immutable": true,
328
+ "locationInModule": {
329
+ "filename": "src/plone.ts",
330
+ "line": 13
331
+ },
332
+ "name": "minAvailable",
333
+ "optional": true,
334
+ "type": {
335
+ "union": {
336
+ "types": [
337
+ {
338
+ "primitive": "string"
339
+ },
340
+ {
341
+ "primitive": "number"
342
+ }
343
+ ]
344
+ }
345
+ }
346
+ },
347
+ {
348
+ "abstract": true,
349
+ "docs": {
350
+ "stability": "stable"
351
+ },
352
+ "immutable": true,
353
+ "locationInModule": {
354
+ "filename": "src/plone.ts",
355
+ "line": 11
356
+ },
357
+ "name": "replicas",
358
+ "optional": true,
359
+ "type": {
360
+ "primitive": "number"
361
+ }
362
+ }
363
+ ],
364
+ "symbolId": "src/plone:PloneBaseOptions"
365
+ },
366
+ "@bluedynamics/cdk8s-plone.PloneOptions": {
367
+ "assembly": "@bluedynamics/cdk8s-plone",
368
+ "datatype": true,
369
+ "docs": {
370
+ "stability": "stable"
371
+ },
372
+ "fqn": "@bluedynamics/cdk8s-plone.PloneOptions",
373
+ "kind": "interface",
374
+ "locationInModule": {
375
+ "filename": "src/plone.ts",
376
+ "line": 18
377
+ },
378
+ "name": "PloneOptions",
379
+ "properties": [
380
+ {
381
+ "abstract": true,
382
+ "docs": {
383
+ "stability": "stable"
384
+ },
385
+ "immutable": true,
386
+ "locationInModule": {
387
+ "filename": "src/plone.ts",
388
+ "line": 20
389
+ },
390
+ "name": "backend",
391
+ "optional": true,
392
+ "type": {
393
+ "fqn": "@bluedynamics/cdk8s-plone.PloneBaseOptions"
394
+ }
395
+ },
396
+ {
397
+ "abstract": true,
398
+ "docs": {
399
+ "stability": "stable"
400
+ },
401
+ "immutable": true,
402
+ "locationInModule": {
403
+ "filename": "src/plone.ts",
404
+ "line": 21
405
+ },
406
+ "name": "frontend",
407
+ "optional": true,
408
+ "type": {
409
+ "fqn": "@bluedynamics/cdk8s-plone.PloneBaseOptions"
410
+ }
411
+ },
412
+ {
413
+ "abstract": true,
414
+ "docs": {
415
+ "stability": "stable"
416
+ },
417
+ "immutable": true,
418
+ "locationInModule": {
419
+ "filename": "src/plone.ts",
420
+ "line": 22
421
+ },
422
+ "name": "imagePullSecrets",
423
+ "optional": true,
424
+ "type": {
425
+ "collection": {
426
+ "elementtype": {
427
+ "primitive": "string"
428
+ },
429
+ "kind": "array"
430
+ }
431
+ }
432
+ },
433
+ {
434
+ "abstract": true,
435
+ "docs": {
436
+ "stability": "stable"
437
+ },
438
+ "immutable": true,
439
+ "locationInModule": {
440
+ "filename": "src/plone.ts",
441
+ "line": 19
442
+ },
443
+ "name": "version",
444
+ "optional": true,
445
+ "type": {
446
+ "primitive": "string"
447
+ }
448
+ }
449
+ ],
450
+ "symbolId": "src/plone:PloneOptions"
451
+ }
452
+ },
453
+ "version": "0.0.0",
454
+ "fingerprint": "NOgJfLT3GLtx2kEBdv8mzz3b+CcoZwX5yjCf49tZk4w="
455
+ }