cdk8s-plus-31 2.2.2 → 2.2.3
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 +106 -106
- package/lib/api-resource.js +2 -2
- package/lib/base.js +2 -2
- package/lib/config-map.js +1 -1
- package/lib/container.js +7 -7
- package/lib/cron-job.js +1 -1
- package/lib/daemon-set.js +1 -1
- package/lib/deployment.js +3 -3
- package/lib/handler.js +1 -1
- package/lib/horizontal-pod-autoscaler.js +4 -4
- package/lib/imports/k8s.js +641 -641
- package/lib/ingress.js +2 -2
- package/lib/job.js +1 -1
- package/lib/namespace.js +2 -2
- package/lib/network-policy.js +3 -3
- package/lib/pod.js +17 -17
- package/lib/probe.js +2 -2
- package/lib/pv.js +4 -4
- package/lib/pvc.js +2 -2
- package/lib/role-binding.js +4 -4
- package/lib/role.js +2 -2
- package/lib/secret.js +6 -6
- package/lib/service-account.js +1 -1
- package/lib/service.js +2 -2
- package/lib/stateful-set.js +2 -2
- package/lib/volume.js +2 -2
- package/lib/workload.js +2 -2
- package/package.json +5 -5
package/.jsii
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"stability": "stable"
|
|
71
71
|
},
|
|
72
72
|
"homepage": "https://github.com/cdk8s-team/cdk8s-plus.git",
|
|
73
|
-
"jsiiVersion": "5.6.
|
|
73
|
+
"jsiiVersion": "5.6.20 (build 6a16677)",
|
|
74
74
|
"keywords": [
|
|
75
75
|
"cdk",
|
|
76
76
|
"configuration",
|
|
@@ -7405,7 +7405,7 @@
|
|
|
7405
7405
|
"kind": "interface",
|
|
7406
7406
|
"locationInModule": {
|
|
7407
7407
|
"filename": "src/pod.ts",
|
|
7408
|
-
"line":
|
|
7408
|
+
"line": 895
|
|
7409
7409
|
},
|
|
7410
7410
|
"name": "DnsOption",
|
|
7411
7411
|
"properties": [
|
|
@@ -7418,7 +7418,7 @@
|
|
|
7418
7418
|
"immutable": true,
|
|
7419
7419
|
"locationInModule": {
|
|
7420
7420
|
"filename": "src/pod.ts",
|
|
7421
|
-
"line":
|
|
7421
|
+
"line": 900
|
|
7422
7422
|
},
|
|
7423
7423
|
"name": "name",
|
|
7424
7424
|
"type": {
|
|
@@ -7435,7 +7435,7 @@
|
|
|
7435
7435
|
"immutable": true,
|
|
7436
7436
|
"locationInModule": {
|
|
7437
7437
|
"filename": "src/pod.ts",
|
|
7438
|
-
"line":
|
|
7438
|
+
"line": 907
|
|
7439
7439
|
},
|
|
7440
7440
|
"name": "value",
|
|
7441
7441
|
"optional": true,
|
|
@@ -7456,7 +7456,7 @@
|
|
|
7456
7456
|
"kind": "enum",
|
|
7457
7457
|
"locationInModule": {
|
|
7458
7458
|
"filename": "src/pod.ts",
|
|
7459
|
-
"line":
|
|
7459
|
+
"line": 913
|
|
7460
7460
|
},
|
|
7461
7461
|
"members": [
|
|
7462
7462
|
{
|
|
@@ -8658,7 +8658,7 @@
|
|
|
8658
8658
|
"kind": "enum",
|
|
8659
8659
|
"locationInModule": {
|
|
8660
8660
|
"filename": "src/pod.ts",
|
|
8661
|
-
"line":
|
|
8661
|
+
"line": 877
|
|
8662
8662
|
},
|
|
8663
8663
|
"members": [
|
|
8664
8664
|
{
|
|
@@ -9632,7 +9632,7 @@
|
|
|
9632
9632
|
"kind": "interface",
|
|
9633
9633
|
"locationInModule": {
|
|
9634
9634
|
"filename": "src/pod.ts",
|
|
9635
|
-
"line":
|
|
9635
|
+
"line": 948
|
|
9636
9636
|
},
|
|
9637
9637
|
"name": "HostAlias",
|
|
9638
9638
|
"properties": [
|
|
@@ -9645,7 +9645,7 @@
|
|
|
9645
9645
|
"immutable": true,
|
|
9646
9646
|
"locationInModule": {
|
|
9647
9647
|
"filename": "src/pod.ts",
|
|
9648
|
-
"line":
|
|
9648
|
+
"line": 952
|
|
9649
9649
|
},
|
|
9650
9650
|
"name": "hostnames",
|
|
9651
9651
|
"type": {
|
|
@@ -9666,7 +9666,7 @@
|
|
|
9666
9666
|
"immutable": true,
|
|
9667
9667
|
"locationInModule": {
|
|
9668
9668
|
"filename": "src/pod.ts",
|
|
9669
|
-
"line":
|
|
9669
|
+
"line": 957
|
|
9670
9670
|
},
|
|
9671
9671
|
"name": "ip",
|
|
9672
9672
|
"type": {
|
|
@@ -11406,7 +11406,7 @@
|
|
|
11406
11406
|
"kind": "class",
|
|
11407
11407
|
"locationInModule": {
|
|
11408
11408
|
"filename": "src/pod.ts",
|
|
11409
|
-
"line":
|
|
11409
|
+
"line": 1035
|
|
11410
11410
|
},
|
|
11411
11411
|
"methods": [
|
|
11412
11412
|
{
|
|
@@ -11416,7 +11416,7 @@
|
|
|
11416
11416
|
},
|
|
11417
11417
|
"locationInModule": {
|
|
11418
11418
|
"filename": "src/pod.ts",
|
|
11419
|
-
"line":
|
|
11419
|
+
"line": 1061
|
|
11420
11420
|
},
|
|
11421
11421
|
"name": "doesNotExist",
|
|
11422
11422
|
"parameters": [
|
|
@@ -11441,7 +11441,7 @@
|
|
|
11441
11441
|
},
|
|
11442
11442
|
"locationInModule": {
|
|
11443
11443
|
"filename": "src/pod.ts",
|
|
11444
|
-
"line":
|
|
11444
|
+
"line": 1054
|
|
11445
11445
|
},
|
|
11446
11446
|
"name": "exists",
|
|
11447
11447
|
"parameters": [
|
|
@@ -11466,7 +11466,7 @@
|
|
|
11466
11466
|
},
|
|
11467
11467
|
"locationInModule": {
|
|
11468
11468
|
"filename": "src/pod.ts",
|
|
11469
|
-
"line":
|
|
11469
|
+
"line": 1040
|
|
11470
11470
|
},
|
|
11471
11471
|
"name": "in",
|
|
11472
11472
|
"parameters": [
|
|
@@ -11502,7 +11502,7 @@
|
|
|
11502
11502
|
},
|
|
11503
11503
|
"locationInModule": {
|
|
11504
11504
|
"filename": "src/pod.ts",
|
|
11505
|
-
"line":
|
|
11505
|
+
"line": 1047
|
|
11506
11506
|
},
|
|
11507
11507
|
"name": "notIn",
|
|
11508
11508
|
"parameters": [
|
|
@@ -11541,7 +11541,7 @@
|
|
|
11541
11541
|
"immutable": true,
|
|
11542
11542
|
"locationInModule": {
|
|
11543
11543
|
"filename": "src/pod.ts",
|
|
11544
|
-
"line":
|
|
11544
|
+
"line": 1066
|
|
11545
11545
|
},
|
|
11546
11546
|
"name": "key",
|
|
11547
11547
|
"type": {
|
|
@@ -11555,7 +11555,7 @@
|
|
|
11555
11555
|
"immutable": true,
|
|
11556
11556
|
"locationInModule": {
|
|
11557
11557
|
"filename": "src/pod.ts",
|
|
11558
|
-
"line":
|
|
11558
|
+
"line": 1067
|
|
11559
11559
|
},
|
|
11560
11560
|
"name": "operator",
|
|
11561
11561
|
"type": {
|
|
@@ -11569,7 +11569,7 @@
|
|
|
11569
11569
|
"immutable": true,
|
|
11570
11570
|
"locationInModule": {
|
|
11571
11571
|
"filename": "src/pod.ts",
|
|
11572
|
-
"line":
|
|
11572
|
+
"line": 1068
|
|
11573
11573
|
},
|
|
11574
11574
|
"name": "values",
|
|
11575
11575
|
"optional": true,
|
|
@@ -11790,7 +11790,7 @@
|
|
|
11790
11790
|
},
|
|
11791
11791
|
"locationInModule": {
|
|
11792
11792
|
"filename": "src/pod.ts",
|
|
11793
|
-
"line":
|
|
11793
|
+
"line": 1274
|
|
11794
11794
|
},
|
|
11795
11795
|
"parameters": [
|
|
11796
11796
|
{
|
|
@@ -11809,7 +11809,7 @@
|
|
|
11809
11809
|
"kind": "class",
|
|
11810
11810
|
"locationInModule": {
|
|
11811
11811
|
"filename": "src/pod.ts",
|
|
11812
|
-
"line":
|
|
11812
|
+
"line": 1273
|
|
11813
11813
|
},
|
|
11814
11814
|
"name": "LabeledNode",
|
|
11815
11815
|
"properties": [
|
|
@@ -11820,7 +11820,7 @@
|
|
|
11820
11820
|
"immutable": true,
|
|
11821
11821
|
"locationInModule": {
|
|
11822
11822
|
"filename": "src/pod.ts",
|
|
11823
|
-
"line":
|
|
11823
|
+
"line": 1274
|
|
11824
11824
|
},
|
|
11825
11825
|
"name": "labelSelector",
|
|
11826
11826
|
"type": {
|
|
@@ -12609,7 +12609,7 @@
|
|
|
12609
12609
|
},
|
|
12610
12610
|
"locationInModule": {
|
|
12611
12611
|
"filename": "src/pod.ts",
|
|
12612
|
-
"line":
|
|
12612
|
+
"line": 1288
|
|
12613
12613
|
},
|
|
12614
12614
|
"parameters": [
|
|
12615
12615
|
{
|
|
@@ -12623,7 +12623,7 @@
|
|
|
12623
12623
|
"kind": "class",
|
|
12624
12624
|
"locationInModule": {
|
|
12625
12625
|
"filename": "src/pod.ts",
|
|
12626
|
-
"line":
|
|
12626
|
+
"line": 1287
|
|
12627
12627
|
},
|
|
12628
12628
|
"name": "NamedNode",
|
|
12629
12629
|
"properties": [
|
|
@@ -12634,7 +12634,7 @@
|
|
|
12634
12634
|
"immutable": true,
|
|
12635
12635
|
"locationInModule": {
|
|
12636
12636
|
"filename": "src/pod.ts",
|
|
12637
|
-
"line":
|
|
12637
|
+
"line": 1288
|
|
12638
12638
|
},
|
|
12639
12639
|
"name": "name",
|
|
12640
12640
|
"type": {
|
|
@@ -14283,7 +14283,7 @@
|
|
|
14283
14283
|
"kind": "class",
|
|
14284
14284
|
"locationInModule": {
|
|
14285
14285
|
"filename": "src/pod.ts",
|
|
14286
|
-
"line":
|
|
14286
|
+
"line": 1294
|
|
14287
14287
|
},
|
|
14288
14288
|
"methods": [
|
|
14289
14289
|
{
|
|
@@ -14293,7 +14293,7 @@
|
|
|
14293
14293
|
},
|
|
14294
14294
|
"locationInModule": {
|
|
14295
14295
|
"filename": "src/pod.ts",
|
|
14296
|
-
"line":
|
|
14296
|
+
"line": 1299
|
|
14297
14297
|
},
|
|
14298
14298
|
"name": "labeled",
|
|
14299
14299
|
"parameters": [
|
|
@@ -14320,7 +14320,7 @@
|
|
|
14320
14320
|
},
|
|
14321
14321
|
"locationInModule": {
|
|
14322
14322
|
"filename": "src/pod.ts",
|
|
14323
|
-
"line":
|
|
14323
|
+
"line": 1306
|
|
14324
14324
|
},
|
|
14325
14325
|
"name": "named",
|
|
14326
14326
|
"parameters": [
|
|
@@ -14345,7 +14345,7 @@
|
|
|
14345
14345
|
},
|
|
14346
14346
|
"locationInModule": {
|
|
14347
14347
|
"filename": "src/pod.ts",
|
|
14348
|
-
"line":
|
|
14348
|
+
"line": 1313
|
|
14349
14349
|
},
|
|
14350
14350
|
"name": "tainted",
|
|
14351
14351
|
"parameters": [
|
|
@@ -14379,7 +14379,7 @@
|
|
|
14379
14379
|
"kind": "class",
|
|
14380
14380
|
"locationInModule": {
|
|
14381
14381
|
"filename": "src/pod.ts",
|
|
14382
|
-
"line":
|
|
14382
|
+
"line": 963
|
|
14383
14383
|
},
|
|
14384
14384
|
"methods": [
|
|
14385
14385
|
{
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
},
|
|
14390
14390
|
"locationInModule": {
|
|
14391
14391
|
"filename": "src/pod.ts",
|
|
14392
|
-
"line":
|
|
14392
|
+
"line": 996
|
|
14393
14393
|
},
|
|
14394
14394
|
"name": "doesNotExist",
|
|
14395
14395
|
"parameters": [
|
|
@@ -14414,7 +14414,7 @@
|
|
|
14414
14414
|
},
|
|
14415
14415
|
"locationInModule": {
|
|
14416
14416
|
"filename": "src/pod.ts",
|
|
14417
|
-
"line":
|
|
14417
|
+
"line": 989
|
|
14418
14418
|
},
|
|
14419
14419
|
"name": "exists",
|
|
14420
14420
|
"parameters": [
|
|
@@ -14439,7 +14439,7 @@
|
|
|
14439
14439
|
},
|
|
14440
14440
|
"locationInModule": {
|
|
14441
14441
|
"filename": "src/pod.ts",
|
|
14442
|
-
"line":
|
|
14442
|
+
"line": 1003
|
|
14443
14443
|
},
|
|
14444
14444
|
"name": "gt",
|
|
14445
14445
|
"parameters": [
|
|
@@ -14475,7 +14475,7 @@
|
|
|
14475
14475
|
},
|
|
14476
14476
|
"locationInModule": {
|
|
14477
14477
|
"filename": "src/pod.ts",
|
|
14478
|
-
"line":
|
|
14478
|
+
"line": 975
|
|
14479
14479
|
},
|
|
14480
14480
|
"name": "in",
|
|
14481
14481
|
"parameters": [
|
|
@@ -14511,7 +14511,7 @@
|
|
|
14511
14511
|
},
|
|
14512
14512
|
"locationInModule": {
|
|
14513
14513
|
"filename": "src/pod.ts",
|
|
14514
|
-
"line":
|
|
14514
|
+
"line": 968
|
|
14515
14515
|
},
|
|
14516
14516
|
"name": "is",
|
|
14517
14517
|
"parameters": [
|
|
@@ -14542,7 +14542,7 @@
|
|
|
14542
14542
|
},
|
|
14543
14543
|
"locationInModule": {
|
|
14544
14544
|
"filename": "src/pod.ts",
|
|
14545
|
-
"line":
|
|
14545
|
+
"line": 1010
|
|
14546
14546
|
},
|
|
14547
14547
|
"name": "lt",
|
|
14548
14548
|
"parameters": [
|
|
@@ -14578,7 +14578,7 @@
|
|
|
14578
14578
|
},
|
|
14579
14579
|
"locationInModule": {
|
|
14580
14580
|
"filename": "src/pod.ts",
|
|
14581
|
-
"line":
|
|
14581
|
+
"line": 982
|
|
14582
14582
|
},
|
|
14583
14583
|
"name": "notIn",
|
|
14584
14584
|
"parameters": [
|
|
@@ -14621,7 +14621,7 @@
|
|
|
14621
14621
|
"kind": "class",
|
|
14622
14622
|
"locationInModule": {
|
|
14623
14623
|
"filename": "src/pod.ts",
|
|
14624
|
-
"line":
|
|
14624
|
+
"line": 1124
|
|
14625
14625
|
},
|
|
14626
14626
|
"methods": [
|
|
14627
14627
|
{
|
|
@@ -14631,7 +14631,7 @@
|
|
|
14631
14631
|
},
|
|
14632
14632
|
"locationInModule": {
|
|
14633
14633
|
"filename": "src/pod.ts",
|
|
14634
|
-
"line":
|
|
14634
|
+
"line": 1143
|
|
14635
14635
|
},
|
|
14636
14636
|
"name": "any",
|
|
14637
14637
|
"returns": {
|
|
@@ -14648,7 +14648,7 @@
|
|
|
14648
14648
|
},
|
|
14649
14649
|
"locationInModule": {
|
|
14650
14650
|
"filename": "src/pod.ts",
|
|
14651
|
-
"line":
|
|
14651
|
+
"line": 1136
|
|
14652
14652
|
},
|
|
14653
14653
|
"name": "exists",
|
|
14654
14654
|
"parameters": [
|
|
@@ -14680,7 +14680,7 @@
|
|
|
14680
14680
|
},
|
|
14681
14681
|
"locationInModule": {
|
|
14682
14682
|
"filename": "src/pod.ts",
|
|
14683
|
-
"line":
|
|
14683
|
+
"line": 1129
|
|
14684
14684
|
},
|
|
14685
14685
|
"name": "is",
|
|
14686
14686
|
"parameters": [
|
|
@@ -14726,7 +14726,7 @@
|
|
|
14726
14726
|
"kind": "interface",
|
|
14727
14727
|
"locationInModule": {
|
|
14728
14728
|
"filename": "src/pod.ts",
|
|
14729
|
-
"line":
|
|
14729
|
+
"line": 1104
|
|
14730
14730
|
},
|
|
14731
14731
|
"name": "NodeTaintQueryOptions",
|
|
14732
14732
|
"properties": [
|
|
@@ -14740,7 +14740,7 @@
|
|
|
14740
14740
|
"immutable": true,
|
|
14741
14741
|
"locationInModule": {
|
|
14742
14742
|
"filename": "src/pod.ts",
|
|
14743
|
-
"line":
|
|
14743
|
+
"line": 1110
|
|
14744
14744
|
},
|
|
14745
14745
|
"name": "effect",
|
|
14746
14746
|
"optional": true,
|
|
@@ -14759,7 +14759,7 @@
|
|
|
14759
14759
|
"immutable": true,
|
|
14760
14760
|
"locationInModule": {
|
|
14761
14761
|
"filename": "src/pod.ts",
|
|
14762
|
-
"line":
|
|
14762
|
+
"line": 1118
|
|
14763
14763
|
},
|
|
14764
14764
|
"name": "evictAfter",
|
|
14765
14765
|
"optional": true,
|
|
@@ -16152,7 +16152,7 @@
|
|
|
16152
16152
|
},
|
|
16153
16153
|
"locationInModule": {
|
|
16154
16154
|
"filename": "src/pod.ts",
|
|
16155
|
-
"line":
|
|
16155
|
+
"line": 1693
|
|
16156
16156
|
},
|
|
16157
16157
|
"parameters": [
|
|
16158
16158
|
{
|
|
@@ -16166,7 +16166,7 @@
|
|
|
16166
16166
|
"kind": "class",
|
|
16167
16167
|
"locationInModule": {
|
|
16168
16168
|
"filename": "src/pod.ts",
|
|
16169
|
-
"line":
|
|
16169
|
+
"line": 1691
|
|
16170
16170
|
},
|
|
16171
16171
|
"methods": [
|
|
16172
16172
|
{
|
|
@@ -16178,7 +16178,7 @@
|
|
|
16178
16178
|
},
|
|
16179
16179
|
"locationInModule": {
|
|
16180
16180
|
"filename": "src/pod.ts",
|
|
16181
|
-
"line":
|
|
16181
|
+
"line": 1735
|
|
16182
16182
|
},
|
|
16183
16183
|
"name": "allowFrom",
|
|
16184
16184
|
"parameters": [
|
|
@@ -16206,7 +16206,7 @@
|
|
|
16206
16206
|
},
|
|
16207
16207
|
"locationInModule": {
|
|
16208
16208
|
"filename": "src/pod.ts",
|
|
16209
|
-
"line":
|
|
16209
|
+
"line": 1713
|
|
16210
16210
|
},
|
|
16211
16211
|
"name": "allowTo",
|
|
16212
16212
|
"parameters": [
|
|
@@ -16232,7 +16232,7 @@
|
|
|
16232
16232
|
},
|
|
16233
16233
|
"locationInModule": {
|
|
16234
16234
|
"filename": "src/pod.ts",
|
|
16235
|
-
"line":
|
|
16235
|
+
"line": 1834
|
|
16236
16236
|
},
|
|
16237
16237
|
"name": "isolate"
|
|
16238
16238
|
}
|
|
@@ -16246,7 +16246,7 @@
|
|
|
16246
16246
|
"immutable": true,
|
|
16247
16247
|
"locationInModule": {
|
|
16248
16248
|
"filename": "src/pod.ts",
|
|
16249
|
-
"line":
|
|
16249
|
+
"line": 1693
|
|
16250
16250
|
},
|
|
16251
16251
|
"name": "instance",
|
|
16252
16252
|
"protected": true,
|
|
@@ -16268,7 +16268,7 @@
|
|
|
16268
16268
|
"kind": "interface",
|
|
16269
16269
|
"locationInModule": {
|
|
16270
16270
|
"filename": "src/pod.ts",
|
|
16271
|
-
"line":
|
|
16271
|
+
"line": 1670
|
|
16272
16272
|
},
|
|
16273
16273
|
"name": "PodConnectionsAllowFromOptions",
|
|
16274
16274
|
"properties": [
|
|
@@ -16282,7 +16282,7 @@
|
|
|
16282
16282
|
"immutable": true,
|
|
16283
16283
|
"locationInModule": {
|
|
16284
16284
|
"filename": "src/pod.ts",
|
|
16285
|
-
"line":
|
|
16285
|
+
"line": 1677
|
|
16286
16286
|
},
|
|
16287
16287
|
"name": "isolation",
|
|
16288
16288
|
"optional": true,
|
|
@@ -16300,7 +16300,7 @@
|
|
|
16300
16300
|
"immutable": true,
|
|
16301
16301
|
"locationInModule": {
|
|
16302
16302
|
"filename": "src/pod.ts",
|
|
16303
|
-
"line":
|
|
16303
|
+
"line": 1684
|
|
16304
16304
|
},
|
|
16305
16305
|
"name": "ports",
|
|
16306
16306
|
"optional": true,
|
|
@@ -16327,7 +16327,7 @@
|
|
|
16327
16327
|
"kind": "interface",
|
|
16328
16328
|
"locationInModule": {
|
|
16329
16329
|
"filename": "src/pod.ts",
|
|
16330
|
-
"line":
|
|
16330
|
+
"line": 1649
|
|
16331
16331
|
},
|
|
16332
16332
|
"name": "PodConnectionsAllowToOptions",
|
|
16333
16333
|
"properties": [
|
|
@@ -16341,7 +16341,7 @@
|
|
|
16341
16341
|
"immutable": true,
|
|
16342
16342
|
"locationInModule": {
|
|
16343
16343
|
"filename": "src/pod.ts",
|
|
16344
|
-
"line":
|
|
16344
|
+
"line": 1656
|
|
16345
16345
|
},
|
|
16346
16346
|
"name": "isolation",
|
|
16347
16347
|
"optional": true,
|
|
@@ -16359,7 +16359,7 @@
|
|
|
16359
16359
|
"immutable": true,
|
|
16360
16360
|
"locationInModule": {
|
|
16361
16361
|
"filename": "src/pod.ts",
|
|
16362
|
-
"line":
|
|
16362
|
+
"line": 1663
|
|
16363
16363
|
},
|
|
16364
16364
|
"name": "ports",
|
|
16365
16365
|
"optional": true,
|
|
@@ -16385,7 +16385,7 @@
|
|
|
16385
16385
|
"kind": "enum",
|
|
16386
16386
|
"locationInModule": {
|
|
16387
16387
|
"filename": "src/pod.ts",
|
|
16388
|
-
"line":
|
|
16388
|
+
"line": 1632
|
|
16389
16389
|
},
|
|
16390
16390
|
"members": [
|
|
16391
16391
|
{
|
|
@@ -16852,7 +16852,7 @@
|
|
|
16852
16852
|
},
|
|
16853
16853
|
"locationInModule": {
|
|
16854
16854
|
"filename": "src/pod.ts",
|
|
16855
|
-
"line":
|
|
16855
|
+
"line": 1431
|
|
16856
16856
|
},
|
|
16857
16857
|
"parameters": [
|
|
16858
16858
|
{
|
|
@@ -16866,7 +16866,7 @@
|
|
|
16866
16866
|
"kind": "class",
|
|
16867
16867
|
"locationInModule": {
|
|
16868
16868
|
"filename": "src/pod.ts",
|
|
16869
|
-
"line":
|
|
16869
|
+
"line": 1420
|
|
16870
16870
|
},
|
|
16871
16871
|
"methods": [
|
|
16872
16872
|
{
|
|
@@ -16877,7 +16877,7 @@
|
|
|
16877
16877
|
},
|
|
16878
16878
|
"locationInModule": {
|
|
16879
16879
|
"filename": "src/pod.ts",
|
|
16880
|
-
"line":
|
|
16880
|
+
"line": 1451
|
|
16881
16881
|
},
|
|
16882
16882
|
"name": "assign",
|
|
16883
16883
|
"parameters": [
|
|
@@ -16898,7 +16898,7 @@
|
|
|
16898
16898
|
},
|
|
16899
16899
|
"locationInModule": {
|
|
16900
16900
|
"filename": "src/pod.ts",
|
|
16901
|
-
"line":
|
|
16901
|
+
"line": 1498
|
|
16902
16902
|
},
|
|
16903
16903
|
"name": "attract",
|
|
16904
16904
|
"parameters": [
|
|
@@ -16926,7 +16926,7 @@
|
|
|
16926
16926
|
},
|
|
16927
16927
|
"locationInModule": {
|
|
16928
16928
|
"filename": "src/pod.ts",
|
|
16929
|
-
"line":
|
|
16929
|
+
"line": 1527
|
|
16930
16930
|
},
|
|
16931
16931
|
"name": "colocate",
|
|
16932
16932
|
"parameters": [
|
|
@@ -16954,7 +16954,7 @@
|
|
|
16954
16954
|
},
|
|
16955
16955
|
"locationInModule": {
|
|
16956
16956
|
"filename": "src/pod.ts",
|
|
16957
|
-
"line":
|
|
16957
|
+
"line": 1556
|
|
16958
16958
|
},
|
|
16959
16959
|
"name": "separate",
|
|
16960
16960
|
"parameters": [
|
|
@@ -16982,7 +16982,7 @@
|
|
|
16982
16982
|
},
|
|
16983
16983
|
"locationInModule": {
|
|
16984
16984
|
"filename": "src/pod.ts",
|
|
16985
|
-
"line":
|
|
16985
|
+
"line": 1481
|
|
16986
16986
|
},
|
|
16987
16987
|
"name": "tolerate",
|
|
16988
16988
|
"parameters": [
|
|
@@ -17004,7 +17004,7 @@
|
|
|
17004
17004
|
"immutable": true,
|
|
17005
17005
|
"locationInModule": {
|
|
17006
17006
|
"filename": "src/pod.ts",
|
|
17007
|
-
"line":
|
|
17007
|
+
"line": 1431
|
|
17008
17008
|
},
|
|
17009
17009
|
"name": "instance",
|
|
17010
17010
|
"protected": true,
|
|
@@ -17026,7 +17026,7 @@
|
|
|
17026
17026
|
"kind": "interface",
|
|
17027
17027
|
"locationInModule": {
|
|
17028
17028
|
"filename": "src/pod.ts",
|
|
17029
|
-
"line":
|
|
17029
|
+
"line": 1408
|
|
17030
17030
|
},
|
|
17031
17031
|
"name": "PodSchedulingAttractOptions",
|
|
17032
17032
|
"properties": [
|
|
@@ -17040,7 +17040,7 @@
|
|
|
17040
17040
|
"immutable": true,
|
|
17041
17041
|
"locationInModule": {
|
|
17042
17042
|
"filename": "src/pod.ts",
|
|
17043
|
-
"line":
|
|
17043
|
+
"line": 1414
|
|
17044
17044
|
},
|
|
17045
17045
|
"name": "weight",
|
|
17046
17046
|
"optional": true,
|
|
@@ -17062,7 +17062,7 @@
|
|
|
17062
17062
|
"kind": "interface",
|
|
17063
17063
|
"locationInModule": {
|
|
17064
17064
|
"filename": "src/pod.ts",
|
|
17065
|
-
"line":
|
|
17065
|
+
"line": 1370
|
|
17066
17066
|
},
|
|
17067
17067
|
"name": "PodSchedulingColocateOptions",
|
|
17068
17068
|
"properties": [
|
|
@@ -17076,7 +17076,7 @@
|
|
|
17076
17076
|
"immutable": true,
|
|
17077
17077
|
"locationInModule": {
|
|
17078
17078
|
"filename": "src/pod.ts",
|
|
17079
|
-
"line":
|
|
17079
|
+
"line": 1376
|
|
17080
17080
|
},
|
|
17081
17081
|
"name": "topology",
|
|
17082
17082
|
"optional": true,
|
|
@@ -17094,7 +17094,7 @@
|
|
|
17094
17094
|
"immutable": true,
|
|
17095
17095
|
"locationInModule": {
|
|
17096
17096
|
"filename": "src/pod.ts",
|
|
17097
|
-
"line":
|
|
17097
|
+
"line": 1383
|
|
17098
17098
|
},
|
|
17099
17099
|
"name": "weight",
|
|
17100
17100
|
"optional": true,
|
|
@@ -17116,7 +17116,7 @@
|
|
|
17116
17116
|
"kind": "interface",
|
|
17117
17117
|
"locationInModule": {
|
|
17118
17118
|
"filename": "src/pod.ts",
|
|
17119
|
-
"line":
|
|
17119
|
+
"line": 1389
|
|
17120
17120
|
},
|
|
17121
17121
|
"name": "PodSchedulingSeparateOptions",
|
|
17122
17122
|
"properties": [
|
|
@@ -17130,7 +17130,7 @@
|
|
|
17130
17130
|
"immutable": true,
|
|
17131
17131
|
"locationInModule": {
|
|
17132
17132
|
"filename": "src/pod.ts",
|
|
17133
|
-
"line":
|
|
17133
|
+
"line": 1395
|
|
17134
17134
|
},
|
|
17135
17135
|
"name": "topology",
|
|
17136
17136
|
"optional": true,
|
|
@@ -17148,7 +17148,7 @@
|
|
|
17148
17148
|
"immutable": true,
|
|
17149
17149
|
"locationInModule": {
|
|
17150
17150
|
"filename": "src/pod.ts",
|
|
17151
|
-
"line":
|
|
17151
|
+
"line": 1402
|
|
17152
17152
|
},
|
|
17153
17153
|
"name": "weight",
|
|
17154
17154
|
"optional": true,
|
|
@@ -17172,7 +17172,7 @@
|
|
|
17172
17172
|
},
|
|
17173
17173
|
"locationInModule": {
|
|
17174
17174
|
"filename": "src/pod.ts",
|
|
17175
|
-
"line":
|
|
17175
|
+
"line": 824
|
|
17176
17176
|
},
|
|
17177
17177
|
"parameters": [
|
|
17178
17178
|
{
|
|
@@ -17187,7 +17187,7 @@
|
|
|
17187
17187
|
"kind": "class",
|
|
17188
17188
|
"locationInModule": {
|
|
17189
17189
|
"filename": "src/pod.ts",
|
|
17190
|
-
"line":
|
|
17190
|
+
"line": 814
|
|
17191
17191
|
},
|
|
17192
17192
|
"name": "PodSecurityContext",
|
|
17193
17193
|
"properties": [
|
|
@@ -17198,7 +17198,7 @@
|
|
|
17198
17198
|
"immutable": true,
|
|
17199
17199
|
"locationInModule": {
|
|
17200
17200
|
"filename": "src/pod.ts",
|
|
17201
|
-
"line":
|
|
17201
|
+
"line": 816
|
|
17202
17202
|
},
|
|
17203
17203
|
"name": "ensureNonRoot",
|
|
17204
17204
|
"type": {
|
|
@@ -17212,7 +17212,7 @@
|
|
|
17212
17212
|
"immutable": true,
|
|
17213
17213
|
"locationInModule": {
|
|
17214
17214
|
"filename": "src/pod.ts",
|
|
17215
|
-
"line":
|
|
17215
|
+
"line": 820
|
|
17216
17216
|
},
|
|
17217
17217
|
"name": "fsGroupChangePolicy",
|
|
17218
17218
|
"type": {
|
|
@@ -17226,7 +17226,7 @@
|
|
|
17226
17226
|
"immutable": true,
|
|
17227
17227
|
"locationInModule": {
|
|
17228
17228
|
"filename": "src/pod.ts",
|
|
17229
|
-
"line":
|
|
17229
|
+
"line": 837
|
|
17230
17230
|
},
|
|
17231
17231
|
"name": "sysctls",
|
|
17232
17232
|
"type": {
|
|
@@ -17245,7 +17245,7 @@
|
|
|
17245
17245
|
"immutable": true,
|
|
17246
17246
|
"locationInModule": {
|
|
17247
17247
|
"filename": "src/pod.ts",
|
|
17248
|
-
"line":
|
|
17248
|
+
"line": 819
|
|
17249
17249
|
},
|
|
17250
17250
|
"name": "fsGroup",
|
|
17251
17251
|
"optional": true,
|
|
@@ -17260,7 +17260,7 @@
|
|
|
17260
17260
|
"immutable": true,
|
|
17261
17261
|
"locationInModule": {
|
|
17262
17262
|
"filename": "src/pod.ts",
|
|
17263
|
-
"line":
|
|
17263
|
+
"line": 818
|
|
17264
17264
|
},
|
|
17265
17265
|
"name": "group",
|
|
17266
17266
|
"optional": true,
|
|
@@ -17275,7 +17275,7 @@
|
|
|
17275
17275
|
"immutable": true,
|
|
17276
17276
|
"locationInModule": {
|
|
17277
17277
|
"filename": "src/pod.ts",
|
|
17278
|
-
"line":
|
|
17278
|
+
"line": 817
|
|
17279
17279
|
},
|
|
17280
17280
|
"name": "user",
|
|
17281
17281
|
"optional": true,
|
|
@@ -17485,7 +17485,7 @@
|
|
|
17485
17485
|
},
|
|
17486
17486
|
"locationInModule": {
|
|
17487
17487
|
"filename": "src/pod.ts",
|
|
17488
|
-
"line":
|
|
17488
|
+
"line": 1237
|
|
17489
17489
|
},
|
|
17490
17490
|
"parameters": [
|
|
17491
17491
|
{
|
|
@@ -17539,7 +17539,7 @@
|
|
|
17539
17539
|
"kind": "class",
|
|
17540
17540
|
"locationInModule": {
|
|
17541
17541
|
"filename": "src/pod.ts",
|
|
17542
|
-
"line":
|
|
17542
|
+
"line": 1221
|
|
17543
17543
|
},
|
|
17544
17544
|
"methods": [
|
|
17545
17545
|
{
|
|
@@ -17549,7 +17549,7 @@
|
|
|
17549
17549
|
},
|
|
17550
17550
|
"locationInModule": {
|
|
17551
17551
|
"filename": "src/pod.ts",
|
|
17552
|
-
"line":
|
|
17552
|
+
"line": 1233
|
|
17553
17553
|
},
|
|
17554
17554
|
"name": "all",
|
|
17555
17555
|
"parameters": [
|
|
@@ -17587,7 +17587,7 @@
|
|
|
17587
17587
|
},
|
|
17588
17588
|
"locationInModule": {
|
|
17589
17589
|
"filename": "src/pod.ts",
|
|
17590
|
-
"line":
|
|
17590
|
+
"line": 1226
|
|
17591
17591
|
},
|
|
17592
17592
|
"name": "select",
|
|
17593
17593
|
"parameters": [
|
|
@@ -17624,7 +17624,7 @@
|
|
|
17624
17624
|
},
|
|
17625
17625
|
"locationInModule": {
|
|
17626
17626
|
"filename": "src/pod.ts",
|
|
17627
|
-
"line":
|
|
17627
|
+
"line": 1257
|
|
17628
17628
|
},
|
|
17629
17629
|
"name": "toNetworkPolicyPeerConfig",
|
|
17630
17630
|
"returns": {
|
|
@@ -17640,7 +17640,7 @@
|
|
|
17640
17640
|
},
|
|
17641
17641
|
"locationInModule": {
|
|
17642
17642
|
"filename": "src/pod.ts",
|
|
17643
|
-
"line":
|
|
17643
|
+
"line": 1264
|
|
17644
17644
|
},
|
|
17645
17645
|
"name": "toPodSelector",
|
|
17646
17646
|
"returns": {
|
|
@@ -17658,7 +17658,7 @@
|
|
|
17658
17658
|
},
|
|
17659
17659
|
"locationInModule": {
|
|
17660
17660
|
"filename": "src/pod.ts",
|
|
17661
|
-
"line":
|
|
17661
|
+
"line": 1247
|
|
17662
17662
|
},
|
|
17663
17663
|
"name": "toPodSelectorConfig",
|
|
17664
17664
|
"overrides": "cdk8s-plus-31.IPodSelector",
|
|
@@ -17683,7 +17683,7 @@
|
|
|
17683
17683
|
"kind": "interface",
|
|
17684
17684
|
"locationInModule": {
|
|
17685
17685
|
"filename": "src/pod.ts",
|
|
17686
|
-
"line":
|
|
17686
|
+
"line": 1178
|
|
17687
17687
|
},
|
|
17688
17688
|
"name": "PodsAllOptions",
|
|
17689
17689
|
"properties": [
|
|
@@ -17698,7 +17698,7 @@
|
|
|
17698
17698
|
"immutable": true,
|
|
17699
17699
|
"locationInModule": {
|
|
17700
17700
|
"filename": "src/pod.ts",
|
|
17701
|
-
"line":
|
|
17701
|
+
"line": 1186
|
|
17702
17702
|
},
|
|
17703
17703
|
"name": "namespaces",
|
|
17704
17704
|
"optional": true,
|
|
@@ -17720,7 +17720,7 @@
|
|
|
17720
17720
|
"kind": "interface",
|
|
17721
17721
|
"locationInModule": {
|
|
17722
17722
|
"filename": "src/pod.ts",
|
|
17723
|
-
"line":
|
|
17723
|
+
"line": 1192
|
|
17724
17724
|
},
|
|
17725
17725
|
"name": "PodsSelectOptions",
|
|
17726
17726
|
"properties": [
|
|
@@ -17734,7 +17734,7 @@
|
|
|
17734
17734
|
"immutable": true,
|
|
17735
17735
|
"locationInModule": {
|
|
17736
17736
|
"filename": "src/pod.ts",
|
|
17737
|
-
"line":
|
|
17737
|
+
"line": 1206
|
|
17738
17738
|
},
|
|
17739
17739
|
"name": "expressions",
|
|
17740
17740
|
"optional": true,
|
|
@@ -17757,7 +17757,7 @@
|
|
|
17757
17757
|
"immutable": true,
|
|
17758
17758
|
"locationInModule": {
|
|
17759
17759
|
"filename": "src/pod.ts",
|
|
17760
|
-
"line":
|
|
17760
|
+
"line": 1199
|
|
17761
17761
|
},
|
|
17762
17762
|
"name": "labels",
|
|
17763
17763
|
"optional": true,
|
|
@@ -17781,7 +17781,7 @@
|
|
|
17781
17781
|
"immutable": true,
|
|
17782
17782
|
"locationInModule": {
|
|
17783
17783
|
"filename": "src/pod.ts",
|
|
17784
|
-
"line":
|
|
17784
|
+
"line": 1214
|
|
17785
17785
|
},
|
|
17786
17786
|
"name": "namespaces",
|
|
17787
17787
|
"optional": true,
|
|
@@ -18582,7 +18582,7 @@
|
|
|
18582
18582
|
"kind": "enum",
|
|
18583
18583
|
"locationInModule": {
|
|
18584
18584
|
"filename": "src/pod.ts",
|
|
18585
|
-
"line":
|
|
18585
|
+
"line": 860
|
|
18586
18586
|
},
|
|
18587
18587
|
"members": [
|
|
18588
18588
|
{
|
|
@@ -21850,7 +21850,7 @@
|
|
|
21850
21850
|
"kind": "enum",
|
|
21851
21851
|
"locationInModule": {
|
|
21852
21852
|
"filename": "src/pod.ts",
|
|
21853
|
-
"line":
|
|
21853
|
+
"line": 1076
|
|
21854
21854
|
},
|
|
21855
21855
|
"members": [
|
|
21856
21856
|
{
|
|
@@ -21892,7 +21892,7 @@
|
|
|
21892
21892
|
},
|
|
21893
21893
|
"locationInModule": {
|
|
21894
21894
|
"filename": "src/pod.ts",
|
|
21895
|
-
"line":
|
|
21895
|
+
"line": 1281
|
|
21896
21896
|
},
|
|
21897
21897
|
"parameters": [
|
|
21898
21898
|
{
|
|
@@ -21911,7 +21911,7 @@
|
|
|
21911
21911
|
"kind": "class",
|
|
21912
21912
|
"locationInModule": {
|
|
21913
21913
|
"filename": "src/pod.ts",
|
|
21914
|
-
"line":
|
|
21914
|
+
"line": 1280
|
|
21915
21915
|
},
|
|
21916
21916
|
"name": "TaintedNode",
|
|
21917
21917
|
"properties": [
|
|
@@ -21922,7 +21922,7 @@
|
|
|
21922
21922
|
"immutable": true,
|
|
21923
21923
|
"locationInModule": {
|
|
21924
21924
|
"filename": "src/pod.ts",
|
|
21925
|
-
"line":
|
|
21925
|
+
"line": 1281
|
|
21926
21926
|
},
|
|
21927
21927
|
"name": "taintSelector",
|
|
21928
21928
|
"type": {
|
|
@@ -22103,7 +22103,7 @@
|
|
|
22103
22103
|
"kind": "class",
|
|
22104
22104
|
"locationInModule": {
|
|
22105
22105
|
"filename": "src/pod.ts",
|
|
22106
|
-
"line":
|
|
22106
|
+
"line": 1322
|
|
22107
22107
|
},
|
|
22108
22108
|
"methods": [
|
|
22109
22109
|
{
|
|
@@ -22113,7 +22113,7 @@
|
|
|
22113
22113
|
},
|
|
22114
22114
|
"locationInModule": {
|
|
22115
22115
|
"filename": "src/pod.ts",
|
|
22116
|
-
"line":
|
|
22116
|
+
"line": 1360
|
|
22117
22117
|
},
|
|
22118
22118
|
"name": "custom",
|
|
22119
22119
|
"parameters": [
|
|
@@ -22144,7 +22144,7 @@
|
|
|
22144
22144
|
"immutable": true,
|
|
22145
22145
|
"locationInModule": {
|
|
22146
22146
|
"filename": "src/pod.ts",
|
|
22147
|
-
"line":
|
|
22147
|
+
"line": 1329
|
|
22148
22148
|
},
|
|
22149
22149
|
"name": "HOSTNAME",
|
|
22150
22150
|
"static": true,
|
|
@@ -22163,7 +22163,7 @@
|
|
|
22163
22163
|
"immutable": true,
|
|
22164
22164
|
"locationInModule": {
|
|
22165
22165
|
"filename": "src/pod.ts",
|
|
22166
|
-
"line":
|
|
22166
|
+
"line": 1355
|
|
22167
22167
|
},
|
|
22168
22168
|
"name": "REGION",
|
|
22169
22169
|
"static": true,
|
|
@@ -22182,7 +22182,7 @@
|
|
|
22182
22182
|
"immutable": true,
|
|
22183
22183
|
"locationInModule": {
|
|
22184
22184
|
"filename": "src/pod.ts",
|
|
22185
|
-
"line":
|
|
22185
|
+
"line": 1341
|
|
22186
22186
|
},
|
|
22187
22187
|
"name": "ZONE",
|
|
22188
22188
|
"static": true,
|
|
@@ -22197,7 +22197,7 @@
|
|
|
22197
22197
|
"immutable": true,
|
|
22198
22198
|
"locationInModule": {
|
|
22199
22199
|
"filename": "src/pod.ts",
|
|
22200
|
-
"line":
|
|
22200
|
+
"line": 1364
|
|
22201
22201
|
},
|
|
22202
22202
|
"name": "key",
|
|
22203
22203
|
"type": {
|
|
@@ -23163,7 +23163,7 @@
|
|
|
23163
23163
|
},
|
|
23164
23164
|
"locationInModule": {
|
|
23165
23165
|
"filename": "src/pod.ts",
|
|
23166
|
-
"line":
|
|
23166
|
+
"line": 1431
|
|
23167
23167
|
},
|
|
23168
23168
|
"parameters": [
|
|
23169
23169
|
{
|
|
@@ -90297,6 +90297,6 @@
|
|
|
90297
90297
|
"symbolId": "src/imports/k8s:WindowsSecurityContextOptions"
|
|
90298
90298
|
}
|
|
90299
90299
|
},
|
|
90300
|
-
"version": "2.2.
|
|
90301
|
-
"fingerprint": "
|
|
90300
|
+
"version": "2.2.3",
|
|
90301
|
+
"fingerprint": "9m9Ys6XcefmiWTjlRcIAvQ6vo8CJACRUrXJkb5Bdebk="
|
|
90302
90302
|
}
|