@cloudsnorkel/cdk-github-runners 0.6.2 → 0.7.1
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 +366 -270
- package/API.md +187 -133
- package/lib/lambdas/update-lambda/index.js +370 -120
- package/lib/providers/codebuild.d.ts +12 -10
- package/lib/providers/codebuild.js +24 -12
- package/lib/providers/common.d.ts +2 -10
- package/lib/providers/common.js +4 -4
- package/lib/providers/ec2.d.ts +12 -6
- package/lib/providers/ec2.js +18 -16
- package/lib/providers/fargate.d.ts +11 -6
- package/lib/providers/fargate.js +18 -18
- package/lib/providers/image-builders/ami.d.ts +10 -2
- package/lib/providers/image-builders/ami.js +12 -17
- package/lib/providers/image-builders/codebuild.js +1 -1
- package/lib/providers/image-builders/common.d.ts +10 -5
- package/lib/providers/image-builders/common.js +18 -5
- package/lib/providers/image-builders/container.d.ts +10 -2
- package/lib/providers/image-builders/container.js +13 -18
- package/lib/providers/image-builders/linux-components.d.ts +1 -0
- package/lib/providers/image-builders/linux-components.js +21 -2
- package/lib/providers/image-builders/static.js +1 -1
- package/lib/providers/image-builders/windows-components.d.ts +1 -0
- package/lib/providers/image-builders/windows-components.js +20 -2
- package/lib/providers/lambda.d.ts +27 -25
- package/lib/providers/lambda.js +19 -19
- package/lib/runner.d.ts +2 -2
- package/lib/runner.js +13 -13
- package/lib/secrets.js +1 -1
- package/lib/utils.d.ts +3 -3
- package/lib/utils.js +1 -1
- package/package.json +8 -7
package/.jsii
CHANGED
|
@@ -3811,7 +3811,7 @@
|
|
|
3811
3811
|
},
|
|
3812
3812
|
"locationInModule": {
|
|
3813
3813
|
"filename": "src/providers/codebuild.ts",
|
|
3814
|
-
"line":
|
|
3814
|
+
"line": 162
|
|
3815
3815
|
},
|
|
3816
3816
|
"parameters": [
|
|
3817
3817
|
{
|
|
@@ -3828,6 +3828,7 @@
|
|
|
3828
3828
|
},
|
|
3829
3829
|
{
|
|
3830
3830
|
"name": "props",
|
|
3831
|
+
"optional": true,
|
|
3831
3832
|
"type": {
|
|
3832
3833
|
"fqn": "@cloudsnorkel/cdk-github-runners.CodeBuildRunnerProps"
|
|
3833
3834
|
}
|
|
@@ -3840,7 +3841,7 @@
|
|
|
3840
3841
|
"kind": "class",
|
|
3841
3842
|
"locationInModule": {
|
|
3842
3843
|
"filename": "src/providers/codebuild.ts",
|
|
3843
|
-
"line":
|
|
3844
|
+
"line": 112
|
|
3844
3845
|
},
|
|
3845
3846
|
"methods": [
|
|
3846
3847
|
{
|
|
@@ -3851,7 +3852,7 @@
|
|
|
3851
3852
|
},
|
|
3852
3853
|
"locationInModule": {
|
|
3853
3854
|
"filename": "src/providers/codebuild.ts",
|
|
3854
|
-
"line":
|
|
3855
|
+
"line": 285
|
|
3855
3856
|
},
|
|
3856
3857
|
"name": "getStepFunctionTask",
|
|
3857
3858
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -3880,7 +3881,7 @@
|
|
|
3880
3881
|
},
|
|
3881
3882
|
"locationInModule": {
|
|
3882
3883
|
"filename": "src/providers/codebuild.ts",
|
|
3883
|
-
"line":
|
|
3884
|
+
"line": 322
|
|
3884
3885
|
},
|
|
3885
3886
|
"name": "grantStateMachine",
|
|
3886
3887
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -3899,7 +3900,7 @@
|
|
|
3899
3900
|
},
|
|
3900
3901
|
"locationInModule": {
|
|
3901
3902
|
"filename": "src/providers/common.ts",
|
|
3902
|
-
"line":
|
|
3903
|
+
"line": 416
|
|
3903
3904
|
},
|
|
3904
3905
|
"name": "labelsFromProperties",
|
|
3905
3906
|
"parameters": [
|
|
@@ -3949,7 +3950,7 @@
|
|
|
3949
3950
|
},
|
|
3950
3951
|
"locationInModule": {
|
|
3951
3952
|
"filename": "src/providers/codebuild.ts",
|
|
3952
|
-
"line":
|
|
3953
|
+
"line": 325
|
|
3953
3954
|
},
|
|
3954
3955
|
"name": "status",
|
|
3955
3956
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -3980,7 +3981,7 @@
|
|
|
3980
3981
|
"immutable": true,
|
|
3981
3982
|
"locationInModule": {
|
|
3982
3983
|
"filename": "src/providers/codebuild.ts",
|
|
3983
|
-
"line":
|
|
3984
|
+
"line": 137
|
|
3984
3985
|
},
|
|
3985
3986
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
3986
3987
|
"static": true,
|
|
@@ -3998,7 +3999,7 @@
|
|
|
3998
3999
|
"immutable": true,
|
|
3999
4000
|
"locationInModule": {
|
|
4000
4001
|
"filename": "src/providers/codebuild.ts",
|
|
4001
|
-
"line":
|
|
4002
|
+
"line": 124
|
|
4002
4003
|
},
|
|
4003
4004
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
4004
4005
|
"static": true,
|
|
@@ -4014,7 +4015,7 @@
|
|
|
4014
4015
|
"immutable": true,
|
|
4015
4016
|
"locationInModule": {
|
|
4016
4017
|
"filename": "src/providers/codebuild.ts",
|
|
4017
|
-
"line":
|
|
4018
|
+
"line": 345
|
|
4018
4019
|
},
|
|
4019
4020
|
"name": "connections",
|
|
4020
4021
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4030,7 +4031,7 @@
|
|
|
4030
4031
|
"immutable": true,
|
|
4031
4032
|
"locationInModule": {
|
|
4032
4033
|
"filename": "src/providers/codebuild.ts",
|
|
4033
|
-
"line":
|
|
4034
|
+
"line": 152
|
|
4034
4035
|
},
|
|
4035
4036
|
"name": "grantPrincipal",
|
|
4036
4037
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -4047,7 +4048,7 @@
|
|
|
4047
4048
|
"immutable": true,
|
|
4048
4049
|
"locationInModule": {
|
|
4049
4050
|
"filename": "src/providers/codebuild.ts",
|
|
4050
|
-
"line":
|
|
4051
|
+
"line": 157
|
|
4051
4052
|
},
|
|
4052
4053
|
"name": "image",
|
|
4053
4054
|
"type": {
|
|
@@ -4062,7 +4063,7 @@
|
|
|
4062
4063
|
"immutable": true,
|
|
4063
4064
|
"locationInModule": {
|
|
4064
4065
|
"filename": "src/providers/codebuild.ts",
|
|
4065
|
-
"line":
|
|
4066
|
+
"line": 147
|
|
4066
4067
|
},
|
|
4067
4068
|
"name": "labels",
|
|
4068
4069
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4083,46 +4084,12 @@
|
|
|
4083
4084
|
"immutable": true,
|
|
4084
4085
|
"locationInModule": {
|
|
4085
4086
|
"filename": "src/providers/codebuild.ts",
|
|
4086
|
-
"line":
|
|
4087
|
+
"line": 142
|
|
4087
4088
|
},
|
|
4088
4089
|
"name": "project",
|
|
4089
4090
|
"type": {
|
|
4090
4091
|
"fqn": "aws-cdk-lib.aws_codebuild.Project"
|
|
4091
4092
|
}
|
|
4092
|
-
},
|
|
4093
|
-
{
|
|
4094
|
-
"docs": {
|
|
4095
|
-
"stability": "experimental",
|
|
4096
|
-
"summary": "Security group attached to the task."
|
|
4097
|
-
},
|
|
4098
|
-
"immutable": true,
|
|
4099
|
-
"locationInModule": {
|
|
4100
|
-
"filename": "src/providers/codebuild.ts",
|
|
4101
|
-
"line": 148
|
|
4102
|
-
},
|
|
4103
|
-
"name": "securityGroup",
|
|
4104
|
-
"optional": true,
|
|
4105
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
4106
|
-
"type": {
|
|
4107
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4108
|
-
}
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"docs": {
|
|
4112
|
-
"stability": "experimental",
|
|
4113
|
-
"summary": "VPC used for hosting the project."
|
|
4114
|
-
},
|
|
4115
|
-
"immutable": true,
|
|
4116
|
-
"locationInModule": {
|
|
4117
|
-
"filename": "src/providers/codebuild.ts",
|
|
4118
|
-
"line": 143
|
|
4119
|
-
},
|
|
4120
|
-
"name": "vpc",
|
|
4121
|
-
"optional": true,
|
|
4122
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
4123
|
-
"type": {
|
|
4124
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4125
|
-
}
|
|
4126
4093
|
}
|
|
4127
4094
|
],
|
|
4128
4095
|
"symbolId": "src/providers/codebuild:CodeBuildRunner"
|
|
@@ -4155,7 +4122,7 @@
|
|
|
4155
4122
|
"immutable": true,
|
|
4156
4123
|
"locationInModule": {
|
|
4157
4124
|
"filename": "src/providers/codebuild.ts",
|
|
4158
|
-
"line":
|
|
4125
|
+
"line": 93
|
|
4159
4126
|
},
|
|
4160
4127
|
"name": "computeType",
|
|
4161
4128
|
"optional": true,
|
|
@@ -4229,13 +4196,14 @@
|
|
|
4229
4196
|
"abstract": true,
|
|
4230
4197
|
"docs": {
|
|
4231
4198
|
"default": "public project with no security group",
|
|
4232
|
-
"
|
|
4233
|
-
"
|
|
4199
|
+
"deprecated": "use {@link securityGroups}",
|
|
4200
|
+
"stability": "deprecated",
|
|
4201
|
+
"summary": "Security group to assign to this instance."
|
|
4234
4202
|
},
|
|
4235
4203
|
"immutable": true,
|
|
4236
4204
|
"locationInModule": {
|
|
4237
4205
|
"filename": "src/providers/codebuild.ts",
|
|
4238
|
-
"line":
|
|
4206
|
+
"line": 71
|
|
4239
4207
|
},
|
|
4240
4208
|
"name": "securityGroup",
|
|
4241
4209
|
"optional": true,
|
|
@@ -4243,6 +4211,29 @@
|
|
|
4243
4211
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4244
4212
|
}
|
|
4245
4213
|
},
|
|
4214
|
+
{
|
|
4215
|
+
"abstract": true,
|
|
4216
|
+
"docs": {
|
|
4217
|
+
"default": "a new security group, if {@link vpc} is used",
|
|
4218
|
+
"stability": "experimental",
|
|
4219
|
+
"summary": "Security groups to assign to this instance."
|
|
4220
|
+
},
|
|
4221
|
+
"immutable": true,
|
|
4222
|
+
"locationInModule": {
|
|
4223
|
+
"filename": "src/providers/codebuild.ts",
|
|
4224
|
+
"line": 78
|
|
4225
|
+
},
|
|
4226
|
+
"name": "securityGroups",
|
|
4227
|
+
"optional": true,
|
|
4228
|
+
"type": {
|
|
4229
|
+
"collection": {
|
|
4230
|
+
"elementtype": {
|
|
4231
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4232
|
+
},
|
|
4233
|
+
"kind": "array"
|
|
4234
|
+
}
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4246
4237
|
{
|
|
4247
4238
|
"abstract": true,
|
|
4248
4239
|
"docs": {
|
|
@@ -4253,7 +4244,7 @@
|
|
|
4253
4244
|
"immutable": true,
|
|
4254
4245
|
"locationInModule": {
|
|
4255
4246
|
"filename": "src/providers/codebuild.ts",
|
|
4256
|
-
"line":
|
|
4247
|
+
"line": 85
|
|
4257
4248
|
},
|
|
4258
4249
|
"name": "subnetSelection",
|
|
4259
4250
|
"optional": true,
|
|
@@ -4272,7 +4263,7 @@
|
|
|
4272
4263
|
"immutable": true,
|
|
4273
4264
|
"locationInModule": {
|
|
4274
4265
|
"filename": "src/providers/codebuild.ts",
|
|
4275
|
-
"line":
|
|
4266
|
+
"line": 102
|
|
4276
4267
|
},
|
|
4277
4268
|
"name": "timeout",
|
|
4278
4269
|
"optional": true,
|
|
@@ -4316,7 +4307,7 @@
|
|
|
4316
4307
|
},
|
|
4317
4308
|
"locationInModule": {
|
|
4318
4309
|
"filename": "src/providers/image-builders/container.ts",
|
|
4319
|
-
"line":
|
|
4310
|
+
"line": 230
|
|
4320
4311
|
},
|
|
4321
4312
|
"parameters": [
|
|
4322
4313
|
{
|
|
@@ -4341,12 +4332,13 @@
|
|
|
4341
4332
|
]
|
|
4342
4333
|
},
|
|
4343
4334
|
"interfaces": [
|
|
4344
|
-
"@cloudsnorkel/cdk-github-runners.IImageBuilder"
|
|
4335
|
+
"@cloudsnorkel/cdk-github-runners.IImageBuilder",
|
|
4336
|
+
"aws-cdk-lib.aws_ec2.IConnectable"
|
|
4345
4337
|
],
|
|
4346
4338
|
"kind": "class",
|
|
4347
4339
|
"locationInModule": {
|
|
4348
4340
|
"filename": "src/providers/image-builders/container.ts",
|
|
4349
|
-
"line":
|
|
4341
|
+
"line": 225
|
|
4350
4342
|
},
|
|
4351
4343
|
"methods": [
|
|
4352
4344
|
{
|
|
@@ -4356,7 +4348,7 @@
|
|
|
4356
4348
|
},
|
|
4357
4349
|
"locationInModule": {
|
|
4358
4350
|
"filename": "src/providers/image-builders/container.ts",
|
|
4359
|
-
"line":
|
|
4351
|
+
"line": 292
|
|
4360
4352
|
},
|
|
4361
4353
|
"name": "addComponent",
|
|
4362
4354
|
"parameters": [
|
|
@@ -4376,7 +4368,7 @@
|
|
|
4376
4368
|
},
|
|
4377
4369
|
"locationInModule": {
|
|
4378
4370
|
"filename": "src/providers/image-builders/container.ts",
|
|
4379
|
-
"line":
|
|
4371
|
+
"line": 309
|
|
4380
4372
|
},
|
|
4381
4373
|
"name": "addExtraCertificates",
|
|
4382
4374
|
"parameters": [
|
|
@@ -4398,7 +4390,7 @@
|
|
|
4398
4390
|
},
|
|
4399
4391
|
"locationInModule": {
|
|
4400
4392
|
"filename": "src/providers/image-builders/container.ts",
|
|
4401
|
-
"line":
|
|
4393
|
+
"line": 322
|
|
4402
4394
|
},
|
|
4403
4395
|
"name": "bind",
|
|
4404
4396
|
"overrides": "@cloudsnorkel/cdk-github-runners.IImageBuilder",
|
|
@@ -4414,7 +4406,7 @@
|
|
|
4414
4406
|
},
|
|
4415
4407
|
"locationInModule": {
|
|
4416
4408
|
"filename": "src/providers/image-builders/common.ts",
|
|
4417
|
-
"line":
|
|
4409
|
+
"line": 452
|
|
4418
4410
|
},
|
|
4419
4411
|
"name": "createImage",
|
|
4420
4412
|
"parameters": [
|
|
@@ -4464,7 +4456,7 @@
|
|
|
4464
4456
|
},
|
|
4465
4457
|
"locationInModule": {
|
|
4466
4458
|
"filename": "src/providers/image-builders/common.ts",
|
|
4467
|
-
"line":
|
|
4459
|
+
"line": 428
|
|
4468
4460
|
},
|
|
4469
4461
|
"name": "createInfrastructure",
|
|
4470
4462
|
"parameters": [
|
|
@@ -4493,7 +4485,7 @@
|
|
|
4493
4485
|
},
|
|
4494
4486
|
"locationInModule": {
|
|
4495
4487
|
"filename": "src/providers/image-builders/common.ts",
|
|
4496
|
-
"line":
|
|
4488
|
+
"line": 420
|
|
4497
4489
|
},
|
|
4498
4490
|
"name": "createLog",
|
|
4499
4491
|
"parameters": [
|
|
@@ -4517,7 +4509,7 @@
|
|
|
4517
4509
|
},
|
|
4518
4510
|
"locationInModule": {
|
|
4519
4511
|
"filename": "src/providers/image-builders/common.ts",
|
|
4520
|
-
"line":
|
|
4512
|
+
"line": 469
|
|
4521
4513
|
},
|
|
4522
4514
|
"name": "createPipeline",
|
|
4523
4515
|
"parameters": [
|
|
@@ -4569,7 +4561,7 @@
|
|
|
4569
4561
|
},
|
|
4570
4562
|
"locationInModule": {
|
|
4571
4563
|
"filename": "src/providers/image-builders/container.ts",
|
|
4572
|
-
"line":
|
|
4564
|
+
"line": 278
|
|
4573
4565
|
},
|
|
4574
4566
|
"name": "prependComponent",
|
|
4575
4567
|
"parameters": [
|
|
@@ -4599,6 +4591,22 @@
|
|
|
4599
4591
|
"fqn": "@cloudsnorkel/cdk-github-runners.Architecture"
|
|
4600
4592
|
}
|
|
4601
4593
|
},
|
|
4594
|
+
{
|
|
4595
|
+
"docs": {
|
|
4596
|
+
"stability": "experimental",
|
|
4597
|
+
"summary": "The network connections associated with this resource."
|
|
4598
|
+
},
|
|
4599
|
+
"immutable": true,
|
|
4600
|
+
"locationInModule": {
|
|
4601
|
+
"filename": "src/providers/image-builders/common.ts",
|
|
4602
|
+
"line": 499
|
|
4603
|
+
},
|
|
4604
|
+
"name": "connections",
|
|
4605
|
+
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
4606
|
+
"type": {
|
|
4607
|
+
"fqn": "aws-cdk-lib.aws_ec2.Connections"
|
|
4608
|
+
}
|
|
4609
|
+
},
|
|
4602
4610
|
{
|
|
4603
4611
|
"docs": {
|
|
4604
4612
|
"stability": "experimental"
|
|
@@ -4651,7 +4659,7 @@
|
|
|
4651
4659
|
"immutable": true,
|
|
4652
4660
|
"locationInModule": {
|
|
4653
4661
|
"filename": "src/providers/image-builders/container.ts",
|
|
4654
|
-
"line":
|
|
4662
|
+
"line": 226
|
|
4655
4663
|
},
|
|
4656
4664
|
"name": "repository",
|
|
4657
4665
|
"type": {
|
|
@@ -4738,7 +4746,7 @@
|
|
|
4738
4746
|
"immutable": true,
|
|
4739
4747
|
"locationInModule": {
|
|
4740
4748
|
"filename": "src/providers/image-builders/container.ts",
|
|
4741
|
-
"line":
|
|
4749
|
+
"line": 102
|
|
4742
4750
|
},
|
|
4743
4751
|
"name": "instanceType",
|
|
4744
4752
|
"optional": true,
|
|
@@ -4757,7 +4765,7 @@
|
|
|
4757
4765
|
"immutable": true,
|
|
4758
4766
|
"locationInModule": {
|
|
4759
4767
|
"filename": "src/providers/image-builders/container.ts",
|
|
4760
|
-
"line":
|
|
4768
|
+
"line": 120
|
|
4761
4769
|
},
|
|
4762
4770
|
"name": "logRemovalPolicy",
|
|
4763
4771
|
"optional": true,
|
|
@@ -4776,7 +4784,7 @@
|
|
|
4776
4784
|
"immutable": true,
|
|
4777
4785
|
"locationInModule": {
|
|
4778
4786
|
"filename": "src/providers/image-builders/container.ts",
|
|
4779
|
-
"line":
|
|
4787
|
+
"line": 111
|
|
4780
4788
|
},
|
|
4781
4789
|
"name": "logRetention",
|
|
4782
4790
|
"optional": true,
|
|
@@ -4861,14 +4869,15 @@
|
|
|
4861
4869
|
{
|
|
4862
4870
|
"abstract": true,
|
|
4863
4871
|
"docs": {
|
|
4864
|
-
"default": "
|
|
4865
|
-
"
|
|
4866
|
-
"
|
|
4872
|
+
"default": "new security group",
|
|
4873
|
+
"deprecated": "use {@link securityGroups}",
|
|
4874
|
+
"stability": "deprecated",
|
|
4875
|
+
"summary": "Security group to assign to launched builder instances."
|
|
4867
4876
|
},
|
|
4868
4877
|
"immutable": true,
|
|
4869
4878
|
"locationInModule": {
|
|
4870
4879
|
"filename": "src/providers/image-builders/container.ts",
|
|
4871
|
-
"line":
|
|
4880
|
+
"line": 81
|
|
4872
4881
|
},
|
|
4873
4882
|
"name": "securityGroup",
|
|
4874
4883
|
"optional": true,
|
|
@@ -4876,6 +4885,29 @@
|
|
|
4876
4885
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4877
4886
|
}
|
|
4878
4887
|
},
|
|
4888
|
+
{
|
|
4889
|
+
"abstract": true,
|
|
4890
|
+
"docs": {
|
|
4891
|
+
"default": "new security group",
|
|
4892
|
+
"stability": "experimental",
|
|
4893
|
+
"summary": "Security groups to assign to launched builder instances."
|
|
4894
|
+
},
|
|
4895
|
+
"immutable": true,
|
|
4896
|
+
"locationInModule": {
|
|
4897
|
+
"filename": "src/providers/image-builders/container.ts",
|
|
4898
|
+
"line": 88
|
|
4899
|
+
},
|
|
4900
|
+
"name": "securityGroups",
|
|
4901
|
+
"optional": true,
|
|
4902
|
+
"type": {
|
|
4903
|
+
"collection": {
|
|
4904
|
+
"elementtype": {
|
|
4905
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4906
|
+
},
|
|
4907
|
+
"kind": "array"
|
|
4908
|
+
}
|
|
4909
|
+
}
|
|
4910
|
+
},
|
|
4879
4911
|
{
|
|
4880
4912
|
"abstract": true,
|
|
4881
4913
|
"docs": {
|
|
@@ -4886,7 +4918,7 @@
|
|
|
4886
4918
|
"immutable": true,
|
|
4887
4919
|
"locationInModule": {
|
|
4888
4920
|
"filename": "src/providers/image-builders/container.ts",
|
|
4889
|
-
"line":
|
|
4921
|
+
"line": 95
|
|
4890
4922
|
},
|
|
4891
4923
|
"name": "subnetSelection",
|
|
4892
4924
|
"optional": true,
|
|
@@ -4930,7 +4962,7 @@
|
|
|
4930
4962
|
},
|
|
4931
4963
|
"locationInModule": {
|
|
4932
4964
|
"filename": "src/providers/ec2.ts",
|
|
4933
|
-
"line":
|
|
4965
|
+
"line": 240
|
|
4934
4966
|
},
|
|
4935
4967
|
"parameters": [
|
|
4936
4968
|
{
|
|
@@ -4947,6 +4979,7 @@
|
|
|
4947
4979
|
},
|
|
4948
4980
|
{
|
|
4949
4981
|
"name": "props",
|
|
4982
|
+
"optional": true,
|
|
4950
4983
|
"type": {
|
|
4951
4984
|
"fqn": "@cloudsnorkel/cdk-github-runners.Ec2RunnerProps"
|
|
4952
4985
|
}
|
|
@@ -4959,7 +4992,7 @@
|
|
|
4959
4992
|
"kind": "class",
|
|
4960
4993
|
"locationInModule": {
|
|
4961
4994
|
"filename": "src/providers/ec2.ts",
|
|
4962
|
-
"line":
|
|
4995
|
+
"line": 218
|
|
4963
4996
|
},
|
|
4964
4997
|
"methods": [
|
|
4965
4998
|
{
|
|
@@ -4970,7 +5003,7 @@
|
|
|
4970
5003
|
},
|
|
4971
5004
|
"locationInModule": {
|
|
4972
5005
|
"filename": "src/providers/ec2.ts",
|
|
4973
|
-
"line":
|
|
5006
|
+
"line": 292
|
|
4974
5007
|
},
|
|
4975
5008
|
"name": "getStepFunctionTask",
|
|
4976
5009
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4999,7 +5032,7 @@
|
|
|
4999
5032
|
},
|
|
5000
5033
|
"locationInModule": {
|
|
5001
5034
|
"filename": "src/providers/ec2.ts",
|
|
5002
|
-
"line":
|
|
5035
|
+
"line": 368
|
|
5003
5036
|
},
|
|
5004
5037
|
"name": "grantStateMachine",
|
|
5005
5038
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5018,7 +5051,7 @@
|
|
|
5018
5051
|
},
|
|
5019
5052
|
"locationInModule": {
|
|
5020
5053
|
"filename": "src/providers/common.ts",
|
|
5021
|
-
"line":
|
|
5054
|
+
"line": 416
|
|
5022
5055
|
},
|
|
5023
5056
|
"name": "labelsFromProperties",
|
|
5024
5057
|
"parameters": [
|
|
@@ -5068,7 +5101,7 @@
|
|
|
5068
5101
|
},
|
|
5069
5102
|
"locationInModule": {
|
|
5070
5103
|
"filename": "src/providers/ec2.ts",
|
|
5071
|
-
"line":
|
|
5104
|
+
"line": 388
|
|
5072
5105
|
},
|
|
5073
5106
|
"name": "status",
|
|
5074
5107
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5097,7 +5130,7 @@
|
|
|
5097
5130
|
"immutable": true,
|
|
5098
5131
|
"locationInModule": {
|
|
5099
5132
|
"filename": "src/providers/ec2.ts",
|
|
5100
|
-
"line":
|
|
5133
|
+
"line": 409
|
|
5101
5134
|
},
|
|
5102
5135
|
"name": "connections",
|
|
5103
5136
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5113,7 +5146,7 @@
|
|
|
5113
5146
|
"immutable": true,
|
|
5114
5147
|
"locationInModule": {
|
|
5115
5148
|
"filename": "src/providers/ec2.ts",
|
|
5116
|
-
"line":
|
|
5149
|
+
"line": 227
|
|
5117
5150
|
},
|
|
5118
5151
|
"name": "grantPrincipal",
|
|
5119
5152
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5129,7 +5162,7 @@
|
|
|
5129
5162
|
"immutable": true,
|
|
5130
5163
|
"locationInModule": {
|
|
5131
5164
|
"filename": "src/providers/ec2.ts",
|
|
5132
|
-
"line":
|
|
5165
|
+
"line": 222
|
|
5133
5166
|
},
|
|
5134
5167
|
"name": "labels",
|
|
5135
5168
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5141,23 +5174,6 @@
|
|
|
5141
5174
|
"kind": "array"
|
|
5142
5175
|
}
|
|
5143
5176
|
}
|
|
5144
|
-
},
|
|
5145
|
-
{
|
|
5146
|
-
"docs": {
|
|
5147
|
-
"stability": "experimental",
|
|
5148
|
-
"summary": "Security group attached to launched instances."
|
|
5149
|
-
},
|
|
5150
|
-
"immutable": true,
|
|
5151
|
-
"locationInModule": {
|
|
5152
|
-
"filename": "src/providers/ec2.ts",
|
|
5153
|
-
"line": 218
|
|
5154
|
-
},
|
|
5155
|
-
"name": "securityGroup",
|
|
5156
|
-
"optional": true,
|
|
5157
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5158
|
-
"type": {
|
|
5159
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5160
|
-
}
|
|
5161
5177
|
}
|
|
5162
5178
|
],
|
|
5163
5179
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -5244,14 +5260,15 @@
|
|
|
5244
5260
|
{
|
|
5245
5261
|
"abstract": true,
|
|
5246
5262
|
"docs": {
|
|
5247
|
-
"default": "
|
|
5248
|
-
"
|
|
5263
|
+
"default": "a new security group",
|
|
5264
|
+
"deprecated": "use {@link securityGroups}",
|
|
5265
|
+
"stability": "deprecated",
|
|
5249
5266
|
"summary": "Security Group to assign to launched runner instances."
|
|
5250
5267
|
},
|
|
5251
5268
|
"immutable": true,
|
|
5252
5269
|
"locationInModule": {
|
|
5253
5270
|
"filename": "src/providers/ec2.ts",
|
|
5254
|
-
"line":
|
|
5271
|
+
"line": 166
|
|
5255
5272
|
},
|
|
5256
5273
|
"name": "securityGroup",
|
|
5257
5274
|
"optional": true,
|
|
@@ -5259,6 +5276,29 @@
|
|
|
5259
5276
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5260
5277
|
}
|
|
5261
5278
|
},
|
|
5279
|
+
{
|
|
5280
|
+
"abstract": true,
|
|
5281
|
+
"docs": {
|
|
5282
|
+
"default": "a new security group",
|
|
5283
|
+
"stability": "experimental",
|
|
5284
|
+
"summary": "Security groups to assign to launched runner instances."
|
|
5285
|
+
},
|
|
5286
|
+
"immutable": true,
|
|
5287
|
+
"locationInModule": {
|
|
5288
|
+
"filename": "src/providers/ec2.ts",
|
|
5289
|
+
"line": 173
|
|
5290
|
+
},
|
|
5291
|
+
"name": "securityGroups",
|
|
5292
|
+
"optional": true,
|
|
5293
|
+
"type": {
|
|
5294
|
+
"collection": {
|
|
5295
|
+
"elementtype": {
|
|
5296
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5297
|
+
},
|
|
5298
|
+
"kind": "array"
|
|
5299
|
+
}
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
5262
5302
|
{
|
|
5263
5303
|
"abstract": true,
|
|
5264
5304
|
"docs": {
|
|
@@ -5270,7 +5310,7 @@
|
|
|
5270
5310
|
"immutable": true,
|
|
5271
5311
|
"locationInModule": {
|
|
5272
5312
|
"filename": "src/providers/ec2.ts",
|
|
5273
|
-
"line":
|
|
5313
|
+
"line": 203
|
|
5274
5314
|
},
|
|
5275
5315
|
"name": "spot",
|
|
5276
5316
|
"optional": true,
|
|
@@ -5288,7 +5328,7 @@
|
|
|
5288
5328
|
"immutable": true,
|
|
5289
5329
|
"locationInModule": {
|
|
5290
5330
|
"filename": "src/providers/ec2.ts",
|
|
5291
|
-
"line":
|
|
5331
|
+
"line": 210
|
|
5292
5332
|
},
|
|
5293
5333
|
"name": "spotMaxPrice",
|
|
5294
5334
|
"optional": true,
|
|
@@ -5326,7 +5366,7 @@
|
|
|
5326
5366
|
"immutable": true,
|
|
5327
5367
|
"locationInModule": {
|
|
5328
5368
|
"filename": "src/providers/ec2.ts",
|
|
5329
|
-
"line":
|
|
5369
|
+
"line": 182
|
|
5330
5370
|
},
|
|
5331
5371
|
"name": "subnet",
|
|
5332
5372
|
"optional": true,
|
|
@@ -5345,7 +5385,7 @@
|
|
|
5345
5385
|
"immutable": true,
|
|
5346
5386
|
"locationInModule": {
|
|
5347
5387
|
"filename": "src/providers/ec2.ts",
|
|
5348
|
-
"line":
|
|
5388
|
+
"line": 196
|
|
5349
5389
|
},
|
|
5350
5390
|
"name": "subnetSelection",
|
|
5351
5391
|
"optional": true,
|
|
@@ -5363,7 +5403,7 @@
|
|
|
5363
5403
|
"immutable": true,
|
|
5364
5404
|
"locationInModule": {
|
|
5365
5405
|
"filename": "src/providers/ec2.ts",
|
|
5366
|
-
"line":
|
|
5406
|
+
"line": 189
|
|
5367
5407
|
},
|
|
5368
5408
|
"name": "vpc",
|
|
5369
5409
|
"optional": true,
|
|
@@ -5389,7 +5429,7 @@
|
|
|
5389
5429
|
},
|
|
5390
5430
|
"locationInModule": {
|
|
5391
5431
|
"filename": "src/providers/fargate.ts",
|
|
5392
|
-
"line":
|
|
5432
|
+
"line": 281
|
|
5393
5433
|
},
|
|
5394
5434
|
"parameters": [
|
|
5395
5435
|
{
|
|
@@ -5406,6 +5446,7 @@
|
|
|
5406
5446
|
},
|
|
5407
5447
|
{
|
|
5408
5448
|
"name": "props",
|
|
5449
|
+
"optional": true,
|
|
5409
5450
|
"type": {
|
|
5410
5451
|
"fqn": "@cloudsnorkel/cdk-github-runners.FargateRunnerProps"
|
|
5411
5452
|
}
|
|
@@ -5418,7 +5459,7 @@
|
|
|
5418
5459
|
"kind": "class",
|
|
5419
5460
|
"locationInModule": {
|
|
5420
5461
|
"filename": "src/providers/fargate.ts",
|
|
5421
|
-
"line":
|
|
5462
|
+
"line": 205
|
|
5422
5463
|
},
|
|
5423
5464
|
"methods": [
|
|
5424
5465
|
{
|
|
@@ -5429,7 +5470,7 @@
|
|
|
5429
5470
|
},
|
|
5430
5471
|
"locationInModule": {
|
|
5431
5472
|
"filename": "src/providers/fargate.ts",
|
|
5432
|
-
"line":
|
|
5473
|
+
"line": 364
|
|
5433
5474
|
},
|
|
5434
5475
|
"name": "getStepFunctionTask",
|
|
5435
5476
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5458,7 +5499,7 @@
|
|
|
5458
5499
|
},
|
|
5459
5500
|
"locationInModule": {
|
|
5460
5501
|
"filename": "src/providers/fargate.ts",
|
|
5461
|
-
"line":
|
|
5502
|
+
"line": 414
|
|
5462
5503
|
},
|
|
5463
5504
|
"name": "grantStateMachine",
|
|
5464
5505
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5477,7 +5518,7 @@
|
|
|
5477
5518
|
},
|
|
5478
5519
|
"locationInModule": {
|
|
5479
5520
|
"filename": "src/providers/common.ts",
|
|
5480
|
-
"line":
|
|
5521
|
+
"line": 416
|
|
5481
5522
|
},
|
|
5482
5523
|
"name": "labelsFromProperties",
|
|
5483
5524
|
"parameters": [
|
|
@@ -5527,7 +5568,7 @@
|
|
|
5527
5568
|
},
|
|
5528
5569
|
"locationInModule": {
|
|
5529
5570
|
"filename": "src/providers/fargate.ts",
|
|
5530
|
-
"line":
|
|
5571
|
+
"line": 417
|
|
5531
5572
|
},
|
|
5532
5573
|
"name": "status",
|
|
5533
5574
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5558,7 +5599,7 @@
|
|
|
5558
5599
|
"immutable": true,
|
|
5559
5600
|
"locationInModule": {
|
|
5560
5601
|
"filename": "src/providers/fargate.ts",
|
|
5561
|
-
"line":
|
|
5602
|
+
"line": 222
|
|
5562
5603
|
},
|
|
5563
5604
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
5564
5605
|
"static": true,
|
|
@@ -5576,7 +5617,7 @@
|
|
|
5576
5617
|
"immutable": true,
|
|
5577
5618
|
"locationInModule": {
|
|
5578
5619
|
"filename": "src/providers/fargate.ts",
|
|
5579
|
-
"line":
|
|
5620
|
+
"line": 213
|
|
5580
5621
|
},
|
|
5581
5622
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
5582
5623
|
"static": true,
|
|
@@ -5592,7 +5633,7 @@
|
|
|
5592
5633
|
"immutable": true,
|
|
5593
5634
|
"locationInModule": {
|
|
5594
5635
|
"filename": "src/providers/fargate.ts",
|
|
5595
|
-
"line":
|
|
5636
|
+
"line": 257
|
|
5596
5637
|
},
|
|
5597
5638
|
"name": "assignPublicIp",
|
|
5598
5639
|
"type": {
|
|
@@ -5607,7 +5648,7 @@
|
|
|
5607
5648
|
"immutable": true,
|
|
5608
5649
|
"locationInModule": {
|
|
5609
5650
|
"filename": "src/providers/fargate.ts",
|
|
5610
|
-
"line":
|
|
5651
|
+
"line": 227
|
|
5611
5652
|
},
|
|
5612
5653
|
"name": "cluster",
|
|
5613
5654
|
"type": {
|
|
@@ -5622,7 +5663,7 @@
|
|
|
5622
5663
|
"immutable": true,
|
|
5623
5664
|
"locationInModule": {
|
|
5624
5665
|
"filename": "src/providers/fargate.ts",
|
|
5625
|
-
"line":
|
|
5666
|
+
"line": 267
|
|
5626
5667
|
},
|
|
5627
5668
|
"name": "connections",
|
|
5628
5669
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5638,7 +5679,7 @@
|
|
|
5638
5679
|
"immutable": true,
|
|
5639
5680
|
"locationInModule": {
|
|
5640
5681
|
"filename": "src/providers/fargate.ts",
|
|
5641
|
-
"line":
|
|
5682
|
+
"line": 237
|
|
5642
5683
|
},
|
|
5643
5684
|
"name": "container",
|
|
5644
5685
|
"type": {
|
|
@@ -5653,7 +5694,7 @@
|
|
|
5653
5694
|
"immutable": true,
|
|
5654
5695
|
"locationInModule": {
|
|
5655
5696
|
"filename": "src/providers/fargate.ts",
|
|
5656
|
-
"line":
|
|
5697
|
+
"line": 262
|
|
5657
5698
|
},
|
|
5658
5699
|
"name": "grantPrincipal",
|
|
5659
5700
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5670,7 +5711,7 @@
|
|
|
5670
5711
|
"immutable": true,
|
|
5671
5712
|
"locationInModule": {
|
|
5672
5713
|
"filename": "src/providers/fargate.ts",
|
|
5673
|
-
"line":
|
|
5714
|
+
"line": 277
|
|
5674
5715
|
},
|
|
5675
5716
|
"name": "image",
|
|
5676
5717
|
"type": {
|
|
@@ -5685,7 +5726,7 @@
|
|
|
5685
5726
|
"immutable": true,
|
|
5686
5727
|
"locationInModule": {
|
|
5687
5728
|
"filename": "src/providers/fargate.ts",
|
|
5688
|
-
"line":
|
|
5729
|
+
"line": 242
|
|
5689
5730
|
},
|
|
5690
5731
|
"name": "labels",
|
|
5691
5732
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5706,7 +5747,7 @@
|
|
|
5706
5747
|
"immutable": true,
|
|
5707
5748
|
"locationInModule": {
|
|
5708
5749
|
"filename": "src/providers/fargate.ts",
|
|
5709
|
-
"line":
|
|
5750
|
+
"line": 272
|
|
5710
5751
|
},
|
|
5711
5752
|
"name": "spot",
|
|
5712
5753
|
"type": {
|
|
@@ -5721,30 +5762,13 @@
|
|
|
5721
5762
|
"immutable": true,
|
|
5722
5763
|
"locationInModule": {
|
|
5723
5764
|
"filename": "src/providers/fargate.ts",
|
|
5724
|
-
"line":
|
|
5765
|
+
"line": 232
|
|
5725
5766
|
},
|
|
5726
5767
|
"name": "task",
|
|
5727
5768
|
"type": {
|
|
5728
5769
|
"fqn": "aws-cdk-lib.aws_ecs.FargateTaskDefinition"
|
|
5729
5770
|
}
|
|
5730
5771
|
},
|
|
5731
|
-
{
|
|
5732
|
-
"docs": {
|
|
5733
|
-
"stability": "experimental",
|
|
5734
|
-
"summary": "Security group attached to the task."
|
|
5735
|
-
},
|
|
5736
|
-
"immutable": true,
|
|
5737
|
-
"locationInModule": {
|
|
5738
|
-
"filename": "src/providers/fargate.ts",
|
|
5739
|
-
"line": 246
|
|
5740
|
-
},
|
|
5741
|
-
"name": "securityGroup",
|
|
5742
|
-
"optional": true,
|
|
5743
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5744
|
-
"type": {
|
|
5745
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5746
|
-
}
|
|
5747
|
-
},
|
|
5748
5772
|
{
|
|
5749
5773
|
"docs": {
|
|
5750
5774
|
"stability": "experimental",
|
|
@@ -5753,7 +5777,7 @@
|
|
|
5753
5777
|
"immutable": true,
|
|
5754
5778
|
"locationInModule": {
|
|
5755
5779
|
"filename": "src/providers/fargate.ts",
|
|
5756
|
-
"line":
|
|
5780
|
+
"line": 252
|
|
5757
5781
|
},
|
|
5758
5782
|
"name": "subnetSelection",
|
|
5759
5783
|
"optional": true,
|
|
@@ -5769,11 +5793,10 @@
|
|
|
5769
5793
|
"immutable": true,
|
|
5770
5794
|
"locationInModule": {
|
|
5771
5795
|
"filename": "src/providers/fargate.ts",
|
|
5772
|
-
"line":
|
|
5796
|
+
"line": 247
|
|
5773
5797
|
},
|
|
5774
5798
|
"name": "vpc",
|
|
5775
5799
|
"optional": true,
|
|
5776
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5777
5800
|
"type": {
|
|
5778
5801
|
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5779
5802
|
}
|
|
@@ -5795,7 +5818,7 @@
|
|
|
5795
5818
|
"kind": "interface",
|
|
5796
5819
|
"locationInModule": {
|
|
5797
5820
|
"filename": "src/providers/fargate.ts",
|
|
5798
|
-
"line":
|
|
5821
|
+
"line": 31
|
|
5799
5822
|
},
|
|
5800
5823
|
"name": "FargateRunnerProps",
|
|
5801
5824
|
"properties": [
|
|
@@ -5810,7 +5833,7 @@
|
|
|
5810
5833
|
"immutable": true,
|
|
5811
5834
|
"locationInModule": {
|
|
5812
5835
|
"filename": "src/providers/fargate.ts",
|
|
5813
|
-
"line":
|
|
5836
|
+
"line": 102
|
|
5814
5837
|
},
|
|
5815
5838
|
"name": "assignPublicIp",
|
|
5816
5839
|
"optional": true,
|
|
@@ -5828,7 +5851,7 @@
|
|
|
5828
5851
|
"immutable": true,
|
|
5829
5852
|
"locationInModule": {
|
|
5830
5853
|
"filename": "src/providers/fargate.ts",
|
|
5831
|
-
"line":
|
|
5854
|
+
"line": 93
|
|
5832
5855
|
},
|
|
5833
5856
|
"name": "cluster",
|
|
5834
5857
|
"optional": true,
|
|
@@ -5847,7 +5870,7 @@
|
|
|
5847
5870
|
"immutable": true,
|
|
5848
5871
|
"locationInModule": {
|
|
5849
5872
|
"filename": "src/providers/fargate.ts",
|
|
5850
|
-
"line":
|
|
5873
|
+
"line": 121
|
|
5851
5874
|
},
|
|
5852
5875
|
"name": "cpu",
|
|
5853
5876
|
"optional": true,
|
|
@@ -5866,7 +5889,7 @@
|
|
|
5866
5889
|
"immutable": true,
|
|
5867
5890
|
"locationInModule": {
|
|
5868
5891
|
"filename": "src/providers/fargate.ts",
|
|
5869
|
-
"line":
|
|
5892
|
+
"line": 148
|
|
5870
5893
|
},
|
|
5871
5894
|
"name": "ephemeralStorageGiB",
|
|
5872
5895
|
"optional": true,
|
|
@@ -5885,7 +5908,7 @@
|
|
|
5885
5908
|
"immutable": true,
|
|
5886
5909
|
"locationInModule": {
|
|
5887
5910
|
"filename": "src/providers/fargate.ts",
|
|
5888
|
-
"line":
|
|
5911
|
+
"line": 37
|
|
5889
5912
|
},
|
|
5890
5913
|
"name": "imageBuilder",
|
|
5891
5914
|
"optional": true,
|
|
@@ -5904,7 +5927,7 @@
|
|
|
5904
5927
|
"immutable": true,
|
|
5905
5928
|
"locationInModule": {
|
|
5906
5929
|
"filename": "src/providers/fargate.ts",
|
|
5907
|
-
"line":
|
|
5930
|
+
"line": 45
|
|
5908
5931
|
},
|
|
5909
5932
|
"name": "label",
|
|
5910
5933
|
"optional": true,
|
|
@@ -5923,7 +5946,7 @@
|
|
|
5923
5946
|
"immutable": true,
|
|
5924
5947
|
"locationInModule": {
|
|
5925
5948
|
"filename": "src/providers/fargate.ts",
|
|
5926
|
-
"line":
|
|
5949
|
+
"line": 56
|
|
5927
5950
|
},
|
|
5928
5951
|
"name": "labels",
|
|
5929
5952
|
"optional": true,
|
|
@@ -5947,7 +5970,7 @@
|
|
|
5947
5970
|
"immutable": true,
|
|
5948
5971
|
"locationInModule": {
|
|
5949
5972
|
"filename": "src/providers/fargate.ts",
|
|
5950
|
-
"line":
|
|
5973
|
+
"line": 139
|
|
5951
5974
|
},
|
|
5952
5975
|
"name": "memoryLimitMiB",
|
|
5953
5976
|
"optional": true,
|
|
@@ -5959,13 +5982,14 @@
|
|
|
5959
5982
|
"abstract": true,
|
|
5960
5983
|
"docs": {
|
|
5961
5984
|
"default": "a new security group",
|
|
5962
|
-
"
|
|
5963
|
-
"
|
|
5985
|
+
"deprecated": "use {@link securityGroups}",
|
|
5986
|
+
"stability": "deprecated",
|
|
5987
|
+
"summary": "Security group to assign to the task."
|
|
5964
5988
|
},
|
|
5965
5989
|
"immutable": true,
|
|
5966
5990
|
"locationInModule": {
|
|
5967
5991
|
"filename": "src/providers/fargate.ts",
|
|
5968
|
-
"line":
|
|
5992
|
+
"line": 79
|
|
5969
5993
|
},
|
|
5970
5994
|
"name": "securityGroup",
|
|
5971
5995
|
"optional": true,
|
|
@@ -5973,6 +5997,29 @@
|
|
|
5973
5997
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5974
5998
|
}
|
|
5975
5999
|
},
|
|
6000
|
+
{
|
|
6001
|
+
"abstract": true,
|
|
6002
|
+
"docs": {
|
|
6003
|
+
"default": "a new security group",
|
|
6004
|
+
"stability": "experimental",
|
|
6005
|
+
"summary": "Security groups to assign to the task."
|
|
6006
|
+
},
|
|
6007
|
+
"immutable": true,
|
|
6008
|
+
"locationInModule": {
|
|
6009
|
+
"filename": "src/providers/fargate.ts",
|
|
6010
|
+
"line": 86
|
|
6011
|
+
},
|
|
6012
|
+
"name": "securityGroups",
|
|
6013
|
+
"optional": true,
|
|
6014
|
+
"type": {
|
|
6015
|
+
"collection": {
|
|
6016
|
+
"elementtype": {
|
|
6017
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
6018
|
+
},
|
|
6019
|
+
"kind": "array"
|
|
6020
|
+
}
|
|
6021
|
+
}
|
|
6022
|
+
},
|
|
5976
6023
|
{
|
|
5977
6024
|
"abstract": true,
|
|
5978
6025
|
"docs": {
|
|
@@ -5984,7 +6031,7 @@
|
|
|
5984
6031
|
"immutable": true,
|
|
5985
6032
|
"locationInModule": {
|
|
5986
6033
|
"filename": "src/providers/fargate.ts",
|
|
5987
|
-
"line":
|
|
6034
|
+
"line": 158
|
|
5988
6035
|
},
|
|
5989
6036
|
"name": "spot",
|
|
5990
6037
|
"optional": true,
|
|
@@ -6002,7 +6049,7 @@
|
|
|
6002
6049
|
"immutable": true,
|
|
6003
6050
|
"locationInModule": {
|
|
6004
6051
|
"filename": "src/providers/fargate.ts",
|
|
6005
|
-
"line":
|
|
6052
|
+
"line": 70
|
|
6006
6053
|
},
|
|
6007
6054
|
"name": "subnetSelection",
|
|
6008
6055
|
"optional": true,
|
|
@@ -6020,7 +6067,7 @@
|
|
|
6020
6067
|
"immutable": true,
|
|
6021
6068
|
"locationInModule": {
|
|
6022
6069
|
"filename": "src/providers/fargate.ts",
|
|
6023
|
-
"line":
|
|
6070
|
+
"line": 63
|
|
6024
6071
|
},
|
|
6025
6072
|
"name": "vpc",
|
|
6026
6073
|
"optional": true,
|
|
@@ -6046,7 +6093,7 @@
|
|
|
6046
6093
|
},
|
|
6047
6094
|
"locationInModule": {
|
|
6048
6095
|
"filename": "src/runner.ts",
|
|
6049
|
-
"line":
|
|
6096
|
+
"line": 144
|
|
6050
6097
|
},
|
|
6051
6098
|
"parameters": [
|
|
6052
6099
|
{
|
|
@@ -6085,7 +6132,7 @@
|
|
|
6085
6132
|
"immutable": true,
|
|
6086
6133
|
"locationInModule": {
|
|
6087
6134
|
"filename": "src/runner.ts",
|
|
6088
|
-
"line":
|
|
6135
|
+
"line": 131
|
|
6089
6136
|
},
|
|
6090
6137
|
"name": "providers",
|
|
6091
6138
|
"type": {
|
|
@@ -6105,12 +6152,27 @@
|
|
|
6105
6152
|
"immutable": true,
|
|
6106
6153
|
"locationInModule": {
|
|
6107
6154
|
"filename": "src/runner.ts",
|
|
6108
|
-
"line":
|
|
6155
|
+
"line": 136
|
|
6109
6156
|
},
|
|
6110
6157
|
"name": "secrets",
|
|
6111
6158
|
"type": {
|
|
6112
6159
|
"fqn": "@cloudsnorkel/cdk-github-runners.Secrets"
|
|
6113
6160
|
}
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"docs": {
|
|
6164
|
+
"stability": "experimental"
|
|
6165
|
+
},
|
|
6166
|
+
"immutable": true,
|
|
6167
|
+
"locationInModule": {
|
|
6168
|
+
"filename": "src/runner.ts",
|
|
6169
|
+
"line": 144
|
|
6170
|
+
},
|
|
6171
|
+
"name": "props",
|
|
6172
|
+
"optional": true,
|
|
6173
|
+
"type": {
|
|
6174
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.GitHubRunnersProps"
|
|
6175
|
+
}
|
|
6114
6176
|
}
|
|
6115
6177
|
],
|
|
6116
6178
|
"symbolId": "src/runner:GitHubRunners"
|
|
@@ -6484,7 +6546,7 @@
|
|
|
6484
6546
|
},
|
|
6485
6547
|
"locationInModule": {
|
|
6486
6548
|
"filename": "src/providers/common.ts",
|
|
6487
|
-
"line":
|
|
6549
|
+
"line": 392
|
|
6488
6550
|
},
|
|
6489
6551
|
"name": "getStepFunctionTask",
|
|
6490
6552
|
"parameters": [
|
|
@@ -6513,7 +6575,7 @@
|
|
|
6513
6575
|
},
|
|
6514
6576
|
"locationInModule": {
|
|
6515
6577
|
"filename": "src/providers/common.ts",
|
|
6516
|
-
"line":
|
|
6578
|
+
"line": 400
|
|
6517
6579
|
},
|
|
6518
6580
|
"name": "grantStateMachine",
|
|
6519
6581
|
"parameters": [
|
|
@@ -6537,7 +6599,7 @@
|
|
|
6537
6599
|
},
|
|
6538
6600
|
"locationInModule": {
|
|
6539
6601
|
"filename": "src/providers/common.ts",
|
|
6540
|
-
"line":
|
|
6602
|
+
"line": 407
|
|
6541
6603
|
},
|
|
6542
6604
|
"name": "status",
|
|
6543
6605
|
"parameters": [
|
|
@@ -6581,40 +6643,6 @@
|
|
|
6581
6643
|
"kind": "array"
|
|
6582
6644
|
}
|
|
6583
6645
|
}
|
|
6584
|
-
},
|
|
6585
|
-
{
|
|
6586
|
-
"abstract": true,
|
|
6587
|
-
"docs": {
|
|
6588
|
-
"stability": "experimental",
|
|
6589
|
-
"summary": "Security group associated with runners."
|
|
6590
|
-
},
|
|
6591
|
-
"immutable": true,
|
|
6592
|
-
"locationInModule": {
|
|
6593
|
-
"filename": "src/providers/common.ts",
|
|
6594
|
-
"line": 393
|
|
6595
|
-
},
|
|
6596
|
-
"name": "securityGroup",
|
|
6597
|
-
"optional": true,
|
|
6598
|
-
"type": {
|
|
6599
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
6600
|
-
}
|
|
6601
|
-
},
|
|
6602
|
-
{
|
|
6603
|
-
"abstract": true,
|
|
6604
|
-
"docs": {
|
|
6605
|
-
"stability": "experimental",
|
|
6606
|
-
"summary": "VPC network in which runners will be placed."
|
|
6607
|
-
},
|
|
6608
|
-
"immutable": true,
|
|
6609
|
-
"locationInModule": {
|
|
6610
|
-
"filename": "src/providers/common.ts",
|
|
6611
|
-
"line": 388
|
|
6612
|
-
},
|
|
6613
|
-
"name": "vpc",
|
|
6614
|
-
"optional": true,
|
|
6615
|
-
"type": {
|
|
6616
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6617
|
-
}
|
|
6618
6646
|
}
|
|
6619
6647
|
],
|
|
6620
6648
|
"symbolId": "src/providers/common:IRunnerProvider"
|
|
@@ -6725,17 +6753,22 @@
|
|
|
6725
6753
|
"abstract": true,
|
|
6726
6754
|
"docs": {
|
|
6727
6755
|
"stability": "experimental",
|
|
6728
|
-
"summary": "Security
|
|
6756
|
+
"summary": "Security groups attached to runners."
|
|
6729
6757
|
},
|
|
6730
6758
|
"immutable": true,
|
|
6731
6759
|
"locationInModule": {
|
|
6732
6760
|
"filename": "src/providers/common.ts",
|
|
6733
6761
|
"line": 354
|
|
6734
6762
|
},
|
|
6735
|
-
"name": "
|
|
6763
|
+
"name": "securityGroups",
|
|
6736
6764
|
"optional": true,
|
|
6737
6765
|
"type": {
|
|
6738
|
-
"
|
|
6766
|
+
"collection": {
|
|
6767
|
+
"elementtype": {
|
|
6768
|
+
"primitive": "string"
|
|
6769
|
+
},
|
|
6770
|
+
"kind": "array"
|
|
6771
|
+
}
|
|
6739
6772
|
}
|
|
6740
6773
|
},
|
|
6741
6774
|
{
|
|
@@ -7069,7 +7102,7 @@
|
|
|
7069
7102
|
},
|
|
7070
7103
|
"locationInModule": {
|
|
7071
7104
|
"filename": "src/providers/lambda.ts",
|
|
7072
|
-
"line":
|
|
7105
|
+
"line": 165
|
|
7073
7106
|
},
|
|
7074
7107
|
"parameters": [
|
|
7075
7108
|
{
|
|
@@ -7086,6 +7119,7 @@
|
|
|
7086
7119
|
},
|
|
7087
7120
|
{
|
|
7088
7121
|
"name": "props",
|
|
7122
|
+
"optional": true,
|
|
7089
7123
|
"type": {
|
|
7090
7124
|
"fqn": "@cloudsnorkel/cdk-github-runners.LambdaRunnerProps"
|
|
7091
7125
|
}
|
|
@@ -7098,7 +7132,7 @@
|
|
|
7098
7132
|
"kind": "class",
|
|
7099
7133
|
"locationInModule": {
|
|
7100
7134
|
"filename": "src/providers/lambda.ts",
|
|
7101
|
-
"line":
|
|
7135
|
+
"line": 123
|
|
7102
7136
|
},
|
|
7103
7137
|
"methods": [
|
|
7104
7138
|
{
|
|
@@ -7109,7 +7143,7 @@
|
|
|
7109
7143
|
},
|
|
7110
7144
|
"locationInModule": {
|
|
7111
7145
|
"filename": "src/providers/lambda.ts",
|
|
7112
|
-
"line":
|
|
7146
|
+
"line": 245
|
|
7113
7147
|
},
|
|
7114
7148
|
"name": "getStepFunctionTask",
|
|
7115
7149
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7138,7 +7172,7 @@
|
|
|
7138
7172
|
},
|
|
7139
7173
|
"locationInModule": {
|
|
7140
7174
|
"filename": "src/providers/lambda.ts",
|
|
7141
|
-
"line":
|
|
7175
|
+
"line": 303
|
|
7142
7176
|
},
|
|
7143
7177
|
"name": "grantStateMachine",
|
|
7144
7178
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7157,7 +7191,7 @@
|
|
|
7157
7191
|
},
|
|
7158
7192
|
"locationInModule": {
|
|
7159
7193
|
"filename": "src/providers/common.ts",
|
|
7160
|
-
"line":
|
|
7194
|
+
"line": 416
|
|
7161
7195
|
},
|
|
7162
7196
|
"name": "labelsFromProperties",
|
|
7163
7197
|
"parameters": [
|
|
@@ -7207,7 +7241,7 @@
|
|
|
7207
7241
|
},
|
|
7208
7242
|
"locationInModule": {
|
|
7209
7243
|
"filename": "src/providers/lambda.ts",
|
|
7210
|
-
"line":
|
|
7244
|
+
"line": 306
|
|
7211
7245
|
},
|
|
7212
7246
|
"name": "status",
|
|
7213
7247
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7238,7 +7272,7 @@
|
|
|
7238
7272
|
"immutable": true,
|
|
7239
7273
|
"locationInModule": {
|
|
7240
7274
|
"filename": "src/providers/lambda.ts",
|
|
7241
|
-
"line":
|
|
7275
|
+
"line": 140
|
|
7242
7276
|
},
|
|
7243
7277
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
7244
7278
|
"static": true,
|
|
@@ -7256,7 +7290,7 @@
|
|
|
7256
7290
|
"immutable": true,
|
|
7257
7291
|
"locationInModule": {
|
|
7258
7292
|
"filename": "src/providers/lambda.ts",
|
|
7259
|
-
"line":
|
|
7293
|
+
"line": 131
|
|
7260
7294
|
},
|
|
7261
7295
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
7262
7296
|
"static": true,
|
|
@@ -7272,7 +7306,7 @@
|
|
|
7272
7306
|
"immutable": true,
|
|
7273
7307
|
"locationInModule": {
|
|
7274
7308
|
"filename": "src/providers/lambda.ts",
|
|
7275
|
-
"line":
|
|
7309
|
+
"line": 234
|
|
7276
7310
|
},
|
|
7277
7311
|
"name": "connections",
|
|
7278
7312
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7288,7 +7322,7 @@
|
|
|
7288
7322
|
"immutable": true,
|
|
7289
7323
|
"locationInModule": {
|
|
7290
7324
|
"filename": "src/providers/lambda.ts",
|
|
7291
|
-
"line":
|
|
7325
|
+
"line": 145
|
|
7292
7326
|
},
|
|
7293
7327
|
"name": "function",
|
|
7294
7328
|
"type": {
|
|
@@ -7303,7 +7337,7 @@
|
|
|
7303
7337
|
"immutable": true,
|
|
7304
7338
|
"locationInModule": {
|
|
7305
7339
|
"filename": "src/providers/lambda.ts",
|
|
7306
|
-
"line":
|
|
7340
|
+
"line": 155
|
|
7307
7341
|
},
|
|
7308
7342
|
"name": "grantPrincipal",
|
|
7309
7343
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7320,7 +7354,7 @@
|
|
|
7320
7354
|
"immutable": true,
|
|
7321
7355
|
"locationInModule": {
|
|
7322
7356
|
"filename": "src/providers/lambda.ts",
|
|
7323
|
-
"line":
|
|
7357
|
+
"line": 160
|
|
7324
7358
|
},
|
|
7325
7359
|
"name": "image",
|
|
7326
7360
|
"type": {
|
|
@@ -7335,7 +7369,7 @@
|
|
|
7335
7369
|
"immutable": true,
|
|
7336
7370
|
"locationInModule": {
|
|
7337
7371
|
"filename": "src/providers/lambda.ts",
|
|
7338
|
-
"line":
|
|
7372
|
+
"line": 150
|
|
7339
7373
|
},
|
|
7340
7374
|
"name": "labels",
|
|
7341
7375
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7347,40 +7381,6 @@
|
|
|
7347
7381
|
"kind": "array"
|
|
7348
7382
|
}
|
|
7349
7383
|
}
|
|
7350
|
-
},
|
|
7351
|
-
{
|
|
7352
|
-
"docs": {
|
|
7353
|
-
"stability": "experimental",
|
|
7354
|
-
"summary": "Security group attached to the function."
|
|
7355
|
-
},
|
|
7356
|
-
"immutable": true,
|
|
7357
|
-
"locationInModule": {
|
|
7358
|
-
"filename": "src/providers/lambda.ts",
|
|
7359
|
-
"line": 151
|
|
7360
|
-
},
|
|
7361
|
-
"name": "securityGroup",
|
|
7362
|
-
"optional": true,
|
|
7363
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
7364
|
-
"type": {
|
|
7365
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7366
|
-
}
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"docs": {
|
|
7370
|
-
"stability": "experimental",
|
|
7371
|
-
"summary": "VPC used for hosting the function."
|
|
7372
|
-
},
|
|
7373
|
-
"immutable": true,
|
|
7374
|
-
"locationInModule": {
|
|
7375
|
-
"filename": "src/providers/lambda.ts",
|
|
7376
|
-
"line": 146
|
|
7377
|
-
},
|
|
7378
|
-
"name": "vpc",
|
|
7379
|
-
"optional": true,
|
|
7380
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
7381
|
-
"type": {
|
|
7382
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
7383
|
-
}
|
|
7384
7384
|
}
|
|
7385
7385
|
],
|
|
7386
7386
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -7506,13 +7506,14 @@
|
|
|
7506
7506
|
"abstract": true,
|
|
7507
7507
|
"docs": {
|
|
7508
7508
|
"default": "public lambda with no security group",
|
|
7509
|
-
"
|
|
7510
|
-
"
|
|
7509
|
+
"deprecated": "use {@link securityGroups}",
|
|
7510
|
+
"stability": "deprecated",
|
|
7511
|
+
"summary": "Security group to assign to this instance."
|
|
7511
7512
|
},
|
|
7512
7513
|
"immutable": true,
|
|
7513
7514
|
"locationInModule": {
|
|
7514
7515
|
"filename": "src/providers/lambda.ts",
|
|
7515
|
-
"line":
|
|
7516
|
+
"line": 99
|
|
7516
7517
|
},
|
|
7517
7518
|
"name": "securityGroup",
|
|
7518
7519
|
"optional": true,
|
|
@@ -7520,6 +7521,29 @@
|
|
|
7520
7521
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7521
7522
|
}
|
|
7522
7523
|
},
|
|
7524
|
+
{
|
|
7525
|
+
"abstract": true,
|
|
7526
|
+
"docs": {
|
|
7527
|
+
"default": "public lambda with no security group",
|
|
7528
|
+
"stability": "experimental",
|
|
7529
|
+
"summary": "Security groups to assign to this instance."
|
|
7530
|
+
},
|
|
7531
|
+
"immutable": true,
|
|
7532
|
+
"locationInModule": {
|
|
7533
|
+
"filename": "src/providers/lambda.ts",
|
|
7534
|
+
"line": 106
|
|
7535
|
+
},
|
|
7536
|
+
"name": "securityGroups",
|
|
7537
|
+
"optional": true,
|
|
7538
|
+
"type": {
|
|
7539
|
+
"collection": {
|
|
7540
|
+
"elementtype": {
|
|
7541
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7542
|
+
},
|
|
7543
|
+
"kind": "array"
|
|
7544
|
+
}
|
|
7545
|
+
}
|
|
7546
|
+
},
|
|
7523
7547
|
{
|
|
7524
7548
|
"abstract": true,
|
|
7525
7549
|
"docs": {
|
|
@@ -7530,7 +7554,7 @@
|
|
|
7530
7554
|
"immutable": true,
|
|
7531
7555
|
"locationInModule": {
|
|
7532
7556
|
"filename": "src/providers/lambda.ts",
|
|
7533
|
-
"line":
|
|
7557
|
+
"line": 113
|
|
7534
7558
|
},
|
|
7535
7559
|
"name": "subnetSelection",
|
|
7536
7560
|
"optional": true,
|
|
@@ -7594,7 +7618,7 @@
|
|
|
7594
7618
|
"kind": "class",
|
|
7595
7619
|
"locationInModule": {
|
|
7596
7620
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7597
|
-
"line":
|
|
7621
|
+
"line": 9
|
|
7598
7622
|
},
|
|
7599
7623
|
"methods": [
|
|
7600
7624
|
{
|
|
@@ -7603,7 +7627,7 @@
|
|
|
7603
7627
|
},
|
|
7604
7628
|
"locationInModule": {
|
|
7605
7629
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7606
|
-
"line":
|
|
7630
|
+
"line": 49
|
|
7607
7631
|
},
|
|
7608
7632
|
"name": "awsCli",
|
|
7609
7633
|
"parameters": [
|
|
@@ -7639,7 +7663,7 @@
|
|
|
7639
7663
|
},
|
|
7640
7664
|
"locationInModule": {
|
|
7641
7665
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7642
|
-
"line":
|
|
7666
|
+
"line": 135
|
|
7643
7667
|
},
|
|
7644
7668
|
"name": "docker",
|
|
7645
7669
|
"parameters": [
|
|
@@ -7675,7 +7699,43 @@
|
|
|
7675
7699
|
},
|
|
7676
7700
|
"locationInModule": {
|
|
7677
7701
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7678
|
-
"line":
|
|
7702
|
+
"line": 154
|
|
7703
|
+
},
|
|
7704
|
+
"name": "extraCertificates",
|
|
7705
|
+
"parameters": [
|
|
7706
|
+
{
|
|
7707
|
+
"name": "scope",
|
|
7708
|
+
"type": {
|
|
7709
|
+
"fqn": "constructs.Construct"
|
|
7710
|
+
}
|
|
7711
|
+
},
|
|
7712
|
+
{
|
|
7713
|
+
"name": "id",
|
|
7714
|
+
"type": {
|
|
7715
|
+
"primitive": "string"
|
|
7716
|
+
}
|
|
7717
|
+
},
|
|
7718
|
+
{
|
|
7719
|
+
"name": "path",
|
|
7720
|
+
"type": {
|
|
7721
|
+
"primitive": "string"
|
|
7722
|
+
}
|
|
7723
|
+
}
|
|
7724
|
+
],
|
|
7725
|
+
"returns": {
|
|
7726
|
+
"type": {
|
|
7727
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.ImageBuilderComponent"
|
|
7728
|
+
}
|
|
7729
|
+
},
|
|
7730
|
+
"static": true
|
|
7731
|
+
},
|
|
7732
|
+
{
|
|
7733
|
+
"docs": {
|
|
7734
|
+
"stability": "experimental"
|
|
7735
|
+
},
|
|
7736
|
+
"locationInModule": {
|
|
7737
|
+
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7738
|
+
"line": 89
|
|
7679
7739
|
},
|
|
7680
7740
|
"name": "git",
|
|
7681
7741
|
"parameters": [
|
|
@@ -7711,7 +7771,7 @@
|
|
|
7711
7771
|
},
|
|
7712
7772
|
"locationInModule": {
|
|
7713
7773
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7714
|
-
"line":
|
|
7774
|
+
"line": 73
|
|
7715
7775
|
},
|
|
7716
7776
|
"name": "githubCli",
|
|
7717
7777
|
"parameters": [
|
|
@@ -7747,7 +7807,7 @@
|
|
|
7747
7807
|
},
|
|
7748
7808
|
"locationInModule": {
|
|
7749
7809
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7750
|
-
"line":
|
|
7810
|
+
"line": 103
|
|
7751
7811
|
},
|
|
7752
7812
|
"name": "githubRunner",
|
|
7753
7813
|
"parameters": [
|
|
@@ -7789,7 +7849,7 @@
|
|
|
7789
7849
|
},
|
|
7790
7850
|
"locationInModule": {
|
|
7791
7851
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7792
|
-
"line":
|
|
7852
|
+
"line": 10
|
|
7793
7853
|
},
|
|
7794
7854
|
"name": "requiredPackages",
|
|
7795
7855
|
"parameters": [
|
|
@@ -7825,7 +7885,7 @@
|
|
|
7825
7885
|
},
|
|
7826
7886
|
"locationInModule": {
|
|
7827
7887
|
"filename": "src/providers/image-builders/linux-components.ts",
|
|
7828
|
-
"line":
|
|
7888
|
+
"line": 36
|
|
7829
7889
|
},
|
|
7830
7890
|
"name": "runnerUser",
|
|
7831
7891
|
"parameters": [
|
|
@@ -8723,7 +8783,7 @@
|
|
|
8723
8783
|
"kind": "class",
|
|
8724
8784
|
"locationInModule": {
|
|
8725
8785
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8726
|
-
"line":
|
|
8786
|
+
"line": 9
|
|
8727
8787
|
},
|
|
8728
8788
|
"methods": [
|
|
8729
8789
|
{
|
|
@@ -8732,7 +8792,7 @@
|
|
|
8732
8792
|
},
|
|
8733
8793
|
"locationInModule": {
|
|
8734
8794
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8735
|
-
"line":
|
|
8795
|
+
"line": 22
|
|
8736
8796
|
},
|
|
8737
8797
|
"name": "awsCli",
|
|
8738
8798
|
"parameters": [
|
|
@@ -8762,7 +8822,7 @@
|
|
|
8762
8822
|
},
|
|
8763
8823
|
"locationInModule": {
|
|
8764
8824
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8765
|
-
"line":
|
|
8825
|
+
"line": 10
|
|
8766
8826
|
},
|
|
8767
8827
|
"name": "cloudwatchAgent",
|
|
8768
8828
|
"parameters": [
|
|
@@ -8792,7 +8852,7 @@
|
|
|
8792
8852
|
},
|
|
8793
8853
|
"locationInModule": {
|
|
8794
8854
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8795
|
-
"line":
|
|
8855
|
+
"line": 99
|
|
8796
8856
|
},
|
|
8797
8857
|
"name": "docker",
|
|
8798
8858
|
"parameters": [
|
|
@@ -8822,7 +8882,43 @@
|
|
|
8822
8882
|
},
|
|
8823
8883
|
"locationInModule": {
|
|
8824
8884
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8825
|
-
"line":
|
|
8885
|
+
"line": 119
|
|
8886
|
+
},
|
|
8887
|
+
"name": "extraCertificates",
|
|
8888
|
+
"parameters": [
|
|
8889
|
+
{
|
|
8890
|
+
"name": "scope",
|
|
8891
|
+
"type": {
|
|
8892
|
+
"fqn": "constructs.Construct"
|
|
8893
|
+
}
|
|
8894
|
+
},
|
|
8895
|
+
{
|
|
8896
|
+
"name": "id",
|
|
8897
|
+
"type": {
|
|
8898
|
+
"primitive": "string"
|
|
8899
|
+
}
|
|
8900
|
+
},
|
|
8901
|
+
{
|
|
8902
|
+
"name": "path",
|
|
8903
|
+
"type": {
|
|
8904
|
+
"primitive": "string"
|
|
8905
|
+
}
|
|
8906
|
+
}
|
|
8907
|
+
],
|
|
8908
|
+
"returns": {
|
|
8909
|
+
"type": {
|
|
8910
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.ImageBuilderComponent"
|
|
8911
|
+
}
|
|
8912
|
+
},
|
|
8913
|
+
"static": true
|
|
8914
|
+
},
|
|
8915
|
+
{
|
|
8916
|
+
"docs": {
|
|
8917
|
+
"stability": "experimental"
|
|
8918
|
+
},
|
|
8919
|
+
"locationInModule": {
|
|
8920
|
+
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8921
|
+
"line": 53
|
|
8826
8922
|
},
|
|
8827
8923
|
"name": "git",
|
|
8828
8924
|
"parameters": [
|
|
@@ -8852,7 +8948,7 @@
|
|
|
8852
8948
|
},
|
|
8853
8949
|
"locationInModule": {
|
|
8854
8950
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8855
|
-
"line":
|
|
8951
|
+
"line": 34
|
|
8856
8952
|
},
|
|
8857
8953
|
"name": "githubCli",
|
|
8858
8954
|
"parameters": [
|
|
@@ -8882,7 +8978,7 @@
|
|
|
8882
8978
|
},
|
|
8883
8979
|
"locationInModule": {
|
|
8884
8980
|
"filename": "src/providers/image-builders/windows-components.ts",
|
|
8885
|
-
"line":
|
|
8981
|
+
"line": 72
|
|
8886
8982
|
},
|
|
8887
8983
|
"name": "githubRunner",
|
|
8888
8984
|
"parameters": [
|
|
@@ -8917,6 +9013,6 @@
|
|
|
8917
9013
|
"symbolId": "src/providers/image-builders/windows-components:WindowsComponents"
|
|
8918
9014
|
}
|
|
8919
9015
|
},
|
|
8920
|
-
"version": "0.
|
|
8921
|
-
"fingerprint": "
|
|
9016
|
+
"version": "0.7.1",
|
|
9017
|
+
"fingerprint": "nV06UyftJlEK3eahLrUS/kkWduUHm+k6O9W1v2jTDX4="
|
|
8922
9018
|
}
|