cdk8s 2.64.25 → 2.65.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 CHANGED
@@ -216,7 +216,7 @@
216
216
  },
217
217
  "locationInModule": {
218
218
  "filename": "src/api-object.ts",
219
- "line": 174
219
+ "line": 175
220
220
  },
221
221
  "name": "addDependency",
222
222
  "parameters": [
@@ -241,7 +241,7 @@
241
241
  },
242
242
  "locationInModule": {
243
243
  "filename": "src/api-object.ts",
244
- "line": 189
244
+ "line": 190
245
245
  },
246
246
  "name": "addJsonPatch",
247
247
  "parameters": [
@@ -266,7 +266,7 @@
266
266
  },
267
267
  "locationInModule": {
268
268
  "filename": "src/api-object.ts",
269
- "line": 199
269
+ "line": 200
270
270
  },
271
271
  "name": "toJson",
272
272
  "returns": {
@@ -383,10 +383,32 @@
383
383
  "kind": "interface",
384
384
  "locationInModule": {
385
385
  "filename": "src/metadata.ts",
386
- "line": 7
386
+ "line": 8
387
387
  },
388
388
  "name": "ApiObjectMetadata",
389
389
  "properties": [
390
+ {
391
+ "abstract": true,
392
+ "docs": {
393
+ "stability": "stable",
394
+ "summary": "Additional metadata attributes."
395
+ },
396
+ "immutable": true,
397
+ "locationInModule": {
398
+ "filename": "src/metadata.ts",
399
+ "line": 101
400
+ },
401
+ "name": "additionalAttributes",
402
+ "optional": true,
403
+ "type": {
404
+ "collection": {
405
+ "elementtype": {
406
+ "primitive": "any"
407
+ },
408
+ "kind": "map"
409
+ }
410
+ }
411
+ },
390
412
  {
391
413
  "abstract": true,
392
414
  "docs": {
@@ -399,7 +421,7 @@
399
421
  "immutable": true,
400
422
  "locationInModule": {
401
423
  "filename": "src/metadata.ts",
402
- "line": 36
424
+ "line": 37
403
425
  },
404
426
  "name": "annotations",
405
427
  "optional": true,
@@ -424,7 +446,7 @@
424
446
  "immutable": true,
425
447
  "locationInModule": {
426
448
  "filename": "src/metadata.ts",
427
- "line": 76
449
+ "line": 77
428
450
  },
429
451
  "name": "finalizers",
430
452
  "optional": true,
@@ -449,7 +471,7 @@
449
471
  "immutable": true,
450
472
  "locationInModule": {
451
473
  "filename": "src/metadata.ts",
452
- "line": 45
474
+ "line": 46
453
475
  },
454
476
  "name": "labels",
455
477
  "optional": true,
@@ -473,7 +495,7 @@
473
495
  "immutable": true,
474
496
  "locationInModule": {
475
497
  "filename": "src/metadata.ts",
476
- "line": 27
498
+ "line": 28
477
499
  },
478
500
  "name": "name",
479
501
  "optional": true,
@@ -492,7 +514,7 @@
492
514
  "immutable": true,
493
515
  "locationInModule": {
494
516
  "filename": "src/metadata.ts",
495
- "line": 53
517
+ "line": 54
496
518
  },
497
519
  "name": "namespace",
498
520
  "optional": true,
@@ -512,7 +534,7 @@
512
534
  "immutable": true,
513
535
  "locationInModule": {
514
536
  "filename": "src/metadata.ts",
515
- "line": 95
537
+ "line": 96
516
538
  },
517
539
  "name": "ownerReferences",
518
540
  "optional": true,
@@ -541,14 +563,13 @@
541
563
  },
542
564
  "locationInModule": {
543
565
  "filename": "src/metadata.ts",
544
- "line": 149
566
+ "line": 165
545
567
  },
546
568
  "parameters": [
547
569
  {
548
570
  "name": "options",
549
- "optional": true,
550
571
  "type": {
551
- "fqn": "cdk8s.ApiObjectMetadata"
572
+ "fqn": "cdk8s.ApiObjectMetadataDefinitionOptions"
552
573
  }
553
574
  }
554
575
  ]
@@ -556,7 +577,7 @@
556
577
  "kind": "class",
557
578
  "locationInModule": {
558
579
  "filename": "src/metadata.ts",
559
- "line": 108
580
+ "line": 119
560
581
  },
561
582
  "methods": [
562
583
  {
@@ -566,7 +587,7 @@
566
587
  },
567
588
  "locationInModule": {
568
589
  "filename": "src/metadata.ts",
569
- "line": 210
590
+ "line": 227
570
591
  },
571
592
  "name": "add",
572
593
  "parameters": [
@@ -597,7 +618,7 @@
597
618
  },
598
619
  "locationInModule": {
599
620
  "filename": "src/metadata.ts",
600
- "line": 183
621
+ "line": 200
601
622
  },
602
623
  "name": "addAnnotation",
603
624
  "parameters": [
@@ -628,7 +649,7 @@
628
649
  },
629
650
  "locationInModule": {
630
651
  "filename": "src/metadata.ts",
631
- "line": 192
652
+ "line": 209
632
653
  },
633
654
  "name": "addFinalizers",
634
655
  "parameters": [
@@ -652,7 +673,7 @@
652
673
  },
653
674
  "locationInModule": {
654
675
  "filename": "src/metadata.ts",
655
- "line": 165
676
+ "line": 182
656
677
  },
657
678
  "name": "addLabel",
658
679
  "parameters": [
@@ -683,7 +704,7 @@
683
704
  },
684
705
  "locationInModule": {
685
706
  "filename": "src/metadata.ts",
686
- "line": 201
707
+ "line": 218
687
708
  },
688
709
  "name": "addOwnerReference",
689
710
  "parameters": [
@@ -705,7 +726,7 @@
705
726
  },
706
727
  "locationInModule": {
707
728
  "filename": "src/metadata.ts",
708
- "line": 173
729
+ "line": 190
709
730
  },
710
731
  "name": "getLabel",
711
732
  "parameters": [
@@ -733,7 +754,7 @@
733
754
  },
734
755
  "locationInModule": {
735
756
  "filename": "src/metadata.ts",
736
- "line": 217
757
+ "line": 234
737
758
  },
738
759
  "name": "toJson",
739
760
  "returns": {
@@ -754,7 +775,7 @@
754
775
  "immutable": true,
755
776
  "locationInModule": {
756
777
  "filename": "src/metadata.ts",
757
- "line": 117
778
+ "line": 128
758
779
  },
759
780
  "name": "name",
760
781
  "optional": true,
@@ -770,7 +791,7 @@
770
791
  "immutable": true,
771
792
  "locationInModule": {
772
793
  "filename": "src/metadata.ts",
773
- "line": 122
794
+ "line": 133
774
795
  },
775
796
  "name": "namespace",
776
797
  "optional": true,
@@ -781,6 +802,43 @@
781
802
  ],
782
803
  "symbolId": "src/metadata:ApiObjectMetadataDefinition"
783
804
  },
805
+ "cdk8s.ApiObjectMetadataDefinitionOptions": {
806
+ "assembly": "cdk8s",
807
+ "datatype": true,
808
+ "docs": {
809
+ "stability": "stable",
810
+ "summary": "Options for `ApiObjectMetadataDefinition`."
811
+ },
812
+ "fqn": "cdk8s.ApiObjectMetadataDefinitionOptions",
813
+ "interfaces": [
814
+ "cdk8s.ApiObjectMetadata"
815
+ ],
816
+ "kind": "interface",
817
+ "locationInModule": {
818
+ "filename": "src/metadata.ts",
819
+ "line": 107
820
+ },
821
+ "name": "ApiObjectMetadataDefinitionOptions",
822
+ "properties": [
823
+ {
824
+ "abstract": true,
825
+ "docs": {
826
+ "stability": "stable",
827
+ "summary": "Which ApiObject instance is the metadata attached to."
828
+ },
829
+ "immutable": true,
830
+ "locationInModule": {
831
+ "filename": "src/metadata.ts",
832
+ "line": 112
833
+ },
834
+ "name": "apiObject",
835
+ "type": {
836
+ "fqn": "cdk8s.ApiObject"
837
+ }
838
+ }
839
+ ],
840
+ "symbolId": "src/metadata:ApiObjectMetadataDefinitionOptions"
841
+ },
784
842
  "cdk8s.ApiObjectProps": {
785
843
  "assembly": "cdk8s",
786
844
  "datatype": true,
@@ -864,7 +922,7 @@
864
922
  },
865
923
  "locationInModule": {
866
924
  "filename": "src/app.ts",
867
- "line": 134
925
+ "line": 153
868
926
  },
869
927
  "parameters": [
870
928
  {
@@ -882,9 +940,33 @@
882
940
  "kind": "class",
883
941
  "locationInModule": {
884
942
  "filename": "src/app.ts",
885
- "line": 60
943
+ "line": 73
886
944
  },
887
945
  "methods": [
946
+ {
947
+ "docs": {
948
+ "stability": "stable"
949
+ },
950
+ "locationInModule": {
951
+ "filename": "src/app.ts",
952
+ "line": 103
953
+ },
954
+ "name": "of",
955
+ "parameters": [
956
+ {
957
+ "name": "c",
958
+ "type": {
959
+ "fqn": "constructs.IConstruct"
960
+ }
961
+ }
962
+ ],
963
+ "returns": {
964
+ "type": {
965
+ "fqn": "cdk8s.App"
966
+ }
967
+ },
968
+ "static": true
969
+ },
888
970
  {
889
971
  "docs": {
890
972
  "stability": "stable",
@@ -892,7 +974,7 @@
892
974
  },
893
975
  "locationInModule": {
894
976
  "filename": "src/app.ts",
895
- "line": 147
977
+ "line": 166
896
978
  },
897
979
  "name": "synth"
898
980
  },
@@ -904,7 +986,7 @@
904
986
  },
905
987
  "locationInModule": {
906
988
  "filename": "src/app.ts",
907
- "line": 232
989
+ "line": 251
908
990
  },
909
991
  "name": "synthYaml",
910
992
  "returns": {
@@ -924,7 +1006,7 @@
924
1006
  "immutable": true,
925
1007
  "locationInModule": {
926
1008
  "filename": "src/app.ts",
927
- "line": 123
1009
+ "line": 142
928
1010
  },
929
1011
  "name": "charts",
930
1012
  "type": {
@@ -944,7 +1026,7 @@
944
1026
  "immutable": true,
945
1027
  "locationInModule": {
946
1028
  "filename": "src/app.ts",
947
- "line": 105
1029
+ "line": 118
948
1030
  },
949
1031
  "name": "outdir",
950
1032
  "type": {
@@ -960,13 +1042,34 @@
960
1042
  "immutable": true,
961
1043
  "locationInModule": {
962
1044
  "filename": "src/app.ts",
963
- "line": 111
1045
+ "line": 124
964
1046
  },
965
1047
  "name": "outputFileExtension",
966
1048
  "type": {
967
1049
  "primitive": "string"
968
1050
  }
969
1051
  },
1052
+ {
1053
+ "docs": {
1054
+ "remarks": "This includes both custom resolvers\npassed by the `resolvers` property, as well as built-in resolvers.",
1055
+ "stability": "stable",
1056
+ "summary": "Resolvers used by this app."
1057
+ },
1058
+ "immutable": true,
1059
+ "locationInModule": {
1060
+ "filename": "src/app.ts",
1061
+ "line": 135
1062
+ },
1063
+ "name": "resolvers",
1064
+ "type": {
1065
+ "collection": {
1066
+ "elementtype": {
1067
+ "fqn": "cdk8s.IResolver"
1068
+ },
1069
+ "kind": "array"
1070
+ }
1071
+ }
1072
+ },
970
1073
  {
971
1074
  "docs": {
972
1075
  "default": "YamlOutputType.FILE_PER_CHART",
@@ -976,7 +1079,7 @@
976
1079
  "immutable": true,
977
1080
  "locationInModule": {
978
1081
  "filename": "src/app.ts",
979
- "line": 116
1082
+ "line": 129
980
1083
  },
981
1084
  "name": "yamlOutputType",
982
1085
  "type": {
@@ -996,7 +1099,7 @@
996
1099
  "kind": "interface",
997
1100
  "locationInModule": {
998
1101
  "filename": "src/app.ts",
999
- "line": 22
1102
+ "line": 23
1000
1103
  },
1001
1104
  "name": "AppProps",
1002
1105
  "properties": [
@@ -1011,7 +1114,7 @@
1011
1114
  "immutable": true,
1012
1115
  "locationInModule": {
1013
1116
  "filename": "src/app.ts",
1014
- "line": 36
1117
+ "line": 37
1015
1118
  },
1016
1119
  "name": "outdir",
1017
1120
  "optional": true,
@@ -1029,7 +1132,7 @@
1029
1132
  "immutable": true,
1030
1133
  "locationInModule": {
1031
1134
  "filename": "src/app.ts",
1032
- "line": 41
1135
+ "line": 42
1033
1136
  },
1034
1137
  "name": "outputFileExtension",
1035
1138
  "optional": true,
@@ -1047,7 +1150,7 @@
1047
1150
  "immutable": true,
1048
1151
  "locationInModule": {
1049
1152
  "filename": "src/app.ts",
1050
- "line": 54
1153
+ "line": 55
1051
1154
  },
1052
1155
  "name": "recordConstructMetadata",
1053
1156
  "optional": true,
@@ -1055,6 +1158,31 @@
1055
1158
  "primitive": "boolean"
1056
1159
  }
1057
1160
  },
1161
+ {
1162
+ "abstract": true,
1163
+ "docs": {
1164
+ "default": "- no resolvers.",
1165
+ "remarks": "When multiple resolvers are passed,\nthey are invoked by order in the list, and only the first one that applies\n(e.g calls `context.replaceValue`) is invoked.",
1166
+ "see": "https://cdk8s.io/docs/latest/basics/app/#resolvers",
1167
+ "stability": "stable",
1168
+ "summary": "A list of resolvers that can be used to replace property values before they are written to the manifest file."
1169
+ },
1170
+ "immutable": true,
1171
+ "locationInModule": {
1172
+ "filename": "src/app.ts",
1173
+ "line": 67
1174
+ },
1175
+ "name": "resolvers",
1176
+ "optional": true,
1177
+ "type": {
1178
+ "collection": {
1179
+ "elementtype": {
1180
+ "fqn": "cdk8s.IResolver"
1181
+ },
1182
+ "kind": "array"
1183
+ }
1184
+ }
1185
+ },
1058
1186
  {
1059
1187
  "abstract": true,
1060
1188
  "docs": {
@@ -1065,7 +1193,7 @@
1065
1193
  "immutable": true,
1066
1194
  "locationInModule": {
1067
1195
  "filename": "src/app.ts",
1068
- "line": 46
1196
+ "line": 47
1069
1197
  },
1070
1198
  "name": "yamlOutputType",
1071
1199
  "optional": true,
@@ -2559,6 +2687,90 @@
2559
2687
  "name": "IAnyProducer",
2560
2688
  "symbolId": "src/lazy:IAnyProducer"
2561
2689
  },
2690
+ "cdk8s.IResolver": {
2691
+ "assembly": "cdk8s",
2692
+ "docs": {
2693
+ "stability": "stable",
2694
+ "summary": "Contract for resolver objects."
2695
+ },
2696
+ "fqn": "cdk8s.IResolver",
2697
+ "kind": "interface",
2698
+ "locationInModule": {
2699
+ "filename": "src/resolve.ts",
2700
+ "line": 49
2701
+ },
2702
+ "methods": [
2703
+ {
2704
+ "abstract": true,
2705
+ "docs": {
2706
+ "remarks": "To replace a value, implementations must invoke `context.replaceValue`.",
2707
+ "stability": "stable",
2708
+ "summary": "This function is invoked on every property during cdk8s synthesis."
2709
+ },
2710
+ "locationInModule": {
2711
+ "filename": "src/resolve.ts",
2712
+ "line": 55
2713
+ },
2714
+ "name": "resolve",
2715
+ "parameters": [
2716
+ {
2717
+ "name": "context",
2718
+ "type": {
2719
+ "fqn": "cdk8s.ResolutionContext"
2720
+ }
2721
+ }
2722
+ ]
2723
+ }
2724
+ ],
2725
+ "name": "IResolver",
2726
+ "symbolId": "src/resolve:IResolver"
2727
+ },
2728
+ "cdk8s.ImplicitTokenResolver": {
2729
+ "assembly": "cdk8s",
2730
+ "docs": {
2731
+ "stability": "stable",
2732
+ "summary": "Resolves implicit tokens."
2733
+ },
2734
+ "fqn": "cdk8s.ImplicitTokenResolver",
2735
+ "initializer": {
2736
+ "docs": {
2737
+ "stability": "stable"
2738
+ }
2739
+ },
2740
+ "interfaces": [
2741
+ "cdk8s.IResolver"
2742
+ ],
2743
+ "kind": "class",
2744
+ "locationInModule": {
2745
+ "filename": "src/resolve.ts",
2746
+ "line": 74
2747
+ },
2748
+ "methods": [
2749
+ {
2750
+ "docs": {
2751
+ "remarks": "To replace a value, implementations must invoke `context.replaceValue`.",
2752
+ "stability": "stable",
2753
+ "summary": "This function is invoked on every property during cdk8s synthesis."
2754
+ },
2755
+ "locationInModule": {
2756
+ "filename": "src/resolve.ts",
2757
+ "line": 76
2758
+ },
2759
+ "name": "resolve",
2760
+ "overrides": "cdk8s.IResolver",
2761
+ "parameters": [
2762
+ {
2763
+ "name": "context",
2764
+ "type": {
2765
+ "fqn": "cdk8s.ResolutionContext"
2766
+ }
2767
+ }
2768
+ ]
2769
+ }
2770
+ ],
2771
+ "name": "ImplicitTokenResolver",
2772
+ "symbolId": "src/resolve:ImplicitTokenResolver"
2773
+ },
2562
2774
  "cdk8s.Include": {
2563
2775
  "assembly": "cdk8s",
2564
2776
  "base": "constructs.Construct",
@@ -2966,6 +3178,52 @@
2966
3178
  "name": "Lazy",
2967
3179
  "symbolId": "src/lazy:Lazy"
2968
3180
  },
3181
+ "cdk8s.LazyResolver": {
3182
+ "assembly": "cdk8s",
3183
+ "docs": {
3184
+ "stability": "stable",
3185
+ "summary": "Resolvers instanecs of `Lazy`."
3186
+ },
3187
+ "fqn": "cdk8s.LazyResolver",
3188
+ "initializer": {
3189
+ "docs": {
3190
+ "stability": "stable"
3191
+ }
3192
+ },
3193
+ "interfaces": [
3194
+ "cdk8s.IResolver"
3195
+ ],
3196
+ "kind": "class",
3197
+ "locationInModule": {
3198
+ "filename": "src/resolve.ts",
3199
+ "line": 61
3200
+ },
3201
+ "methods": [
3202
+ {
3203
+ "docs": {
3204
+ "remarks": "To replace a value, implementations must invoke `context.replaceValue`.",
3205
+ "stability": "stable",
3206
+ "summary": "This function is invoked on every property during cdk8s synthesis."
3207
+ },
3208
+ "locationInModule": {
3209
+ "filename": "src/resolve.ts",
3210
+ "line": 63
3211
+ },
3212
+ "name": "resolve",
3213
+ "overrides": "cdk8s.IResolver",
3214
+ "parameters": [
3215
+ {
3216
+ "name": "context",
3217
+ "type": {
3218
+ "fqn": "cdk8s.ResolutionContext"
3219
+ }
3220
+ }
3221
+ ]
3222
+ }
3223
+ ],
3224
+ "name": "LazyResolver",
3225
+ "symbolId": "src/resolve:LazyResolver"
3226
+ },
2969
3227
  "cdk8s.NameOptions": {
2970
3228
  "assembly": "cdk8s",
2971
3229
  "datatype": true,
@@ -3176,7 +3434,7 @@
3176
3434
  "kind": "interface",
3177
3435
  "locationInModule": {
3178
3436
  "filename": "src/metadata.ts",
3179
- "line": 236
3437
+ "line": 253
3180
3438
  },
3181
3439
  "name": "OwnerReference",
3182
3440
  "properties": [
@@ -3189,7 +3447,7 @@
3189
3447
  "immutable": true,
3190
3448
  "locationInModule": {
3191
3449
  "filename": "src/metadata.ts",
3192
- "line": 240
3450
+ "line": 257
3193
3451
  },
3194
3452
  "name": "apiVersion",
3195
3453
  "type": {
@@ -3206,7 +3464,7 @@
3206
3464
  "immutable": true,
3207
3465
  "locationInModule": {
3208
3466
  "filename": "src/metadata.ts",
3209
- "line": 264
3467
+ "line": 281
3210
3468
  },
3211
3469
  "name": "kind",
3212
3470
  "type": {
@@ -3223,7 +3481,7 @@
3223
3481
  "immutable": true,
3224
3482
  "locationInModule": {
3225
3483
  "filename": "src/metadata.ts",
3226
- "line": 271
3484
+ "line": 288
3227
3485
  },
3228
3486
  "name": "name",
3229
3487
  "type": {
@@ -3240,7 +3498,7 @@
3240
3498
  "immutable": true,
3241
3499
  "locationInModule": {
3242
3500
  "filename": "src/metadata.ts",
3243
- "line": 278
3501
+ "line": 295
3244
3502
  },
3245
3503
  "name": "uid",
3246
3504
  "type": {
@@ -3258,7 +3516,7 @@
3258
3516
  "immutable": true,
3259
3517
  "locationInModule": {
3260
3518
  "filename": "src/metadata.ts",
3261
- "line": 252
3519
+ "line": 269
3262
3520
  },
3263
3521
  "name": "blockOwnerDeletion",
3264
3522
  "optional": true,
@@ -3275,7 +3533,7 @@
3275
3533
  "immutable": true,
3276
3534
  "locationInModule": {
3277
3535
  "filename": "src/metadata.ts",
3278
- "line": 257
3536
+ "line": 274
3279
3537
  },
3280
3538
  "name": "controller",
3281
3539
  "optional": true,
@@ -3286,6 +3544,166 @@
3286
3544
  ],
3287
3545
  "symbolId": "src/metadata:OwnerReference"
3288
3546
  },
3547
+ "cdk8s.ResolutionContext": {
3548
+ "assembly": "cdk8s",
3549
+ "docs": {
3550
+ "stability": "stable",
3551
+ "summary": "Context object for a specific resolution process."
3552
+ },
3553
+ "fqn": "cdk8s.ResolutionContext",
3554
+ "initializer": {
3555
+ "docs": {
3556
+ "stability": "stable"
3557
+ },
3558
+ "locationInModule": {
3559
+ "filename": "src/resolve.ts",
3560
+ "line": 20
3561
+ },
3562
+ "parameters": [
3563
+ {
3564
+ "docs": {
3565
+ "summary": "Which ApiObject is currently being resolved."
3566
+ },
3567
+ "name": "obj",
3568
+ "type": {
3569
+ "fqn": "cdk8s.ApiObject"
3570
+ }
3571
+ },
3572
+ {
3573
+ "docs": {
3574
+ "summary": "Which key is currently being resolved."
3575
+ },
3576
+ "name": "key",
3577
+ "type": {
3578
+ "collection": {
3579
+ "elementtype": {
3580
+ "primitive": "string"
3581
+ },
3582
+ "kind": "array"
3583
+ }
3584
+ }
3585
+ },
3586
+ {
3587
+ "docs": {
3588
+ "summary": "The value associated to the key currently being resolved."
3589
+ },
3590
+ "name": "value",
3591
+ "type": {
3592
+ "primitive": "any"
3593
+ }
3594
+ }
3595
+ ]
3596
+ },
3597
+ "kind": "class",
3598
+ "locationInModule": {
3599
+ "filename": "src/resolve.ts",
3600
+ "line": 8
3601
+ },
3602
+ "methods": [
3603
+ {
3604
+ "docs": {
3605
+ "remarks": "The new value is what will end up in the manifest.",
3606
+ "stability": "stable",
3607
+ "summary": "Replaces the original value in this resolution context with a new value."
3608
+ },
3609
+ "locationInModule": {
3610
+ "filename": "src/resolve.ts",
3611
+ "line": 39
3612
+ },
3613
+ "name": "replaceValue",
3614
+ "parameters": [
3615
+ {
3616
+ "name": "newValue",
3617
+ "type": {
3618
+ "primitive": "any"
3619
+ }
3620
+ }
3621
+ ]
3622
+ }
3623
+ ],
3624
+ "name": "ResolutionContext",
3625
+ "properties": [
3626
+ {
3627
+ "docs": {
3628
+ "stability": "stable",
3629
+ "summary": "Which key is currently being resolved."
3630
+ },
3631
+ "immutable": true,
3632
+ "locationInModule": {
3633
+ "filename": "src/resolve.ts",
3634
+ "line": 28
3635
+ },
3636
+ "name": "key",
3637
+ "type": {
3638
+ "collection": {
3639
+ "elementtype": {
3640
+ "primitive": "string"
3641
+ },
3642
+ "kind": "array"
3643
+ }
3644
+ }
3645
+ },
3646
+ {
3647
+ "docs": {
3648
+ "stability": "stable",
3649
+ "summary": "Which ApiObject is currently being resolved."
3650
+ },
3651
+ "immutable": true,
3652
+ "locationInModule": {
3653
+ "filename": "src/resolve.ts",
3654
+ "line": 24
3655
+ },
3656
+ "name": "obj",
3657
+ "type": {
3658
+ "fqn": "cdk8s.ApiObject"
3659
+ }
3660
+ },
3661
+ {
3662
+ "docs": {
3663
+ "stability": "stable",
3664
+ "summary": "The value associated to the key currently being resolved."
3665
+ },
3666
+ "immutable": true,
3667
+ "locationInModule": {
3668
+ "filename": "src/resolve.ts",
3669
+ "line": 32
3670
+ },
3671
+ "name": "value",
3672
+ "type": {
3673
+ "primitive": "any"
3674
+ }
3675
+ },
3676
+ {
3677
+ "docs": {
3678
+ "stability": "stable",
3679
+ "summary": "Whether or not the value was replaced by invoking the `replaceValue` method."
3680
+ },
3681
+ "locationInModule": {
3682
+ "filename": "src/resolve.ts",
3683
+ "line": 18
3684
+ },
3685
+ "name": "replaced",
3686
+ "type": {
3687
+ "primitive": "boolean"
3688
+ }
3689
+ },
3690
+ {
3691
+ "docs": {
3692
+ "stability": "stable",
3693
+ "summary": "The replaced value that was set via the `replaceValue` method."
3694
+ },
3695
+ "locationInModule": {
3696
+ "filename": "src/resolve.ts",
3697
+ "line": 13
3698
+ },
3699
+ "name": "replacedValue",
3700
+ "type": {
3701
+ "primitive": "any"
3702
+ }
3703
+ }
3704
+ ],
3705
+ "symbolId": "src/resolve:ResolutionContext"
3706
+ },
3289
3707
  "cdk8s.Size": {
3290
3708
  "assembly": "cdk8s",
3291
3709
  "docs": {
@@ -3955,7 +4373,7 @@
3955
4373
  "kind": "enum",
3956
4374
  "locationInModule": {
3957
4375
  "filename": "src/app.ts",
3958
- "line": 11
4376
+ "line": 12
3959
4377
  },
3960
4378
  "members": [
3961
4379
  {
@@ -3991,6 +4409,6 @@
3991
4409
  "symbolId": "src/app:YamlOutputType"
3992
4410
  }
3993
4411
  },
3994
- "version": "2.64.25",
3995
- "fingerprint": "8YmWflZRLS0G0edEb0rAEKDocy1WroEWxw3SV3/750s="
4412
+ "version": "2.65.0",
4413
+ "fingerprint": "DeJWNVGSJBk0NlT10rXuANzE1A22G+M8PKYLEzdYPjo="
3996
4414
  }