projen 0.58.9 → 0.58.12
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 +2027 -356
- package/docs/README.md +1 -0
- package/docs/api/API.md +383 -0
- package/docs/circleci.md +87 -0
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.d.ts +132 -0
- package/lib/circleci/circleci.js +118 -0
- package/lib/circleci/constant.d.ts +5 -0
- package/lib/circleci/constant.js +10 -0
- package/lib/circleci/index.d.ts +3 -0
- package/lib/circleci/index.js +16 -0
- package/lib/circleci/model.d.ts +240 -0
- package/lib/circleci/model.js +37 -0
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +12 -8
- package/lib/util.d.ts +1 -0
- package/lib/util.js +25 -2
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -60,38 +60,45 @@
|
|
|
60
60
|
"projen.awscdk": {
|
|
61
61
|
"locationInModule": {
|
|
62
62
|
"filename": "src/index.ts",
|
|
63
|
-
"line":
|
|
63
|
+
"line": 47
|
|
64
64
|
},
|
|
65
65
|
"symbolId": "src/awscdk/index:"
|
|
66
66
|
},
|
|
67
67
|
"projen.build": {
|
|
68
68
|
"locationInModule": {
|
|
69
69
|
"filename": "src/index.ts",
|
|
70
|
-
"line":
|
|
70
|
+
"line": 51
|
|
71
71
|
},
|
|
72
72
|
"symbolId": "src/build/index:"
|
|
73
73
|
},
|
|
74
74
|
"projen.cdk": {
|
|
75
75
|
"locationInModule": {
|
|
76
76
|
"filename": "src/index.ts",
|
|
77
|
-
"line":
|
|
77
|
+
"line": 50
|
|
78
78
|
},
|
|
79
79
|
"symbolId": "src/cdk/index:"
|
|
80
80
|
},
|
|
81
81
|
"projen.cdk8s": {
|
|
82
82
|
"locationInModule": {
|
|
83
83
|
"filename": "src/index.ts",
|
|
84
|
-
"line":
|
|
84
|
+
"line": 48
|
|
85
85
|
},
|
|
86
86
|
"symbolId": "src/cdk8s/index:"
|
|
87
87
|
},
|
|
88
88
|
"projen.cdktf": {
|
|
89
89
|
"locationInModule": {
|
|
90
90
|
"filename": "src/index.ts",
|
|
91
|
-
"line":
|
|
91
|
+
"line": 49
|
|
92
92
|
},
|
|
93
93
|
"symbolId": "src/cdktf/index:"
|
|
94
94
|
},
|
|
95
|
+
"projen.circleci": {
|
|
96
|
+
"locationInModule": {
|
|
97
|
+
"filename": "src/index.ts",
|
|
98
|
+
"line": 40
|
|
99
|
+
},
|
|
100
|
+
"symbolId": "src/circleci/index:"
|
|
101
|
+
},
|
|
95
102
|
"projen.github": {
|
|
96
103
|
"locationInModule": {
|
|
97
104
|
"filename": "src/index.ts",
|
|
@@ -116,42 +123,42 @@
|
|
|
116
123
|
"projen.java": {
|
|
117
124
|
"locationInModule": {
|
|
118
125
|
"filename": "src/index.ts",
|
|
119
|
-
"line":
|
|
126
|
+
"line": 42
|
|
120
127
|
},
|
|
121
128
|
"symbolId": "src/java/index:"
|
|
122
129
|
},
|
|
123
130
|
"projen.javascript": {
|
|
124
131
|
"locationInModule": {
|
|
125
132
|
"filename": "src/index.ts",
|
|
126
|
-
"line":
|
|
133
|
+
"line": 45
|
|
127
134
|
},
|
|
128
135
|
"symbolId": "src/javascript/index:"
|
|
129
136
|
},
|
|
130
137
|
"projen.python": {
|
|
131
138
|
"locationInModule": {
|
|
132
139
|
"filename": "src/index.ts",
|
|
133
|
-
"line":
|
|
140
|
+
"line": 43
|
|
134
141
|
},
|
|
135
142
|
"symbolId": "src/python/index:"
|
|
136
143
|
},
|
|
137
144
|
"projen.release": {
|
|
138
145
|
"locationInModule": {
|
|
139
146
|
"filename": "src/index.ts",
|
|
140
|
-
"line":
|
|
147
|
+
"line": 46
|
|
141
148
|
},
|
|
142
149
|
"symbolId": "src/release/index:"
|
|
143
150
|
},
|
|
144
151
|
"projen.typescript": {
|
|
145
152
|
"locationInModule": {
|
|
146
153
|
"filename": "src/index.ts",
|
|
147
|
-
"line":
|
|
154
|
+
"line": 44
|
|
148
155
|
},
|
|
149
156
|
"symbolId": "src/typescript/index:"
|
|
150
157
|
},
|
|
151
158
|
"projen.vscode": {
|
|
152
159
|
"locationInModule": {
|
|
153
160
|
"filename": "src/index.ts",
|
|
154
|
-
"line":
|
|
161
|
+
"line": 41
|
|
155
162
|
},
|
|
156
163
|
"symbolId": "src/vscode/index:"
|
|
157
164
|
},
|
|
@@ -15019,221 +15026,2031 @@
|
|
|
15019
15026
|
{
|
|
15020
15027
|
"abstract": true,
|
|
15021
15028
|
"docs": {
|
|
15022
|
-
"default": "false",
|
|
15023
|
-
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15029
|
+
"default": "false",
|
|
15030
|
+
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15031
|
+
"stability": "experimental",
|
|
15032
|
+
"summary": "Use pinned version instead of caret version for cdk8s-plus-17."
|
|
15033
|
+
},
|
|
15034
|
+
"immutable": true,
|
|
15035
|
+
"locationInModule": {
|
|
15036
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
15037
|
+
"line": 75
|
|
15038
|
+
},
|
|
15039
|
+
"name": "cdk8sPlusVersionPinning",
|
|
15040
|
+
"optional": true,
|
|
15041
|
+
"type": {
|
|
15042
|
+
"primitive": "boolean"
|
|
15043
|
+
}
|
|
15044
|
+
},
|
|
15045
|
+
{
|
|
15046
|
+
"abstract": true,
|
|
15047
|
+
"docs": {
|
|
15048
|
+
"default": "false",
|
|
15049
|
+
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15050
|
+
"stability": "experimental",
|
|
15051
|
+
"summary": "Use pinned version instead of caret version for CDK8s."
|
|
15052
|
+
},
|
|
15053
|
+
"immutable": true,
|
|
15054
|
+
"locationInModule": {
|
|
15055
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
15056
|
+
"line": 55
|
|
15057
|
+
},
|
|
15058
|
+
"name": "cdk8sVersionPinning",
|
|
15059
|
+
"optional": true,
|
|
15060
|
+
"type": {
|
|
15061
|
+
"primitive": "boolean"
|
|
15062
|
+
}
|
|
15063
|
+
},
|
|
15064
|
+
{
|
|
15065
|
+
"abstract": true,
|
|
15066
|
+
"docs": {
|
|
15067
|
+
"default": "\"3.2.34\"",
|
|
15068
|
+
"stability": "experimental",
|
|
15069
|
+
"summary": "constructs verion."
|
|
15070
|
+
},
|
|
15071
|
+
"immutable": true,
|
|
15072
|
+
"locationInModule": {
|
|
15073
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
15074
|
+
"line": 37
|
|
15075
|
+
},
|
|
15076
|
+
"name": "constructsVersion",
|
|
15077
|
+
"optional": true,
|
|
15078
|
+
"type": {
|
|
15079
|
+
"primitive": "string"
|
|
15080
|
+
}
|
|
15081
|
+
},
|
|
15082
|
+
{
|
|
15083
|
+
"abstract": true,
|
|
15084
|
+
"docs": {
|
|
15085
|
+
"default": "false",
|
|
15086
|
+
"remarks": "You can use this to prevent yarn to mix versions for your consructs package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15087
|
+
"stability": "experimental",
|
|
15088
|
+
"summary": "Use pinned version instead of caret version for constructs."
|
|
15089
|
+
},
|
|
15090
|
+
"immutable": true,
|
|
15091
|
+
"locationInModule": {
|
|
15092
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
15093
|
+
"line": 85
|
|
15094
|
+
},
|
|
15095
|
+
"name": "constructsVersionPinning",
|
|
15096
|
+
"optional": true,
|
|
15097
|
+
"type": {
|
|
15098
|
+
"primitive": "boolean"
|
|
15099
|
+
}
|
|
15100
|
+
},
|
|
15101
|
+
{
|
|
15102
|
+
"abstract": true,
|
|
15103
|
+
"docs": {
|
|
15104
|
+
"default": "true",
|
|
15105
|
+
"stability": "experimental",
|
|
15106
|
+
"summary": "Automatically adds an `cdk8s.IntegrationTest` for each `.integ.ts` app in your test directory. If this is disabled, you can manually add an `cdk8s.AutoDiscover` component to your project."
|
|
15107
|
+
},
|
|
15108
|
+
"immutable": true,
|
|
15109
|
+
"locationInModule": {
|
|
15110
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
15111
|
+
"line": 102
|
|
15112
|
+
},
|
|
15113
|
+
"name": "integrationTestAutoDiscover",
|
|
15114
|
+
"optional": true,
|
|
15115
|
+
"type": {
|
|
15116
|
+
"primitive": "boolean"
|
|
15117
|
+
}
|
|
15118
|
+
},
|
|
15119
|
+
{
|
|
15120
|
+
"abstract": true,
|
|
15121
|
+
"docs": {
|
|
15122
|
+
"default": "- Use the cdk8s default",
|
|
15123
|
+
"stability": "experimental",
|
|
15124
|
+
"summary": "Import a specific Kubernetes spec version."
|
|
15125
|
+
},
|
|
15126
|
+
"immutable": true,
|
|
15127
|
+
"locationInModule": {
|
|
15128
|
+
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
15129
|
+
"line": 22
|
|
15130
|
+
},
|
|
15131
|
+
"name": "k8sSpecVersion",
|
|
15132
|
+
"optional": true,
|
|
15133
|
+
"type": {
|
|
15134
|
+
"primitive": "string"
|
|
15135
|
+
}
|
|
15136
|
+
}
|
|
15137
|
+
],
|
|
15138
|
+
"symbolId": "src/cdk8s/cdk8s-app-ts:Cdk8sTypeScriptAppOptions"
|
|
15139
|
+
},
|
|
15140
|
+
"projen.cdk8s.ConstructLibraryCdk8s": {
|
|
15141
|
+
"assembly": "projen",
|
|
15142
|
+
"base": "projen.cdk.ConstructLibrary",
|
|
15143
|
+
"docs": {
|
|
15144
|
+
"custom": {
|
|
15145
|
+
"pjid": "cdk8s-construct"
|
|
15146
|
+
},
|
|
15147
|
+
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the CDK for Kubernetes (CDK8s), with a friendly workflow and\nautomatic publishing to the construct catalog.",
|
|
15148
|
+
"stability": "experimental",
|
|
15149
|
+
"summary": "CDK8s construct library project."
|
|
15150
|
+
},
|
|
15151
|
+
"fqn": "projen.cdk8s.ConstructLibraryCdk8s",
|
|
15152
|
+
"initializer": {
|
|
15153
|
+
"docs": {
|
|
15154
|
+
"stability": "experimental"
|
|
15155
|
+
},
|
|
15156
|
+
"locationInModule": {
|
|
15157
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15158
|
+
"line": 82
|
|
15159
|
+
},
|
|
15160
|
+
"parameters": [
|
|
15161
|
+
{
|
|
15162
|
+
"name": "options",
|
|
15163
|
+
"type": {
|
|
15164
|
+
"fqn": "projen.cdk8s.ConstructLibraryCdk8sOptions"
|
|
15165
|
+
}
|
|
15166
|
+
}
|
|
15167
|
+
]
|
|
15168
|
+
},
|
|
15169
|
+
"kind": "class",
|
|
15170
|
+
"locationInModule": {
|
|
15171
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15172
|
+
"line": 71
|
|
15173
|
+
},
|
|
15174
|
+
"name": "ConstructLibraryCdk8s",
|
|
15175
|
+
"namespace": "cdk8s",
|
|
15176
|
+
"properties": [
|
|
15177
|
+
{
|
|
15178
|
+
"docs": {
|
|
15179
|
+
"stability": "experimental",
|
|
15180
|
+
"summary": "The CDK8s version this app is using."
|
|
15181
|
+
},
|
|
15182
|
+
"immutable": true,
|
|
15183
|
+
"locationInModule": {
|
|
15184
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15185
|
+
"line": 75
|
|
15186
|
+
},
|
|
15187
|
+
"name": "cdk8sVersion",
|
|
15188
|
+
"type": {
|
|
15189
|
+
"primitive": "string"
|
|
15190
|
+
}
|
|
15191
|
+
},
|
|
15192
|
+
{
|
|
15193
|
+
"docs": {
|
|
15194
|
+
"stability": "experimental",
|
|
15195
|
+
"summary": "The constructs version this app is using."
|
|
15196
|
+
},
|
|
15197
|
+
"immutable": true,
|
|
15198
|
+
"locationInModule": {
|
|
15199
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15200
|
+
"line": 80
|
|
15201
|
+
},
|
|
15202
|
+
"name": "constructsVersion",
|
|
15203
|
+
"type": {
|
|
15204
|
+
"primitive": "string"
|
|
15205
|
+
}
|
|
15206
|
+
}
|
|
15207
|
+
],
|
|
15208
|
+
"symbolId": "src/cdk8s/cdk8s-construct:ConstructLibraryCdk8s"
|
|
15209
|
+
},
|
|
15210
|
+
"projen.cdk8s.ConstructLibraryCdk8sOptions": {
|
|
15211
|
+
"assembly": "projen",
|
|
15212
|
+
"datatype": true,
|
|
15213
|
+
"docs": {
|
|
15214
|
+
"stability": "experimental"
|
|
15215
|
+
},
|
|
15216
|
+
"fqn": "projen.cdk8s.ConstructLibraryCdk8sOptions",
|
|
15217
|
+
"interfaces": [
|
|
15218
|
+
"projen.cdk.ConstructLibraryOptions"
|
|
15219
|
+
],
|
|
15220
|
+
"kind": "interface",
|
|
15221
|
+
"locationInModule": {
|
|
15222
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15223
|
+
"line": 5
|
|
15224
|
+
},
|
|
15225
|
+
"name": "ConstructLibraryCdk8sOptions",
|
|
15226
|
+
"namespace": "cdk8s",
|
|
15227
|
+
"properties": [
|
|
15228
|
+
{
|
|
15229
|
+
"abstract": true,
|
|
15230
|
+
"docs": {
|
|
15231
|
+
"custom": {
|
|
15232
|
+
"featured": "true"
|
|
15233
|
+
},
|
|
15234
|
+
"default": "\"1.4.10\"",
|
|
15235
|
+
"stability": "experimental",
|
|
15236
|
+
"summary": "Minimum target version this library is tested against."
|
|
15237
|
+
},
|
|
15238
|
+
"immutable": true,
|
|
15239
|
+
"locationInModule": {
|
|
15240
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15241
|
+
"line": 12
|
|
15242
|
+
},
|
|
15243
|
+
"name": "cdk8sVersion",
|
|
15244
|
+
"type": {
|
|
15245
|
+
"primitive": "string"
|
|
15246
|
+
}
|
|
15247
|
+
},
|
|
15248
|
+
{
|
|
15249
|
+
"abstract": true,
|
|
15250
|
+
"docs": {
|
|
15251
|
+
"default": "false",
|
|
15252
|
+
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15253
|
+
"stability": "experimental",
|
|
15254
|
+
"summary": "Use pinned version instead of caret version for cdk8s-plus-17."
|
|
15255
|
+
},
|
|
15256
|
+
"immutable": true,
|
|
15257
|
+
"locationInModule": {
|
|
15258
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15259
|
+
"line": 50
|
|
15260
|
+
},
|
|
15261
|
+
"name": "cdk8sPlusVersionPinning",
|
|
15262
|
+
"optional": true,
|
|
15263
|
+
"type": {
|
|
15264
|
+
"primitive": "boolean"
|
|
15265
|
+
}
|
|
15266
|
+
},
|
|
15267
|
+
{
|
|
15268
|
+
"abstract": true,
|
|
15269
|
+
"docs": {
|
|
15270
|
+
"default": "false",
|
|
15271
|
+
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15272
|
+
"stability": "experimental",
|
|
15273
|
+
"summary": "Use pinned version instead of caret version for CDK8s."
|
|
15274
|
+
},
|
|
15275
|
+
"immutable": true,
|
|
15276
|
+
"locationInModule": {
|
|
15277
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15278
|
+
"line": 30
|
|
15279
|
+
},
|
|
15280
|
+
"name": "cdk8sVersionPinning",
|
|
15281
|
+
"optional": true,
|
|
15282
|
+
"type": {
|
|
15283
|
+
"primitive": "boolean"
|
|
15284
|
+
}
|
|
15285
|
+
},
|
|
15286
|
+
{
|
|
15287
|
+
"abstract": true,
|
|
15288
|
+
"docs": {
|
|
15289
|
+
"default": "\"3.3.196\"",
|
|
15290
|
+
"stability": "experimental",
|
|
15291
|
+
"summary": "constructs verion."
|
|
15292
|
+
},
|
|
15293
|
+
"immutable": true,
|
|
15294
|
+
"locationInModule": {
|
|
15295
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15296
|
+
"line": 20
|
|
15297
|
+
},
|
|
15298
|
+
"name": "constructsVersion",
|
|
15299
|
+
"optional": true,
|
|
15300
|
+
"type": {
|
|
15301
|
+
"primitive": "string"
|
|
15302
|
+
}
|
|
15303
|
+
},
|
|
15304
|
+
{
|
|
15305
|
+
"abstract": true,
|
|
15306
|
+
"docs": {
|
|
15307
|
+
"default": "false",
|
|
15308
|
+
"remarks": "You can use this to prevent yarn to mix versions for your consructs package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15309
|
+
"stability": "experimental",
|
|
15310
|
+
"summary": "Use pinned version instead of caret version for constructs."
|
|
15311
|
+
},
|
|
15312
|
+
"immutable": true,
|
|
15313
|
+
"locationInModule": {
|
|
15314
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15315
|
+
"line": 40
|
|
15316
|
+
},
|
|
15317
|
+
"name": "constructsVersionPinning",
|
|
15318
|
+
"optional": true,
|
|
15319
|
+
"type": {
|
|
15320
|
+
"primitive": "boolean"
|
|
15321
|
+
}
|
|
15322
|
+
},
|
|
15323
|
+
{
|
|
15324
|
+
"abstract": true,
|
|
15325
|
+
"docs": {
|
|
15326
|
+
"default": "true",
|
|
15327
|
+
"stability": "experimental",
|
|
15328
|
+
"summary": "Automatically adds an `cdk8s.IntegrationTest` for each `.integ.ts` app in your test directory. If this is disabled, you can manually add an `cdk8s.AutoDiscover` component to your project."
|
|
15329
|
+
},
|
|
15330
|
+
"immutable": true,
|
|
15331
|
+
"locationInModule": {
|
|
15332
|
+
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15333
|
+
"line": 59
|
|
15334
|
+
},
|
|
15335
|
+
"name": "integrationTestAutoDiscover",
|
|
15336
|
+
"optional": true,
|
|
15337
|
+
"type": {
|
|
15338
|
+
"primitive": "boolean"
|
|
15339
|
+
}
|
|
15340
|
+
}
|
|
15341
|
+
],
|
|
15342
|
+
"symbolId": "src/cdk8s/cdk8s-construct:ConstructLibraryCdk8sOptions"
|
|
15343
|
+
},
|
|
15344
|
+
"projen.cdk8s.IntegrationTest": {
|
|
15345
|
+
"assembly": "projen",
|
|
15346
|
+
"base": "projen.cdk.IntegrationTestBase",
|
|
15347
|
+
"docs": {
|
|
15348
|
+
"stability": "experimental",
|
|
15349
|
+
"summary": "CDK8S integration test."
|
|
15350
|
+
},
|
|
15351
|
+
"fqn": "projen.cdk8s.IntegrationTest",
|
|
15352
|
+
"initializer": {
|
|
15353
|
+
"docs": {
|
|
15354
|
+
"stability": "experimental"
|
|
15355
|
+
},
|
|
15356
|
+
"locationInModule": {
|
|
15357
|
+
"filename": "src/cdk8s/integration-test.ts",
|
|
15358
|
+
"line": 15
|
|
15359
|
+
},
|
|
15360
|
+
"parameters": [
|
|
15361
|
+
{
|
|
15362
|
+
"name": "project",
|
|
15363
|
+
"type": {
|
|
15364
|
+
"fqn": "projen.Project"
|
|
15365
|
+
}
|
|
15366
|
+
},
|
|
15367
|
+
{
|
|
15368
|
+
"name": "options",
|
|
15369
|
+
"type": {
|
|
15370
|
+
"fqn": "projen.cdk8s.IntegrationTestOptions"
|
|
15371
|
+
}
|
|
15372
|
+
}
|
|
15373
|
+
]
|
|
15374
|
+
},
|
|
15375
|
+
"kind": "class",
|
|
15376
|
+
"locationInModule": {
|
|
15377
|
+
"filename": "src/cdk8s/integration-test.ts",
|
|
15378
|
+
"line": 14
|
|
15379
|
+
},
|
|
15380
|
+
"name": "IntegrationTest",
|
|
15381
|
+
"namespace": "cdk8s",
|
|
15382
|
+
"symbolId": "src/cdk8s/integration-test:IntegrationTest"
|
|
15383
|
+
},
|
|
15384
|
+
"projen.cdk8s.IntegrationTestAutoDiscover": {
|
|
15385
|
+
"assembly": "projen",
|
|
15386
|
+
"base": "projen.cdk.IntegrationTestAutoDiscoverBase",
|
|
15387
|
+
"docs": {
|
|
15388
|
+
"stability": "experimental",
|
|
15389
|
+
"summary": "Discovers and creates integration tests from files in the test root."
|
|
15390
|
+
},
|
|
15391
|
+
"fqn": "projen.cdk8s.IntegrationTestAutoDiscover",
|
|
15392
|
+
"initializer": {
|
|
15393
|
+
"docs": {
|
|
15394
|
+
"stability": "experimental"
|
|
15395
|
+
},
|
|
15396
|
+
"locationInModule": {
|
|
15397
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
15398
|
+
"line": 48
|
|
15399
|
+
},
|
|
15400
|
+
"parameters": [
|
|
15401
|
+
{
|
|
15402
|
+
"name": "project",
|
|
15403
|
+
"type": {
|
|
15404
|
+
"fqn": "projen.Project"
|
|
15405
|
+
}
|
|
15406
|
+
},
|
|
15407
|
+
{
|
|
15408
|
+
"name": "options",
|
|
15409
|
+
"type": {
|
|
15410
|
+
"fqn": "projen.cdk8s.IntegrationTestAutoDiscoverOptions"
|
|
15411
|
+
}
|
|
15412
|
+
}
|
|
15413
|
+
]
|
|
15414
|
+
},
|
|
15415
|
+
"kind": "class",
|
|
15416
|
+
"locationInModule": {
|
|
15417
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
15418
|
+
"line": 47
|
|
15419
|
+
},
|
|
15420
|
+
"name": "IntegrationTestAutoDiscover",
|
|
15421
|
+
"namespace": "cdk8s",
|
|
15422
|
+
"symbolId": "src/cdk8s/auto-discover:IntegrationTestAutoDiscover"
|
|
15423
|
+
},
|
|
15424
|
+
"projen.cdk8s.IntegrationTestAutoDiscoverOptions": {
|
|
15425
|
+
"assembly": "projen",
|
|
15426
|
+
"datatype": true,
|
|
15427
|
+
"docs": {
|
|
15428
|
+
"stability": "experimental"
|
|
15429
|
+
},
|
|
15430
|
+
"fqn": "projen.cdk8s.IntegrationTestAutoDiscoverOptions",
|
|
15431
|
+
"interfaces": [
|
|
15432
|
+
"projen.cdk.IntegrationTestAutoDiscoverBaseOptions"
|
|
15433
|
+
],
|
|
15434
|
+
"kind": "interface",
|
|
15435
|
+
"locationInModule": {
|
|
15436
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
15437
|
+
"line": 36
|
|
15438
|
+
},
|
|
15439
|
+
"name": "IntegrationTestAutoDiscoverOptions",
|
|
15440
|
+
"namespace": "cdk8s",
|
|
15441
|
+
"properties": [
|
|
15442
|
+
{
|
|
15443
|
+
"abstract": true,
|
|
15444
|
+
"docs": {
|
|
15445
|
+
"stability": "experimental",
|
|
15446
|
+
"summary": "Path to the tsconfig file to use for integration tests."
|
|
15447
|
+
},
|
|
15448
|
+
"immutable": true,
|
|
15449
|
+
"locationInModule": {
|
|
15450
|
+
"filename": "src/cdk8s/auto-discover.ts",
|
|
15451
|
+
"line": 41
|
|
15452
|
+
},
|
|
15453
|
+
"name": "tsconfigPath",
|
|
15454
|
+
"type": {
|
|
15455
|
+
"primitive": "string"
|
|
15456
|
+
}
|
|
15457
|
+
}
|
|
15458
|
+
],
|
|
15459
|
+
"symbolId": "src/cdk8s/auto-discover:IntegrationTestAutoDiscoverOptions"
|
|
15460
|
+
},
|
|
15461
|
+
"projen.cdk8s.IntegrationTestOptions": {
|
|
15462
|
+
"assembly": "projen",
|
|
15463
|
+
"datatype": true,
|
|
15464
|
+
"docs": {
|
|
15465
|
+
"stability": "experimental",
|
|
15466
|
+
"summary": "Options for IntegrationTest."
|
|
15467
|
+
},
|
|
15468
|
+
"fqn": "projen.cdk8s.IntegrationTestOptions",
|
|
15469
|
+
"interfaces": [
|
|
15470
|
+
"projen.cdk.IntegrationTestBaseOptions"
|
|
15471
|
+
],
|
|
15472
|
+
"kind": "interface",
|
|
15473
|
+
"locationInModule": {
|
|
15474
|
+
"filename": "src/cdk8s/integration-test.ts",
|
|
15475
|
+
"line": 9
|
|
15476
|
+
},
|
|
15477
|
+
"name": "IntegrationTestOptions",
|
|
15478
|
+
"namespace": "cdk8s",
|
|
15479
|
+
"symbolId": "src/cdk8s/integration-test:IntegrationTestOptions"
|
|
15480
|
+
},
|
|
15481
|
+
"projen.cdktf.ConstructLibraryCdktf": {
|
|
15482
|
+
"assembly": "projen",
|
|
15483
|
+
"base": "projen.cdk.ConstructLibrary",
|
|
15484
|
+
"docs": {
|
|
15485
|
+
"custom": {
|
|
15486
|
+
"pjid": "cdktf-construct"
|
|
15487
|
+
},
|
|
15488
|
+
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the CDK for Terraform (CDKTF), with a friendly workflow and\nautomatic publishing to the construct catalog.",
|
|
15489
|
+
"stability": "experimental",
|
|
15490
|
+
"summary": "CDKTF construct library project."
|
|
15491
|
+
},
|
|
15492
|
+
"fqn": "projen.cdktf.ConstructLibraryCdktf",
|
|
15493
|
+
"initializer": {
|
|
15494
|
+
"docs": {
|
|
15495
|
+
"stability": "experimental"
|
|
15496
|
+
},
|
|
15497
|
+
"locationInModule": {
|
|
15498
|
+
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15499
|
+
"line": 29
|
|
15500
|
+
},
|
|
15501
|
+
"parameters": [
|
|
15502
|
+
{
|
|
15503
|
+
"name": "options",
|
|
15504
|
+
"type": {
|
|
15505
|
+
"fqn": "projen.cdktf.ConstructLibraryCdktfOptions"
|
|
15506
|
+
}
|
|
15507
|
+
}
|
|
15508
|
+
]
|
|
15509
|
+
},
|
|
15510
|
+
"kind": "class",
|
|
15511
|
+
"locationInModule": {
|
|
15512
|
+
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15513
|
+
"line": 28
|
|
15514
|
+
},
|
|
15515
|
+
"name": "ConstructLibraryCdktf",
|
|
15516
|
+
"namespace": "cdktf",
|
|
15517
|
+
"symbolId": "src/cdktf/cdktf-construct:ConstructLibraryCdktf"
|
|
15518
|
+
},
|
|
15519
|
+
"projen.cdktf.ConstructLibraryCdktfOptions": {
|
|
15520
|
+
"assembly": "projen",
|
|
15521
|
+
"datatype": true,
|
|
15522
|
+
"docs": {
|
|
15523
|
+
"stability": "experimental"
|
|
15524
|
+
},
|
|
15525
|
+
"fqn": "projen.cdktf.ConstructLibraryCdktfOptions",
|
|
15526
|
+
"interfaces": [
|
|
15527
|
+
"projen.cdk.ConstructLibraryOptions"
|
|
15528
|
+
],
|
|
15529
|
+
"kind": "interface",
|
|
15530
|
+
"locationInModule": {
|
|
15531
|
+
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15532
|
+
"line": 4
|
|
15533
|
+
},
|
|
15534
|
+
"name": "ConstructLibraryCdktfOptions",
|
|
15535
|
+
"namespace": "cdktf",
|
|
15536
|
+
"properties": [
|
|
15537
|
+
{
|
|
15538
|
+
"abstract": true,
|
|
15539
|
+
"docs": {
|
|
15540
|
+
"custom": {
|
|
15541
|
+
"featured": "true"
|
|
15542
|
+
},
|
|
15543
|
+
"default": "\"^0.8.3\"",
|
|
15544
|
+
"stability": "experimental",
|
|
15545
|
+
"summary": "Minimum target version this library is tested against."
|
|
15546
|
+
},
|
|
15547
|
+
"immutable": true,
|
|
15548
|
+
"locationInModule": {
|
|
15549
|
+
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15550
|
+
"line": 10
|
|
15551
|
+
},
|
|
15552
|
+
"name": "cdktfVersion",
|
|
15553
|
+
"type": {
|
|
15554
|
+
"primitive": "string"
|
|
15555
|
+
}
|
|
15556
|
+
},
|
|
15557
|
+
{
|
|
15558
|
+
"abstract": true,
|
|
15559
|
+
"docs": {
|
|
15560
|
+
"default": "\"^10.0.12\"",
|
|
15561
|
+
"stability": "experimental",
|
|
15562
|
+
"summary": "Construct version to use."
|
|
15563
|
+
},
|
|
15564
|
+
"immutable": true,
|
|
15565
|
+
"locationInModule": {
|
|
15566
|
+
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15567
|
+
"line": 16
|
|
15568
|
+
},
|
|
15569
|
+
"name": "constructsVersion",
|
|
15570
|
+
"optional": true,
|
|
15571
|
+
"type": {
|
|
15572
|
+
"primitive": "string"
|
|
15573
|
+
}
|
|
15574
|
+
}
|
|
15575
|
+
],
|
|
15576
|
+
"symbolId": "src/cdktf/cdktf-construct:ConstructLibraryCdktfOptions"
|
|
15577
|
+
},
|
|
15578
|
+
"projen.circleci.CircleCiProps": {
|
|
15579
|
+
"assembly": "projen",
|
|
15580
|
+
"datatype": true,
|
|
15581
|
+
"docs": {
|
|
15582
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/",
|
|
15583
|
+
"stability": "experimental",
|
|
15584
|
+
"summary": "Options for class {@link Circleci}."
|
|
15585
|
+
},
|
|
15586
|
+
"fqn": "projen.circleci.CircleCiProps",
|
|
15587
|
+
"kind": "interface",
|
|
15588
|
+
"locationInModule": {
|
|
15589
|
+
"filename": "src/circleci/circleci.ts",
|
|
15590
|
+
"line": 12
|
|
15591
|
+
},
|
|
15592
|
+
"name": "CircleCiProps",
|
|
15593
|
+
"namespace": "circleci",
|
|
15594
|
+
"properties": [
|
|
15595
|
+
{
|
|
15596
|
+
"abstract": true,
|
|
15597
|
+
"docs": {
|
|
15598
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#jobs",
|
|
15599
|
+
"stability": "experimental",
|
|
15600
|
+
"summary": "List of Jobs to create unique steps per pipeline, e.g. ```json jobs: [{ identifier: \"compile\", docker: { image: \"golang:alpine\" } steps: [\"checkout\", run: {command: \"go build .\"}] }] ```."
|
|
15601
|
+
},
|
|
15602
|
+
"immutable": true,
|
|
15603
|
+
"locationInModule": {
|
|
15604
|
+
"filename": "src/circleci/circleci.ts",
|
|
15605
|
+
"line": 59
|
|
15606
|
+
},
|
|
15607
|
+
"name": "jobs",
|
|
15608
|
+
"optional": true,
|
|
15609
|
+
"type": {
|
|
15610
|
+
"collection": {
|
|
15611
|
+
"elementtype": {
|
|
15612
|
+
"fqn": "projen.circleci.Job"
|
|
15613
|
+
},
|
|
15614
|
+
"kind": "array"
|
|
15615
|
+
}
|
|
15616
|
+
}
|
|
15617
|
+
},
|
|
15618
|
+
{
|
|
15619
|
+
"abstract": true,
|
|
15620
|
+
"docs": {
|
|
15621
|
+
"stability": "experimental",
|
|
15622
|
+
"summary": "Contains a map of CirclCi Orbs ```json orbs: { node: \"circleci/node@5.0.1\" slack: \"circleci/slack@4.8.3\" } ```."
|
|
15623
|
+
},
|
|
15624
|
+
"immutable": true,
|
|
15625
|
+
"locationInModule": {
|
|
15626
|
+
"filename": "src/circleci/circleci.ts",
|
|
15627
|
+
"line": 22
|
|
15628
|
+
},
|
|
15629
|
+
"name": "orbs",
|
|
15630
|
+
"optional": true,
|
|
15631
|
+
"type": {
|
|
15632
|
+
"collection": {
|
|
15633
|
+
"elementtype": {
|
|
15634
|
+
"primitive": "string"
|
|
15635
|
+
},
|
|
15636
|
+
"kind": "map"
|
|
15637
|
+
}
|
|
15638
|
+
}
|
|
15639
|
+
},
|
|
15640
|
+
{
|
|
15641
|
+
"abstract": true,
|
|
15642
|
+
"docs": {
|
|
15643
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#setup",
|
|
15644
|
+
"stability": "experimental",
|
|
15645
|
+
"summary": "The setup field enables you to conditionally trigger configurations from outside the primary .circleci parent directory, update pipeline parameters, or generate customized configurations."
|
|
15646
|
+
},
|
|
15647
|
+
"immutable": true,
|
|
15648
|
+
"locationInModule": {
|
|
15649
|
+
"filename": "src/circleci/circleci.ts",
|
|
15650
|
+
"line": 66
|
|
15651
|
+
},
|
|
15652
|
+
"name": "setup",
|
|
15653
|
+
"optional": true,
|
|
15654
|
+
"type": {
|
|
15655
|
+
"primitive": "boolean"
|
|
15656
|
+
}
|
|
15657
|
+
},
|
|
15658
|
+
{
|
|
15659
|
+
"abstract": true,
|
|
15660
|
+
"docs": {
|
|
15661
|
+
"default": "2.1",
|
|
15662
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#version",
|
|
15663
|
+
"stability": "experimental",
|
|
15664
|
+
"summary": "pipeline version."
|
|
15665
|
+
},
|
|
15666
|
+
"immutable": true,
|
|
15667
|
+
"locationInModule": {
|
|
15668
|
+
"filename": "src/circleci/circleci.ts",
|
|
15669
|
+
"line": 29
|
|
15670
|
+
},
|
|
15671
|
+
"name": "version",
|
|
15672
|
+
"optional": true,
|
|
15673
|
+
"type": {
|
|
15674
|
+
"primitive": "number"
|
|
15675
|
+
}
|
|
15676
|
+
},
|
|
15677
|
+
{
|
|
15678
|
+
"abstract": true,
|
|
15679
|
+
"docs": {
|
|
15680
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#workflows",
|
|
15681
|
+
"stability": "experimental",
|
|
15682
|
+
"summary": "List of Workflows of pipeline, e.g. ```json workflows: { { identifier: \"build\", jobs: [{ identifier: \"node/install\", context: [\"npm\"], }] } } ```."
|
|
15683
|
+
},
|
|
15684
|
+
"immutable": true,
|
|
15685
|
+
"locationInModule": {
|
|
15686
|
+
"filename": "src/circleci/circleci.ts",
|
|
15687
|
+
"line": 46
|
|
15688
|
+
},
|
|
15689
|
+
"name": "workflows",
|
|
15690
|
+
"optional": true,
|
|
15691
|
+
"type": {
|
|
15692
|
+
"collection": {
|
|
15693
|
+
"elementtype": {
|
|
15694
|
+
"fqn": "projen.circleci.Workflow"
|
|
15695
|
+
},
|
|
15696
|
+
"kind": "array"
|
|
15697
|
+
}
|
|
15698
|
+
}
|
|
15699
|
+
}
|
|
15700
|
+
],
|
|
15701
|
+
"symbolId": "src/circleci/circleci:CircleCiProps"
|
|
15702
|
+
},
|
|
15703
|
+
"projen.circleci.Circleci": {
|
|
15704
|
+
"assembly": "projen",
|
|
15705
|
+
"base": "projen.Component",
|
|
15706
|
+
"docs": {
|
|
15707
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/",
|
|
15708
|
+
"stability": "experimental",
|
|
15709
|
+
"summary": "Circleci Class to manage `.circleci/config.yml`. Check projen's docs for more information."
|
|
15710
|
+
},
|
|
15711
|
+
"fqn": "projen.circleci.Circleci",
|
|
15712
|
+
"initializer": {
|
|
15713
|
+
"docs": {
|
|
15714
|
+
"stability": "experimental"
|
|
15715
|
+
},
|
|
15716
|
+
"locationInModule": {
|
|
15717
|
+
"filename": "src/circleci/circleci.ts",
|
|
15718
|
+
"line": 101
|
|
15719
|
+
},
|
|
15720
|
+
"parameters": [
|
|
15721
|
+
{
|
|
15722
|
+
"name": "project",
|
|
15723
|
+
"type": {
|
|
15724
|
+
"fqn": "projen.Project"
|
|
15725
|
+
}
|
|
15726
|
+
},
|
|
15727
|
+
{
|
|
15728
|
+
"name": "options",
|
|
15729
|
+
"optional": true,
|
|
15730
|
+
"type": {
|
|
15731
|
+
"fqn": "projen.circleci.CircleCiProps"
|
|
15732
|
+
}
|
|
15733
|
+
}
|
|
15734
|
+
]
|
|
15735
|
+
},
|
|
15736
|
+
"kind": "class",
|
|
15737
|
+
"locationInModule": {
|
|
15738
|
+
"filename": "src/circleci/circleci.ts",
|
|
15739
|
+
"line": 75
|
|
15740
|
+
},
|
|
15741
|
+
"methods": [
|
|
15742
|
+
{
|
|
15743
|
+
"docs": {
|
|
15744
|
+
"remarks": "Will throw error if the orb already exists",
|
|
15745
|
+
"stability": "experimental",
|
|
15746
|
+
"summary": "Add a Circleci Orb to pipeline."
|
|
15747
|
+
},
|
|
15748
|
+
"locationInModule": {
|
|
15749
|
+
"filename": "src/circleci/circleci.ts",
|
|
15750
|
+
"line": 180
|
|
15751
|
+
},
|
|
15752
|
+
"name": "addOrb",
|
|
15753
|
+
"parameters": [
|
|
15754
|
+
{
|
|
15755
|
+
"name": "name",
|
|
15756
|
+
"type": {
|
|
15757
|
+
"primitive": "string"
|
|
15758
|
+
}
|
|
15759
|
+
},
|
|
15760
|
+
{
|
|
15761
|
+
"name": "orb",
|
|
15762
|
+
"type": {
|
|
15763
|
+
"primitive": "string"
|
|
15764
|
+
}
|
|
15765
|
+
}
|
|
15766
|
+
]
|
|
15767
|
+
},
|
|
15768
|
+
{
|
|
15769
|
+
"docs": {
|
|
15770
|
+
"stability": "experimental",
|
|
15771
|
+
"summary": "add new workflow to existing pipeline."
|
|
15772
|
+
},
|
|
15773
|
+
"locationInModule": {
|
|
15774
|
+
"filename": "src/circleci/circleci.ts",
|
|
15775
|
+
"line": 147
|
|
15776
|
+
},
|
|
15777
|
+
"name": "addWorkflow",
|
|
15778
|
+
"parameters": [
|
|
15779
|
+
{
|
|
15780
|
+
"name": "workflow",
|
|
15781
|
+
"type": {
|
|
15782
|
+
"fqn": "projen.circleci.Workflow"
|
|
15783
|
+
}
|
|
15784
|
+
}
|
|
15785
|
+
]
|
|
15786
|
+
}
|
|
15787
|
+
],
|
|
15788
|
+
"name": "Circleci",
|
|
15789
|
+
"namespace": "circleci",
|
|
15790
|
+
"properties": [
|
|
15791
|
+
{
|
|
15792
|
+
"docs": {
|
|
15793
|
+
"stability": "experimental",
|
|
15794
|
+
"summary": "The yaml file for the Circleci pipeline."
|
|
15795
|
+
},
|
|
15796
|
+
"immutable": true,
|
|
15797
|
+
"locationInModule": {
|
|
15798
|
+
"filename": "src/circleci/circleci.ts",
|
|
15799
|
+
"line": 79
|
|
15800
|
+
},
|
|
15801
|
+
"name": "file",
|
|
15802
|
+
"type": {
|
|
15803
|
+
"fqn": "projen.YamlFile"
|
|
15804
|
+
}
|
|
15805
|
+
}
|
|
15806
|
+
],
|
|
15807
|
+
"symbolId": "src/circleci/circleci:Circleci"
|
|
15808
|
+
},
|
|
15809
|
+
"projen.circleci.Docker": {
|
|
15810
|
+
"assembly": "projen",
|
|
15811
|
+
"datatype": true,
|
|
15812
|
+
"docs": {
|
|
15813
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#docker",
|
|
15814
|
+
"stability": "experimental",
|
|
15815
|
+
"summary": "Options for docker executor."
|
|
15816
|
+
},
|
|
15817
|
+
"fqn": "projen.circleci.Docker",
|
|
15818
|
+
"kind": "interface",
|
|
15819
|
+
"locationInModule": {
|
|
15820
|
+
"filename": "src/circleci/model.ts",
|
|
15821
|
+
"line": 179
|
|
15822
|
+
},
|
|
15823
|
+
"name": "Docker",
|
|
15824
|
+
"namespace": "circleci",
|
|
15825
|
+
"properties": [
|
|
15826
|
+
{
|
|
15827
|
+
"abstract": true,
|
|
15828
|
+
"docs": {
|
|
15829
|
+
"stability": "experimental",
|
|
15830
|
+
"summary": "The name of a custom docker image to use."
|
|
15831
|
+
},
|
|
15832
|
+
"immutable": true,
|
|
15833
|
+
"locationInModule": {
|
|
15834
|
+
"filename": "src/circleci/model.ts",
|
|
15835
|
+
"line": 181
|
|
15836
|
+
},
|
|
15837
|
+
"name": "image",
|
|
15838
|
+
"type": {
|
|
15839
|
+
"primitive": "string"
|
|
15840
|
+
}
|
|
15841
|
+
},
|
|
15842
|
+
{
|
|
15843
|
+
"abstract": true,
|
|
15844
|
+
"docs": {
|
|
15845
|
+
"stability": "experimental",
|
|
15846
|
+
"summary": "Authentication for registries using standard docker login credentials."
|
|
15847
|
+
},
|
|
15848
|
+
"immutable": true,
|
|
15849
|
+
"locationInModule": {
|
|
15850
|
+
"filename": "src/circleci/model.ts",
|
|
15851
|
+
"line": 193
|
|
15852
|
+
},
|
|
15853
|
+
"name": "auth",
|
|
15854
|
+
"optional": true,
|
|
15855
|
+
"type": {
|
|
15856
|
+
"collection": {
|
|
15857
|
+
"elementtype": {
|
|
15858
|
+
"primitive": "string"
|
|
15859
|
+
},
|
|
15860
|
+
"kind": "map"
|
|
15861
|
+
}
|
|
15862
|
+
}
|
|
15863
|
+
},
|
|
15864
|
+
{
|
|
15865
|
+
"abstract": true,
|
|
15866
|
+
"docs": {
|
|
15867
|
+
"stability": "experimental",
|
|
15868
|
+
"summary": "Authentication for AWS Elastic Container Registry (ECR)."
|
|
15869
|
+
},
|
|
15870
|
+
"immutable": true,
|
|
15871
|
+
"locationInModule": {
|
|
15872
|
+
"filename": "src/circleci/model.ts",
|
|
15873
|
+
"line": 195
|
|
15874
|
+
},
|
|
15875
|
+
"name": "awsAuth",
|
|
15876
|
+
"optional": true,
|
|
15877
|
+
"type": {
|
|
15878
|
+
"collection": {
|
|
15879
|
+
"elementtype": {
|
|
15880
|
+
"primitive": "string"
|
|
15881
|
+
},
|
|
15882
|
+
"kind": "map"
|
|
15883
|
+
}
|
|
15884
|
+
}
|
|
15885
|
+
},
|
|
15886
|
+
{
|
|
15887
|
+
"abstract": true,
|
|
15888
|
+
"docs": {
|
|
15889
|
+
"stability": "experimental",
|
|
15890
|
+
"summary": "The command used as pid 1 (or args for entrypoint) when launching the container."
|
|
15891
|
+
},
|
|
15892
|
+
"immutable": true,
|
|
15893
|
+
"locationInModule": {
|
|
15894
|
+
"filename": "src/circleci/model.ts",
|
|
15895
|
+
"line": 187
|
|
15896
|
+
},
|
|
15897
|
+
"name": "command",
|
|
15898
|
+
"optional": true,
|
|
15899
|
+
"type": {
|
|
15900
|
+
"collection": {
|
|
15901
|
+
"elementtype": {
|
|
15902
|
+
"primitive": "string"
|
|
15903
|
+
},
|
|
15904
|
+
"kind": "array"
|
|
15905
|
+
}
|
|
15906
|
+
}
|
|
15907
|
+
},
|
|
15908
|
+
{
|
|
15909
|
+
"abstract": true,
|
|
15910
|
+
"docs": {
|
|
15911
|
+
"stability": "experimental",
|
|
15912
|
+
"summary": "The command used as executable when launching the container."
|
|
15913
|
+
},
|
|
15914
|
+
"immutable": true,
|
|
15915
|
+
"locationInModule": {
|
|
15916
|
+
"filename": "src/circleci/model.ts",
|
|
15917
|
+
"line": 185
|
|
15918
|
+
},
|
|
15919
|
+
"name": "entrypoint",
|
|
15920
|
+
"optional": true,
|
|
15921
|
+
"type": {
|
|
15922
|
+
"collection": {
|
|
15923
|
+
"elementtype": {
|
|
15924
|
+
"primitive": "string"
|
|
15925
|
+
},
|
|
15926
|
+
"kind": "array"
|
|
15927
|
+
}
|
|
15928
|
+
}
|
|
15929
|
+
},
|
|
15930
|
+
{
|
|
15931
|
+
"abstract": true,
|
|
15932
|
+
"docs": {
|
|
15933
|
+
"stability": "experimental",
|
|
15934
|
+
"summary": "A map of environment variable names and values."
|
|
15935
|
+
},
|
|
15936
|
+
"immutable": true,
|
|
15937
|
+
"locationInModule": {
|
|
15938
|
+
"filename": "src/circleci/model.ts",
|
|
15939
|
+
"line": 191
|
|
15940
|
+
},
|
|
15941
|
+
"name": "environment",
|
|
15942
|
+
"optional": true,
|
|
15943
|
+
"type": {
|
|
15944
|
+
"collection": {
|
|
15945
|
+
"elementtype": {
|
|
15946
|
+
"union": {
|
|
15947
|
+
"types": [
|
|
15948
|
+
{
|
|
15949
|
+
"primitive": "string"
|
|
15950
|
+
},
|
|
15951
|
+
{
|
|
15952
|
+
"primitive": "number"
|
|
15953
|
+
},
|
|
15954
|
+
{
|
|
15955
|
+
"primitive": "boolean"
|
|
15956
|
+
}
|
|
15957
|
+
]
|
|
15958
|
+
}
|
|
15959
|
+
},
|
|
15960
|
+
"kind": "map"
|
|
15961
|
+
}
|
|
15962
|
+
}
|
|
15963
|
+
},
|
|
15964
|
+
{
|
|
15965
|
+
"abstract": true,
|
|
15966
|
+
"docs": {
|
|
15967
|
+
"remarks": "By default, container services are accessible through localhost",
|
|
15968
|
+
"stability": "experimental",
|
|
15969
|
+
"summary": "The name the container is reachable by."
|
|
15970
|
+
},
|
|
15971
|
+
"immutable": true,
|
|
15972
|
+
"locationInModule": {
|
|
15973
|
+
"filename": "src/circleci/model.ts",
|
|
15974
|
+
"line": 183
|
|
15975
|
+
},
|
|
15976
|
+
"name": "name",
|
|
15977
|
+
"optional": true,
|
|
15978
|
+
"type": {
|
|
15979
|
+
"primitive": "string"
|
|
15980
|
+
}
|
|
15981
|
+
},
|
|
15982
|
+
{
|
|
15983
|
+
"abstract": true,
|
|
15984
|
+
"docs": {
|
|
15985
|
+
"stability": "experimental",
|
|
15986
|
+
"summary": "Which user to run commands as within the Docker container."
|
|
15987
|
+
},
|
|
15988
|
+
"immutable": true,
|
|
15989
|
+
"locationInModule": {
|
|
15990
|
+
"filename": "src/circleci/model.ts",
|
|
15991
|
+
"line": 189
|
|
15992
|
+
},
|
|
15993
|
+
"name": "user",
|
|
15994
|
+
"optional": true,
|
|
15995
|
+
"type": {
|
|
15996
|
+
"primitive": "string"
|
|
15997
|
+
}
|
|
15998
|
+
}
|
|
15999
|
+
],
|
|
16000
|
+
"symbolId": "src/circleci/model:Docker"
|
|
16001
|
+
},
|
|
16002
|
+
"projen.circleci.Filter": {
|
|
16003
|
+
"assembly": "projen",
|
|
16004
|
+
"datatype": true,
|
|
16005
|
+
"docs": {
|
|
16006
|
+
"remarks": "Branches can have the keys only and ignore which either map to a single string naming a branch.\nYou may also use regular expressions to match against branches by enclosing them with /’s, or map to a list of such strings.\nRegular expressions must match the entire string.\n\nAny branches that match only will run the job.\nAny branches that match ignore will not run the job.\nIf neither only nor ignore are specified then all branches will run the job.\nIf both only and ignore are specified the only is considered before ignore.",
|
|
16007
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#filters",
|
|
16008
|
+
"stability": "experimental",
|
|
16009
|
+
"summary": "The branches key controls whether the current branch should have a schedule trigger created for it, where current branch is the branch containing the config.yml file with the trigger stanza. That is, a push on the main branch will only schedule a workflow for the main branch."
|
|
16010
|
+
},
|
|
16011
|
+
"fqn": "projen.circleci.Filter",
|
|
16012
|
+
"kind": "interface",
|
|
16013
|
+
"locationInModule": {
|
|
16014
|
+
"filename": "src/circleci/model.ts",
|
|
16015
|
+
"line": 135
|
|
16016
|
+
},
|
|
16017
|
+
"name": "Filter",
|
|
16018
|
+
"namespace": "circleci",
|
|
16019
|
+
"properties": [
|
|
16020
|
+
{
|
|
16021
|
+
"abstract": true,
|
|
16022
|
+
"docs": {
|
|
16023
|
+
"stability": "experimental"
|
|
16024
|
+
},
|
|
16025
|
+
"immutable": true,
|
|
16026
|
+
"locationInModule": {
|
|
16027
|
+
"filename": "src/circleci/model.ts",
|
|
16028
|
+
"line": 136
|
|
16029
|
+
},
|
|
16030
|
+
"name": "branches",
|
|
16031
|
+
"optional": true,
|
|
16032
|
+
"type": {
|
|
16033
|
+
"fqn": "projen.circleci.FilterConfig"
|
|
16034
|
+
}
|
|
16035
|
+
},
|
|
16036
|
+
{
|
|
16037
|
+
"abstract": true,
|
|
16038
|
+
"docs": {
|
|
16039
|
+
"stability": "experimental"
|
|
16040
|
+
},
|
|
16041
|
+
"immutable": true,
|
|
16042
|
+
"locationInModule": {
|
|
16043
|
+
"filename": "src/circleci/model.ts",
|
|
16044
|
+
"line": 137
|
|
16045
|
+
},
|
|
16046
|
+
"name": "tags",
|
|
16047
|
+
"optional": true,
|
|
16048
|
+
"type": {
|
|
16049
|
+
"fqn": "projen.circleci.FilterConfig"
|
|
16050
|
+
}
|
|
16051
|
+
}
|
|
16052
|
+
],
|
|
16053
|
+
"symbolId": "src/circleci/model:Filter"
|
|
16054
|
+
},
|
|
16055
|
+
"projen.circleci.FilterConfig": {
|
|
16056
|
+
"assembly": "projen",
|
|
16057
|
+
"datatype": true,
|
|
16058
|
+
"docs": {
|
|
16059
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#filters",
|
|
16060
|
+
"stability": "experimental",
|
|
16061
|
+
"summary": "set an inclusive or exclusive filter."
|
|
16062
|
+
},
|
|
16063
|
+
"fqn": "projen.circleci.FilterConfig",
|
|
16064
|
+
"kind": "interface",
|
|
16065
|
+
"locationInModule": {
|
|
16066
|
+
"filename": "src/circleci/model.ts",
|
|
16067
|
+
"line": 144
|
|
16068
|
+
},
|
|
16069
|
+
"name": "FilterConfig",
|
|
16070
|
+
"namespace": "circleci",
|
|
16071
|
+
"properties": [
|
|
16072
|
+
{
|
|
16073
|
+
"abstract": true,
|
|
16074
|
+
"docs": {
|
|
16075
|
+
"stability": "experimental",
|
|
16076
|
+
"summary": "Either a single branch specifier, or a list of branch specifiers."
|
|
16077
|
+
},
|
|
16078
|
+
"immutable": true,
|
|
16079
|
+
"locationInModule": {
|
|
16080
|
+
"filename": "src/circleci/model.ts",
|
|
16081
|
+
"line": 148
|
|
16082
|
+
},
|
|
16083
|
+
"name": "ignore",
|
|
16084
|
+
"optional": true,
|
|
16085
|
+
"type": {
|
|
16086
|
+
"collection": {
|
|
16087
|
+
"elementtype": {
|
|
16088
|
+
"primitive": "string"
|
|
16089
|
+
},
|
|
16090
|
+
"kind": "array"
|
|
16091
|
+
}
|
|
16092
|
+
}
|
|
16093
|
+
},
|
|
16094
|
+
{
|
|
16095
|
+
"abstract": true,
|
|
16096
|
+
"docs": {
|
|
16097
|
+
"stability": "experimental",
|
|
16098
|
+
"summary": "Either a single branch specifier, or a list of branch specifiers."
|
|
16099
|
+
},
|
|
16100
|
+
"immutable": true,
|
|
16101
|
+
"locationInModule": {
|
|
16102
|
+
"filename": "src/circleci/model.ts",
|
|
16103
|
+
"line": 146
|
|
16104
|
+
},
|
|
16105
|
+
"name": "only",
|
|
16106
|
+
"optional": true,
|
|
16107
|
+
"type": {
|
|
16108
|
+
"collection": {
|
|
16109
|
+
"elementtype": {
|
|
16110
|
+
"primitive": "string"
|
|
16111
|
+
},
|
|
16112
|
+
"kind": "array"
|
|
16113
|
+
}
|
|
16114
|
+
}
|
|
16115
|
+
}
|
|
16116
|
+
],
|
|
16117
|
+
"symbolId": "src/circleci/model:FilterConfig"
|
|
16118
|
+
},
|
|
16119
|
+
"projen.circleci.Job": {
|
|
16120
|
+
"assembly": "projen",
|
|
16121
|
+
"datatype": true,
|
|
16122
|
+
"docs": {
|
|
16123
|
+
"remarks": "Jobs are specified in the jobs map,\nsee Sample 2.0 config.yml for two examples of a job map.\nThe name of the job is the key in the map, and the value is a map describing the job.\nEach job consists of the job’s name as a key and a map as a value. A name should be case insensitive unique within a current jobs list.",
|
|
16124
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#job_name",
|
|
16125
|
+
"stability": "experimental",
|
|
16126
|
+
"summary": "A Workflow is comprised of one or more uniquely named jobs."
|
|
16127
|
+
},
|
|
16128
|
+
"fqn": "projen.circleci.Job",
|
|
16129
|
+
"kind": "interface",
|
|
16130
|
+
"locationInModule": {
|
|
16131
|
+
"filename": "src/circleci/model.ts",
|
|
16132
|
+
"line": 66
|
|
16133
|
+
},
|
|
16134
|
+
"name": "Job",
|
|
16135
|
+
"namespace": "circleci",
|
|
16136
|
+
"properties": [
|
|
16137
|
+
{
|
|
16138
|
+
"abstract": true,
|
|
16139
|
+
"docs": {
|
|
16140
|
+
"stability": "experimental",
|
|
16141
|
+
"summary": "name of dynamic key *."
|
|
16142
|
+
},
|
|
16143
|
+
"immutable": true,
|
|
16144
|
+
"locationInModule": {
|
|
16145
|
+
"filename": "src/circleci/model.ts",
|
|
16146
|
+
"line": 10
|
|
16147
|
+
},
|
|
16148
|
+
"name": "identifier",
|
|
16149
|
+
"type": {
|
|
16150
|
+
"primitive": "string"
|
|
16151
|
+
}
|
|
16152
|
+
},
|
|
16153
|
+
{
|
|
16154
|
+
"abstract": true,
|
|
16155
|
+
"docs": {
|
|
16156
|
+
"stability": "experimental"
|
|
16157
|
+
},
|
|
16158
|
+
"immutable": true,
|
|
16159
|
+
"locationInModule": {
|
|
16160
|
+
"filename": "src/circleci/model.ts",
|
|
16161
|
+
"line": 156
|
|
16162
|
+
},
|
|
16163
|
+
"name": "docker",
|
|
16164
|
+
"optional": true,
|
|
16165
|
+
"type": {
|
|
16166
|
+
"collection": {
|
|
16167
|
+
"elementtype": {
|
|
16168
|
+
"fqn": "projen.circleci.Docker"
|
|
16169
|
+
},
|
|
16170
|
+
"kind": "array"
|
|
16171
|
+
}
|
|
16172
|
+
}
|
|
16173
|
+
},
|
|
16174
|
+
{
|
|
16175
|
+
"abstract": true,
|
|
16176
|
+
"docs": {
|
|
16177
|
+
"stability": "experimental",
|
|
16178
|
+
"summary": "A map of environment variable names and values."
|
|
16179
|
+
},
|
|
16180
|
+
"immutable": true,
|
|
16181
|
+
"locationInModule": {
|
|
16182
|
+
"filename": "src/circleci/model.ts",
|
|
16183
|
+
"line": 170
|
|
16184
|
+
},
|
|
16185
|
+
"name": "environment",
|
|
16186
|
+
"optional": true,
|
|
16187
|
+
"type": {
|
|
16188
|
+
"collection": {
|
|
16189
|
+
"elementtype": {
|
|
16190
|
+
"union": {
|
|
16191
|
+
"types": [
|
|
16192
|
+
{
|
|
16193
|
+
"primitive": "string"
|
|
16194
|
+
},
|
|
16195
|
+
{
|
|
16196
|
+
"primitive": "number"
|
|
16197
|
+
},
|
|
16198
|
+
{
|
|
16199
|
+
"primitive": "boolean"
|
|
16200
|
+
}
|
|
16201
|
+
]
|
|
16202
|
+
}
|
|
16203
|
+
},
|
|
16204
|
+
"kind": "map"
|
|
16205
|
+
}
|
|
16206
|
+
}
|
|
16207
|
+
},
|
|
16208
|
+
{
|
|
16209
|
+
"abstract": true,
|
|
16210
|
+
"docs": {
|
|
16211
|
+
"stability": "experimental"
|
|
16212
|
+
},
|
|
16213
|
+
"immutable": true,
|
|
16214
|
+
"locationInModule": {
|
|
16215
|
+
"filename": "src/circleci/model.ts",
|
|
16216
|
+
"line": 157
|
|
16217
|
+
},
|
|
16218
|
+
"name": "machine",
|
|
16219
|
+
"optional": true,
|
|
16220
|
+
"type": {
|
|
16221
|
+
"fqn": "projen.circleci.Machine"
|
|
16222
|
+
}
|
|
16223
|
+
},
|
|
16224
|
+
{
|
|
16225
|
+
"abstract": true,
|
|
16226
|
+
"docs": {
|
|
16227
|
+
"stability": "experimental"
|
|
16228
|
+
},
|
|
16229
|
+
"immutable": true,
|
|
16230
|
+
"locationInModule": {
|
|
16231
|
+
"filename": "src/circleci/model.ts",
|
|
16232
|
+
"line": 158
|
|
16233
|
+
},
|
|
16234
|
+
"name": "macos",
|
|
16235
|
+
"optional": true,
|
|
16236
|
+
"type": {
|
|
16237
|
+
"fqn": "projen.circleci.Macos"
|
|
16238
|
+
}
|
|
16239
|
+
},
|
|
16240
|
+
{
|
|
16241
|
+
"abstract": true,
|
|
16242
|
+
"docs": {
|
|
16243
|
+
"stability": "experimental",
|
|
16244
|
+
"summary": "Number of parallel instances of this job to run (default: 1)."
|
|
16245
|
+
},
|
|
16246
|
+
"immutable": true,
|
|
16247
|
+
"locationInModule": {
|
|
16248
|
+
"filename": "src/circleci/model.ts",
|
|
16249
|
+
"line": 168
|
|
16250
|
+
},
|
|
16251
|
+
"name": "parallelism",
|
|
16252
|
+
"optional": true,
|
|
16253
|
+
"type": {
|
|
16254
|
+
"primitive": "number"
|
|
16255
|
+
}
|
|
16256
|
+
},
|
|
16257
|
+
{
|
|
16258
|
+
"abstract": true,
|
|
16259
|
+
"docs": {
|
|
16260
|
+
"stability": "experimental",
|
|
16261
|
+
"summary": "Parameters for making a job explicitly configurable in a workflow."
|
|
16262
|
+
},
|
|
16263
|
+
"immutable": true,
|
|
16264
|
+
"locationInModule": {
|
|
16265
|
+
"filename": "src/circleci/model.ts",
|
|
16266
|
+
"line": 162
|
|
16267
|
+
},
|
|
16268
|
+
"name": "parameters",
|
|
16269
|
+
"optional": true,
|
|
16270
|
+
"type": {
|
|
16271
|
+
"collection": {
|
|
16272
|
+
"elementtype": {
|
|
16273
|
+
"primitive": "string"
|
|
16274
|
+
},
|
|
16275
|
+
"kind": "map"
|
|
16276
|
+
}
|
|
16277
|
+
}
|
|
16278
|
+
},
|
|
16279
|
+
{
|
|
16280
|
+
"abstract": true,
|
|
16281
|
+
"docs": {
|
|
16282
|
+
"stability": "experimental",
|
|
16283
|
+
"summary": "{@link ResourceClass}."
|
|
16284
|
+
},
|
|
16285
|
+
"immutable": true,
|
|
16286
|
+
"locationInModule": {
|
|
16287
|
+
"filename": "src/circleci/model.ts",
|
|
16288
|
+
"line": 172
|
|
16289
|
+
},
|
|
16290
|
+
"name": "resourceClass",
|
|
16291
|
+
"optional": true,
|
|
16292
|
+
"type": {
|
|
16293
|
+
"primitive": "string"
|
|
16294
|
+
}
|
|
16295
|
+
},
|
|
16296
|
+
{
|
|
16297
|
+
"abstract": true,
|
|
16298
|
+
"docs": {
|
|
16299
|
+
"remarks": "Can be overridden by shell in each step",
|
|
16300
|
+
"stability": "experimental",
|
|
16301
|
+
"summary": "Shell to use for execution command in all steps."
|
|
16302
|
+
},
|
|
16303
|
+
"immutable": true,
|
|
16304
|
+
"locationInModule": {
|
|
16305
|
+
"filename": "src/circleci/model.ts",
|
|
16306
|
+
"line": 160
|
|
16307
|
+
},
|
|
16308
|
+
"name": "shell",
|
|
16309
|
+
"optional": true,
|
|
16310
|
+
"type": {
|
|
16311
|
+
"primitive": "string"
|
|
16312
|
+
}
|
|
16313
|
+
},
|
|
16314
|
+
{
|
|
16315
|
+
"abstract": true,
|
|
16316
|
+
"docs": {
|
|
16317
|
+
"stability": "experimental",
|
|
16318
|
+
"summary": "no type support here, for syntax {@see https://circleci.com/docs/2.0/configuration-reference/#steps}."
|
|
16319
|
+
},
|
|
16320
|
+
"immutable": true,
|
|
16321
|
+
"locationInModule": {
|
|
16322
|
+
"filename": "src/circleci/model.ts",
|
|
16323
|
+
"line": 164
|
|
16324
|
+
},
|
|
16325
|
+
"name": "steps",
|
|
16326
|
+
"optional": true,
|
|
16327
|
+
"type": {
|
|
16328
|
+
"collection": {
|
|
16329
|
+
"elementtype": {
|
|
16330
|
+
"primitive": "any"
|
|
16331
|
+
},
|
|
16332
|
+
"kind": "array"
|
|
16333
|
+
}
|
|
16334
|
+
}
|
|
16335
|
+
},
|
|
16336
|
+
{
|
|
16337
|
+
"abstract": true,
|
|
16338
|
+
"docs": {
|
|
16339
|
+
"remarks": "Will be interpreted as an absolute path. Default: `~/project`",
|
|
16340
|
+
"stability": "experimental",
|
|
16341
|
+
"summary": "In which directory to run the steps."
|
|
16342
|
+
},
|
|
16343
|
+
"immutable": true,
|
|
16344
|
+
"locationInModule": {
|
|
16345
|
+
"filename": "src/circleci/model.ts",
|
|
16346
|
+
"line": 166
|
|
16347
|
+
},
|
|
16348
|
+
"name": "workingDirectory",
|
|
16349
|
+
"optional": true,
|
|
16350
|
+
"type": {
|
|
16351
|
+
"primitive": "string"
|
|
16352
|
+
}
|
|
16353
|
+
}
|
|
16354
|
+
],
|
|
16355
|
+
"symbolId": "src/circleci/model:Job"
|
|
16356
|
+
},
|
|
16357
|
+
"projen.circleci.JobType": {
|
|
16358
|
+
"assembly": "projen",
|
|
16359
|
+
"docs": {
|
|
16360
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#type",
|
|
16361
|
+
"stability": "experimental",
|
|
16362
|
+
"summary": "A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed."
|
|
16363
|
+
},
|
|
16364
|
+
"fqn": "projen.circleci.JobType",
|
|
16365
|
+
"kind": "enum",
|
|
16366
|
+
"locationInModule": {
|
|
16367
|
+
"filename": "src/circleci/model.ts",
|
|
16368
|
+
"line": 32
|
|
16369
|
+
},
|
|
16370
|
+
"members": [
|
|
16371
|
+
{
|
|
16372
|
+
"docs": {
|
|
16373
|
+
"stability": "experimental"
|
|
16374
|
+
},
|
|
16375
|
+
"name": "APPROVAL"
|
|
16376
|
+
}
|
|
16377
|
+
],
|
|
16378
|
+
"name": "JobType",
|
|
16379
|
+
"namespace": "circleci",
|
|
16380
|
+
"symbolId": "src/circleci/model:JobType"
|
|
16381
|
+
},
|
|
16382
|
+
"projen.circleci.JobWhen": {
|
|
16383
|
+
"assembly": "projen",
|
|
16384
|
+
"docs": {
|
|
16385
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#steps",
|
|
16386
|
+
"stability": "experimental",
|
|
16387
|
+
"summary": "Specify when to enable or disable the step."
|
|
16388
|
+
},
|
|
16389
|
+
"fqn": "projen.circleci.JobWhen",
|
|
16390
|
+
"kind": "enum",
|
|
16391
|
+
"locationInModule": {
|
|
16392
|
+
"filename": "src/circleci/model.ts",
|
|
16393
|
+
"line": 54
|
|
16394
|
+
},
|
|
16395
|
+
"members": [
|
|
16396
|
+
{
|
|
16397
|
+
"docs": {
|
|
16398
|
+
"stability": "experimental"
|
|
16399
|
+
},
|
|
16400
|
+
"name": "ALWAYS"
|
|
16401
|
+
},
|
|
16402
|
+
{
|
|
16403
|
+
"docs": {
|
|
16404
|
+
"stability": "experimental"
|
|
16405
|
+
},
|
|
16406
|
+
"name": "ON_SUCCESS"
|
|
16407
|
+
},
|
|
16408
|
+
{
|
|
16409
|
+
"docs": {
|
|
16410
|
+
"stability": "experimental"
|
|
16411
|
+
},
|
|
16412
|
+
"name": "ON_FAIL"
|
|
16413
|
+
}
|
|
16414
|
+
],
|
|
16415
|
+
"name": "JobWhen",
|
|
16416
|
+
"namespace": "circleci",
|
|
16417
|
+
"symbolId": "src/circleci/model:JobWhen"
|
|
16418
|
+
},
|
|
16419
|
+
"projen.circleci.Machine": {
|
|
16420
|
+
"assembly": "projen",
|
|
16421
|
+
"datatype": true,
|
|
16422
|
+
"docs": {
|
|
16423
|
+
"stability": "experimental"
|
|
16424
|
+
},
|
|
16425
|
+
"fqn": "projen.circleci.Machine",
|
|
16426
|
+
"kind": "interface",
|
|
16427
|
+
"locationInModule": {
|
|
16428
|
+
"filename": "src/circleci/model.ts",
|
|
16429
|
+
"line": 198
|
|
16430
|
+
},
|
|
16431
|
+
"name": "Machine",
|
|
16432
|
+
"namespace": "circleci",
|
|
16433
|
+
"properties": [
|
|
16434
|
+
{
|
|
16435
|
+
"abstract": true,
|
|
16436
|
+
"docs": {
|
|
16437
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#available-machine-images",
|
|
16438
|
+
"stability": "experimental",
|
|
16439
|
+
"summary": "The VM image to use."
|
|
16440
|
+
},
|
|
16441
|
+
"immutable": true,
|
|
16442
|
+
"locationInModule": {
|
|
16443
|
+
"filename": "src/circleci/model.ts",
|
|
16444
|
+
"line": 203
|
|
16445
|
+
},
|
|
16446
|
+
"name": "image",
|
|
16447
|
+
"type": {
|
|
16448
|
+
"primitive": "string"
|
|
16449
|
+
}
|
|
16450
|
+
},
|
|
16451
|
+
{
|
|
16452
|
+
"abstract": true,
|
|
16453
|
+
"docs": {
|
|
16454
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#available-machine-images",
|
|
16455
|
+
"stability": "experimental",
|
|
16456
|
+
"summary": "enable docker layer caching."
|
|
16457
|
+
},
|
|
16458
|
+
"immutable": true,
|
|
16459
|
+
"locationInModule": {
|
|
16460
|
+
"filename": "src/circleci/model.ts",
|
|
16461
|
+
"line": 207
|
|
16462
|
+
},
|
|
16463
|
+
"name": "dockerLayerCaching",
|
|
16464
|
+
"optional": true,
|
|
16465
|
+
"type": {
|
|
16466
|
+
"primitive": "string"
|
|
16467
|
+
}
|
|
16468
|
+
}
|
|
16469
|
+
],
|
|
16470
|
+
"symbolId": "src/circleci/model:Machine"
|
|
16471
|
+
},
|
|
16472
|
+
"projen.circleci.Macos": {
|
|
16473
|
+
"assembly": "projen",
|
|
16474
|
+
"datatype": true,
|
|
16475
|
+
"docs": {
|
|
16476
|
+
"remarks": "To run a job in a macOS virtual machine,\nyou must add the macos key to the top-level configuration for the job and specify\nthe version of Xcode you would like to use.",
|
|
16477
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#macos",
|
|
16478
|
+
"stability": "experimental",
|
|
16479
|
+
"summary": "CircleCI supports running jobs on macOS, to allow you to build, test, and deploy apps for macOS, iOS, tvOS and watchOS."
|
|
16480
|
+
},
|
|
16481
|
+
"fqn": "projen.circleci.Macos",
|
|
16482
|
+
"kind": "interface",
|
|
16483
|
+
"locationInModule": {
|
|
16484
|
+
"filename": "src/circleci/model.ts",
|
|
16485
|
+
"line": 217
|
|
16486
|
+
},
|
|
16487
|
+
"name": "Macos",
|
|
16488
|
+
"namespace": "circleci",
|
|
16489
|
+
"properties": [
|
|
16490
|
+
{
|
|
16491
|
+
"abstract": true,
|
|
16492
|
+
"docs": {
|
|
16493
|
+
"stability": "experimental",
|
|
16494
|
+
"summary": "The version of Xcode that is installed on the virtual machine."
|
|
16495
|
+
},
|
|
16496
|
+
"immutable": true,
|
|
16497
|
+
"locationInModule": {
|
|
16498
|
+
"filename": "src/circleci/model.ts",
|
|
16499
|
+
"line": 219
|
|
16500
|
+
},
|
|
16501
|
+
"name": "xcode",
|
|
16502
|
+
"type": {
|
|
16503
|
+
"primitive": "string"
|
|
16504
|
+
}
|
|
16505
|
+
}
|
|
16506
|
+
],
|
|
16507
|
+
"symbolId": "src/circleci/model:Macos"
|
|
16508
|
+
},
|
|
16509
|
+
"projen.circleci.Matrix": {
|
|
16510
|
+
"assembly": "projen",
|
|
16511
|
+
"datatype": true,
|
|
16512
|
+
"docs": {
|
|
16513
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#matrix-requires-version-21",
|
|
16514
|
+
"stability": "experimental",
|
|
16515
|
+
"summary": "The matrix stanza allows you to run a parameterized job multiple times with different arguments."
|
|
16516
|
+
},
|
|
16517
|
+
"fqn": "projen.circleci.Matrix",
|
|
16518
|
+
"kind": "interface",
|
|
16519
|
+
"locationInModule": {
|
|
16520
|
+
"filename": "src/circleci/model.ts",
|
|
16521
|
+
"line": 94
|
|
16522
|
+
},
|
|
16523
|
+
"name": "Matrix",
|
|
16524
|
+
"namespace": "circleci",
|
|
16525
|
+
"properties": [
|
|
16526
|
+
{
|
|
16527
|
+
"abstract": true,
|
|
16528
|
+
"docs": {
|
|
16529
|
+
"remarks": "Defaults to the name of the job being executed",
|
|
16530
|
+
"stability": "experimental",
|
|
16531
|
+
"summary": "An alias for the matrix, usable from another job’s requires stanza."
|
|
16532
|
+
},
|
|
16533
|
+
"immutable": true,
|
|
16534
|
+
"locationInModule": {
|
|
16535
|
+
"filename": "src/circleci/model.ts",
|
|
16536
|
+
"line": 98
|
|
16537
|
+
},
|
|
16538
|
+
"name": "alias",
|
|
16539
|
+
"optional": true,
|
|
16540
|
+
"type": {
|
|
16541
|
+
"primitive": "string"
|
|
16542
|
+
}
|
|
16543
|
+
},
|
|
16544
|
+
{
|
|
16545
|
+
"abstract": true,
|
|
16546
|
+
"docs": {
|
|
16547
|
+
"stability": "experimental",
|
|
16548
|
+
"summary": "A map of parameter names to every value the job should be called with."
|
|
16549
|
+
},
|
|
16550
|
+
"immutable": true,
|
|
16551
|
+
"locationInModule": {
|
|
16552
|
+
"filename": "src/circleci/model.ts",
|
|
16553
|
+
"line": 96
|
|
16554
|
+
},
|
|
16555
|
+
"name": "parameters",
|
|
16556
|
+
"optional": true,
|
|
16557
|
+
"type": {
|
|
16558
|
+
"collection": {
|
|
16559
|
+
"elementtype": {
|
|
16560
|
+
"union": {
|
|
16561
|
+
"types": [
|
|
16562
|
+
{
|
|
16563
|
+
"collection": {
|
|
16564
|
+
"elementtype": {
|
|
16565
|
+
"primitive": "string"
|
|
16566
|
+
},
|
|
16567
|
+
"kind": "array"
|
|
16568
|
+
}
|
|
16569
|
+
},
|
|
16570
|
+
{
|
|
16571
|
+
"collection": {
|
|
16572
|
+
"elementtype": {
|
|
16573
|
+
"primitive": "number"
|
|
16574
|
+
},
|
|
16575
|
+
"kind": "array"
|
|
16576
|
+
}
|
|
16577
|
+
}
|
|
16578
|
+
]
|
|
16579
|
+
}
|
|
16580
|
+
},
|
|
16581
|
+
"kind": "map"
|
|
16582
|
+
}
|
|
16583
|
+
}
|
|
16584
|
+
}
|
|
16585
|
+
],
|
|
16586
|
+
"symbolId": "src/circleci/model:Matrix"
|
|
16587
|
+
},
|
|
16588
|
+
"projen.circleci.ResourceClass": {
|
|
16589
|
+
"assembly": "projen",
|
|
16590
|
+
"docs": {
|
|
16591
|
+
"remarks": "Different resource classes are available for different executors, as described in the tables below.",
|
|
16592
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#resourceclass",
|
|
16593
|
+
"stability": "experimental",
|
|
16594
|
+
"summary": "The resource_class feature allows configuring CPU and RAM resources for each job."
|
|
16595
|
+
},
|
|
16596
|
+
"fqn": "projen.circleci.ResourceClass",
|
|
16597
|
+
"kind": "enum",
|
|
16598
|
+
"locationInModule": {
|
|
16599
|
+
"filename": "src/circleci/model.ts",
|
|
16600
|
+
"line": 41
|
|
16601
|
+
},
|
|
16602
|
+
"members": [
|
|
16603
|
+
{
|
|
16604
|
+
"docs": {
|
|
16605
|
+
"stability": "experimental"
|
|
16606
|
+
},
|
|
16607
|
+
"name": "SMALL"
|
|
16608
|
+
},
|
|
16609
|
+
{
|
|
16610
|
+
"docs": {
|
|
16611
|
+
"stability": "experimental"
|
|
16612
|
+
},
|
|
16613
|
+
"name": "MEDIUM"
|
|
16614
|
+
},
|
|
16615
|
+
{
|
|
16616
|
+
"docs": {
|
|
16617
|
+
"stability": "experimental"
|
|
16618
|
+
},
|
|
16619
|
+
"name": "MEDIUM_PLUS"
|
|
16620
|
+
},
|
|
16621
|
+
{
|
|
16622
|
+
"docs": {
|
|
16623
|
+
"stability": "experimental"
|
|
16624
|
+
},
|
|
16625
|
+
"name": "LARGE_X"
|
|
16626
|
+
},
|
|
16627
|
+
{
|
|
16628
|
+
"docs": {
|
|
16629
|
+
"stability": "experimental"
|
|
16630
|
+
},
|
|
16631
|
+
"name": "LARGE_2X"
|
|
16632
|
+
},
|
|
16633
|
+
{
|
|
16634
|
+
"docs": {
|
|
16635
|
+
"stability": "experimental"
|
|
16636
|
+
},
|
|
16637
|
+
"name": "LARGE_2X_PLUS"
|
|
16638
|
+
}
|
|
16639
|
+
],
|
|
16640
|
+
"name": "ResourceClass",
|
|
16641
|
+
"namespace": "circleci",
|
|
16642
|
+
"symbolId": "src/circleci/model:ResourceClass"
|
|
16643
|
+
},
|
|
16644
|
+
"projen.circleci.Run": {
|
|
16645
|
+
"assembly": "projen",
|
|
16646
|
+
"datatype": true,
|
|
16647
|
+
"docs": {
|
|
16648
|
+
"remarks": "Run commands are executed using non-login shells by default,\nso you must explicitly source any dotfiles as part of the command.\n\nNot used because type incompatible types in steps array",
|
|
16649
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#run",
|
|
16650
|
+
"stability": "experimental",
|
|
16651
|
+
"summary": "Used for invoking all command-line programs, taking either a map of configuration values, or, when called in its short-form, a string that will be used as both the command and name."
|
|
16652
|
+
},
|
|
16653
|
+
"fqn": "projen.circleci.Run",
|
|
16654
|
+
"kind": "interface",
|
|
16655
|
+
"locationInModule": {
|
|
16656
|
+
"filename": "src/circleci/model.ts",
|
|
16657
|
+
"line": 240
|
|
16658
|
+
},
|
|
16659
|
+
"name": "Run",
|
|
16660
|
+
"namespace": "circleci",
|
|
16661
|
+
"properties": [
|
|
16662
|
+
{
|
|
16663
|
+
"abstract": true,
|
|
16664
|
+
"docs": {
|
|
16665
|
+
"stability": "experimental",
|
|
16666
|
+
"summary": "Command to run via the shell."
|
|
16667
|
+
},
|
|
16668
|
+
"immutable": true,
|
|
16669
|
+
"locationInModule": {
|
|
16670
|
+
"filename": "src/circleci/model.ts",
|
|
16671
|
+
"line": 242
|
|
16672
|
+
},
|
|
16673
|
+
"name": "command",
|
|
16674
|
+
"type": {
|
|
16675
|
+
"primitive": "string"
|
|
16676
|
+
}
|
|
16677
|
+
},
|
|
16678
|
+
{
|
|
16679
|
+
"abstract": true,
|
|
16680
|
+
"docs": {
|
|
16681
|
+
"stability": "experimental",
|
|
16682
|
+
"summary": "Whether this step should run in the background (default: false)."
|
|
16683
|
+
},
|
|
16684
|
+
"immutable": true,
|
|
16685
|
+
"locationInModule": {
|
|
16686
|
+
"filename": "src/circleci/model.ts",
|
|
16687
|
+
"line": 250
|
|
16688
|
+
},
|
|
16689
|
+
"name": "background",
|
|
16690
|
+
"optional": true,
|
|
16691
|
+
"type": {
|
|
16692
|
+
"primitive": "string"
|
|
16693
|
+
}
|
|
16694
|
+
},
|
|
16695
|
+
{
|
|
16696
|
+
"abstract": true,
|
|
16697
|
+
"docs": {
|
|
16698
|
+
"stability": "experimental",
|
|
16699
|
+
"summary": "Additional environmental variables, locally scoped to command."
|
|
16700
|
+
},
|
|
16701
|
+
"immutable": true,
|
|
16702
|
+
"locationInModule": {
|
|
16703
|
+
"filename": "src/circleci/model.ts",
|
|
16704
|
+
"line": 248
|
|
16705
|
+
},
|
|
16706
|
+
"name": "environment",
|
|
16707
|
+
"optional": true,
|
|
16708
|
+
"type": {
|
|
16709
|
+
"primitive": "string"
|
|
16710
|
+
}
|
|
16711
|
+
},
|
|
16712
|
+
{
|
|
16713
|
+
"abstract": true,
|
|
16714
|
+
"docs": {
|
|
16715
|
+
"stability": "experimental",
|
|
16716
|
+
"summary": "Title of the step to be shown in the CircleCI UI (default: full command)."
|
|
16717
|
+
},
|
|
16718
|
+
"immutable": true,
|
|
16719
|
+
"locationInModule": {
|
|
16720
|
+
"filename": "src/circleci/model.ts",
|
|
16721
|
+
"line": 244
|
|
16722
|
+
},
|
|
16723
|
+
"name": "name",
|
|
16724
|
+
"optional": true,
|
|
16725
|
+
"type": {
|
|
16726
|
+
"primitive": "string"
|
|
16727
|
+
}
|
|
16728
|
+
},
|
|
16729
|
+
{
|
|
16730
|
+
"abstract": true,
|
|
16731
|
+
"docs": {
|
|
16732
|
+
"stability": "experimental",
|
|
16733
|
+
"summary": "Elapsed time the command can run without output such as “20m”, “1.25h”, “5s”. The default is 10 minutes."
|
|
16734
|
+
},
|
|
16735
|
+
"immutable": true,
|
|
16736
|
+
"locationInModule": {
|
|
16737
|
+
"filename": "src/circleci/model.ts",
|
|
16738
|
+
"line": 254
|
|
16739
|
+
},
|
|
16740
|
+
"name": "noOutputTimeout",
|
|
16741
|
+
"optional": true,
|
|
16742
|
+
"type": {
|
|
16743
|
+
"primitive": "string"
|
|
16744
|
+
}
|
|
16745
|
+
},
|
|
16746
|
+
{
|
|
16747
|
+
"abstract": true,
|
|
16748
|
+
"docs": {
|
|
16749
|
+
"stability": "experimental",
|
|
16750
|
+
"summary": "Shell to use for execution command."
|
|
16751
|
+
},
|
|
16752
|
+
"immutable": true,
|
|
16753
|
+
"locationInModule": {
|
|
16754
|
+
"filename": "src/circleci/model.ts",
|
|
16755
|
+
"line": 246
|
|
16756
|
+
},
|
|
16757
|
+
"name": "shell",
|
|
16758
|
+
"optional": true,
|
|
16759
|
+
"type": {
|
|
16760
|
+
"primitive": "string"
|
|
16761
|
+
}
|
|
16762
|
+
},
|
|
16763
|
+
{
|
|
16764
|
+
"abstract": true,
|
|
16765
|
+
"docs": {
|
|
15024
16766
|
"stability": "experimental",
|
|
15025
|
-
"summary": "
|
|
16767
|
+
"summary": "Specify when to enable or disable the step."
|
|
15026
16768
|
},
|
|
15027
16769
|
"immutable": true,
|
|
15028
16770
|
"locationInModule": {
|
|
15029
|
-
"filename": "src/
|
|
15030
|
-
"line":
|
|
16771
|
+
"filename": "src/circleci/model.ts",
|
|
16772
|
+
"line": 256
|
|
15031
16773
|
},
|
|
15032
|
-
"name": "
|
|
16774
|
+
"name": "when",
|
|
15033
16775
|
"optional": true,
|
|
15034
16776
|
"type": {
|
|
15035
|
-
"primitive": "
|
|
16777
|
+
"primitive": "string"
|
|
15036
16778
|
}
|
|
15037
16779
|
},
|
|
15038
16780
|
{
|
|
15039
16781
|
"abstract": true,
|
|
15040
16782
|
"docs": {
|
|
15041
|
-
"
|
|
15042
|
-
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
16783
|
+
"remarks": "Will be interpreted relative to the working_directory of the job). (default: .)",
|
|
15043
16784
|
"stability": "experimental",
|
|
15044
|
-
"summary": "
|
|
16785
|
+
"summary": "In which directory to run this step."
|
|
15045
16786
|
},
|
|
15046
16787
|
"immutable": true,
|
|
15047
16788
|
"locationInModule": {
|
|
15048
|
-
"filename": "src/
|
|
15049
|
-
"line":
|
|
16789
|
+
"filename": "src/circleci/model.ts",
|
|
16790
|
+
"line": 252
|
|
15050
16791
|
},
|
|
15051
|
-
"name": "
|
|
16792
|
+
"name": "workingDirectory",
|
|
15052
16793
|
"optional": true,
|
|
15053
16794
|
"type": {
|
|
15054
|
-
"primitive": "
|
|
16795
|
+
"primitive": "string"
|
|
15055
16796
|
}
|
|
15056
|
-
}
|
|
16797
|
+
}
|
|
16798
|
+
],
|
|
16799
|
+
"symbolId": "src/circleci/model:Run"
|
|
16800
|
+
},
|
|
16801
|
+
"projen.circleci.Schedule": {
|
|
16802
|
+
"assembly": "projen",
|
|
16803
|
+
"datatype": true,
|
|
16804
|
+
"docs": {
|
|
16805
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#schedule",
|
|
16806
|
+
"stability": "experimental",
|
|
16807
|
+
"summary": "A workflow may have a schedule indicating it runs at a certain time."
|
|
16808
|
+
},
|
|
16809
|
+
"fqn": "projen.circleci.Schedule",
|
|
16810
|
+
"kind": "interface",
|
|
16811
|
+
"locationInModule": {
|
|
16812
|
+
"filename": "src/circleci/model.ts",
|
|
16813
|
+
"line": 114
|
|
16814
|
+
},
|
|
16815
|
+
"name": "Schedule",
|
|
16816
|
+
"namespace": "circleci",
|
|
16817
|
+
"properties": [
|
|
15057
16818
|
{
|
|
15058
16819
|
"abstract": true,
|
|
15059
16820
|
"docs": {
|
|
15060
|
-
"
|
|
15061
|
-
"stability": "experimental",
|
|
15062
|
-
"summary": "constructs verion."
|
|
16821
|
+
"stability": "experimental"
|
|
15063
16822
|
},
|
|
15064
16823
|
"immutable": true,
|
|
15065
16824
|
"locationInModule": {
|
|
15066
|
-
"filename": "src/
|
|
15067
|
-
"line":
|
|
16825
|
+
"filename": "src/circleci/model.ts",
|
|
16826
|
+
"line": 117
|
|
15068
16827
|
},
|
|
15069
|
-
"name": "
|
|
15070
|
-
"optional": true,
|
|
16828
|
+
"name": "filters",
|
|
15071
16829
|
"type": {
|
|
15072
|
-
"
|
|
16830
|
+
"fqn": "projen.circleci.Filter"
|
|
15073
16831
|
}
|
|
15074
16832
|
},
|
|
15075
16833
|
{
|
|
15076
16834
|
"abstract": true,
|
|
15077
16835
|
"docs": {
|
|
15078
|
-
"default": "false",
|
|
15079
|
-
"remarks": "You can use this to prevent yarn to mix versions for your consructs package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15080
16836
|
"stability": "experimental",
|
|
15081
|
-
"summary": "
|
|
16837
|
+
"summary": "The cron key is defined using POSIX crontab syntax."
|
|
15082
16838
|
},
|
|
15083
16839
|
"immutable": true,
|
|
15084
16840
|
"locationInModule": {
|
|
15085
|
-
"filename": "src/
|
|
15086
|
-
"line":
|
|
16841
|
+
"filename": "src/circleci/model.ts",
|
|
16842
|
+
"line": 116
|
|
15087
16843
|
},
|
|
15088
|
-
"name": "
|
|
16844
|
+
"name": "cron",
|
|
15089
16845
|
"optional": true,
|
|
15090
16846
|
"type": {
|
|
15091
|
-
"primitive": "
|
|
16847
|
+
"primitive": "string"
|
|
15092
16848
|
}
|
|
15093
|
-
}
|
|
16849
|
+
}
|
|
16850
|
+
],
|
|
16851
|
+
"symbolId": "src/circleci/model:Schedule"
|
|
16852
|
+
},
|
|
16853
|
+
"projen.circleci.StepRun": {
|
|
16854
|
+
"assembly": "projen",
|
|
16855
|
+
"datatype": true,
|
|
16856
|
+
"docs": {
|
|
16857
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#steps",
|
|
16858
|
+
"stability": "experimental",
|
|
16859
|
+
"summary": "Execution steps for Job."
|
|
16860
|
+
},
|
|
16861
|
+
"fqn": "projen.circleci.StepRun",
|
|
16862
|
+
"kind": "interface",
|
|
16863
|
+
"locationInModule": {
|
|
16864
|
+
"filename": "src/circleci/model.ts",
|
|
16865
|
+
"line": 226
|
|
16866
|
+
},
|
|
16867
|
+
"name": "StepRun",
|
|
16868
|
+
"namespace": "circleci",
|
|
16869
|
+
"properties": [
|
|
15094
16870
|
{
|
|
15095
16871
|
"abstract": true,
|
|
15096
16872
|
"docs": {
|
|
15097
|
-
"
|
|
15098
|
-
"stability": "experimental",
|
|
15099
|
-
"summary": "Automatically adds an `cdk8s.IntegrationTest` for each `.integ.ts` app in your test directory. If this is disabled, you can manually add an `cdk8s.AutoDiscover` component to your project."
|
|
16873
|
+
"stability": "experimental"
|
|
15100
16874
|
},
|
|
15101
16875
|
"immutable": true,
|
|
15102
16876
|
"locationInModule": {
|
|
15103
|
-
"filename": "src/
|
|
15104
|
-
"line":
|
|
16877
|
+
"filename": "src/circleci/model.ts",
|
|
16878
|
+
"line": 227
|
|
15105
16879
|
},
|
|
15106
|
-
"name": "
|
|
16880
|
+
"name": "run",
|
|
15107
16881
|
"optional": true,
|
|
15108
16882
|
"type": {
|
|
15109
|
-
"
|
|
16883
|
+
"fqn": "projen.circleci.Run"
|
|
15110
16884
|
}
|
|
15111
|
-
}
|
|
16885
|
+
}
|
|
16886
|
+
],
|
|
16887
|
+
"symbolId": "src/circleci/model:StepRun"
|
|
16888
|
+
},
|
|
16889
|
+
"projen.circleci.Triggers": {
|
|
16890
|
+
"assembly": "projen",
|
|
16891
|
+
"datatype": true,
|
|
16892
|
+
"docs": {
|
|
16893
|
+
"remarks": "Default behavior is to trigger the workflow when pushing to a branch.",
|
|
16894
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#triggers",
|
|
16895
|
+
"stability": "experimental",
|
|
16896
|
+
"summary": "Specifies which triggers will cause this workflow to be executed."
|
|
16897
|
+
},
|
|
16898
|
+
"fqn": "projen.circleci.Triggers",
|
|
16899
|
+
"kind": "interface",
|
|
16900
|
+
"locationInModule": {
|
|
16901
|
+
"filename": "src/circleci/model.ts",
|
|
16902
|
+
"line": 106
|
|
16903
|
+
},
|
|
16904
|
+
"name": "Triggers",
|
|
16905
|
+
"namespace": "circleci",
|
|
16906
|
+
"properties": [
|
|
15112
16907
|
{
|
|
15113
16908
|
"abstract": true,
|
|
15114
16909
|
"docs": {
|
|
15115
|
-
"
|
|
15116
|
-
"stability": "experimental",
|
|
15117
|
-
"summary": "Import a specific Kubernetes spec version."
|
|
16910
|
+
"stability": "experimental"
|
|
15118
16911
|
},
|
|
15119
16912
|
"immutable": true,
|
|
15120
16913
|
"locationInModule": {
|
|
15121
|
-
"filename": "src/
|
|
15122
|
-
"line":
|
|
16914
|
+
"filename": "src/circleci/model.ts",
|
|
16915
|
+
"line": 107
|
|
15123
16916
|
},
|
|
15124
|
-
"name": "
|
|
16917
|
+
"name": "schedule",
|
|
15125
16918
|
"optional": true,
|
|
15126
16919
|
"type": {
|
|
15127
|
-
"
|
|
16920
|
+
"fqn": "projen.circleci.Schedule"
|
|
15128
16921
|
}
|
|
15129
16922
|
}
|
|
15130
16923
|
],
|
|
15131
|
-
"symbolId": "src/
|
|
16924
|
+
"symbolId": "src/circleci/model:Triggers"
|
|
15132
16925
|
},
|
|
15133
|
-
"projen.
|
|
16926
|
+
"projen.circleci.Workflow": {
|
|
15134
16927
|
"assembly": "projen",
|
|
15135
|
-
"
|
|
16928
|
+
"datatype": true,
|
|
15136
16929
|
"docs": {
|
|
15137
|
-
"
|
|
15138
|
-
|
|
15139
|
-
},
|
|
15140
|
-
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the CDK for Kubernetes (CDK8s), with a friendly workflow and\nautomatic publishing to the construct catalog.",
|
|
16930
|
+
"remarks": "Each workflow consists of the workflow name as a key and a map as a value.\nA name should be unique within the current config.yml.\nThe top-level keys for the Workflows configuration are version and jobs.",
|
|
16931
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#workflows",
|
|
15141
16932
|
"stability": "experimental",
|
|
15142
|
-
"summary": "
|
|
15143
|
-
},
|
|
15144
|
-
"fqn": "projen.cdk8s.ConstructLibraryCdk8s",
|
|
15145
|
-
"initializer": {
|
|
15146
|
-
"docs": {
|
|
15147
|
-
"stability": "experimental"
|
|
15148
|
-
},
|
|
15149
|
-
"locationInModule": {
|
|
15150
|
-
"filename": "src/cdk8s/cdk8s-construct.ts",
|
|
15151
|
-
"line": 82
|
|
15152
|
-
},
|
|
15153
|
-
"parameters": [
|
|
15154
|
-
{
|
|
15155
|
-
"name": "options",
|
|
15156
|
-
"type": {
|
|
15157
|
-
"fqn": "projen.cdk8s.ConstructLibraryCdk8sOptions"
|
|
15158
|
-
}
|
|
15159
|
-
}
|
|
15160
|
-
]
|
|
16933
|
+
"summary": "Used for orchestrating all jobs."
|
|
15161
16934
|
},
|
|
15162
|
-
"
|
|
16935
|
+
"fqn": "projen.circleci.Workflow",
|
|
16936
|
+
"kind": "interface",
|
|
15163
16937
|
"locationInModule": {
|
|
15164
|
-
"filename": "src/
|
|
15165
|
-
"line":
|
|
16938
|
+
"filename": "src/circleci/model.ts",
|
|
16939
|
+
"line": 19
|
|
15166
16940
|
},
|
|
15167
|
-
"name": "
|
|
15168
|
-
"namespace": "
|
|
16941
|
+
"name": "Workflow",
|
|
16942
|
+
"namespace": "circleci",
|
|
15169
16943
|
"properties": [
|
|
15170
16944
|
{
|
|
16945
|
+
"abstract": true,
|
|
15171
16946
|
"docs": {
|
|
15172
16947
|
"stability": "experimental",
|
|
15173
|
-
"summary": "
|
|
16948
|
+
"summary": "name of dynamic key *."
|
|
15174
16949
|
},
|
|
15175
16950
|
"immutable": true,
|
|
15176
16951
|
"locationInModule": {
|
|
15177
|
-
"filename": "src/
|
|
15178
|
-
"line":
|
|
16952
|
+
"filename": "src/circleci/model.ts",
|
|
16953
|
+
"line": 10
|
|
15179
16954
|
},
|
|
15180
|
-
"name": "
|
|
16955
|
+
"name": "identifier",
|
|
15181
16956
|
"type": {
|
|
15182
16957
|
"primitive": "string"
|
|
15183
16958
|
}
|
|
15184
16959
|
},
|
|
15185
16960
|
{
|
|
16961
|
+
"abstract": true,
|
|
16962
|
+
"docs": {
|
|
16963
|
+
"stability": "experimental"
|
|
16964
|
+
},
|
|
16965
|
+
"immutable": true,
|
|
16966
|
+
"locationInModule": {
|
|
16967
|
+
"filename": "src/circleci/model.ts",
|
|
16968
|
+
"line": 20
|
|
16969
|
+
},
|
|
16970
|
+
"name": "jobs",
|
|
16971
|
+
"optional": true,
|
|
16972
|
+
"type": {
|
|
16973
|
+
"collection": {
|
|
16974
|
+
"elementtype": {
|
|
16975
|
+
"fqn": "projen.circleci.WorkflowJob"
|
|
16976
|
+
},
|
|
16977
|
+
"kind": "array"
|
|
16978
|
+
}
|
|
16979
|
+
}
|
|
16980
|
+
},
|
|
16981
|
+
{
|
|
16982
|
+
"abstract": true,
|
|
16983
|
+
"docs": {
|
|
16984
|
+
"stability": "experimental"
|
|
16985
|
+
},
|
|
16986
|
+
"immutable": true,
|
|
16987
|
+
"locationInModule": {
|
|
16988
|
+
"filename": "src/circleci/model.ts",
|
|
16989
|
+
"line": 21
|
|
16990
|
+
},
|
|
16991
|
+
"name": "triggers",
|
|
16992
|
+
"optional": true,
|
|
16993
|
+
"type": {
|
|
16994
|
+
"collection": {
|
|
16995
|
+
"elementtype": {
|
|
16996
|
+
"fqn": "projen.circleci.Triggers"
|
|
16997
|
+
},
|
|
16998
|
+
"kind": "array"
|
|
16999
|
+
}
|
|
17000
|
+
}
|
|
17001
|
+
},
|
|
17002
|
+
{
|
|
17003
|
+
"abstract": true,
|
|
15186
17004
|
"docs": {
|
|
17005
|
+
"remarks": "Check Docu as reference",
|
|
17006
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#logic-statement-examples",
|
|
15187
17007
|
"stability": "experimental",
|
|
15188
|
-
"summary": "
|
|
17008
|
+
"summary": "when is too dynamic to be casted to interfaces."
|
|
15189
17009
|
},
|
|
15190
17010
|
"immutable": true,
|
|
15191
17011
|
"locationInModule": {
|
|
15192
|
-
"filename": "src/
|
|
15193
|
-
"line":
|
|
17012
|
+
"filename": "src/circleci/model.ts",
|
|
17013
|
+
"line": 25
|
|
15194
17014
|
},
|
|
15195
|
-
"name": "
|
|
17015
|
+
"name": "when",
|
|
17016
|
+
"optional": true,
|
|
15196
17017
|
"type": {
|
|
15197
|
-
"primitive": "
|
|
17018
|
+
"primitive": "any"
|
|
15198
17019
|
}
|
|
15199
17020
|
}
|
|
15200
17021
|
],
|
|
15201
|
-
"symbolId": "src/
|
|
17022
|
+
"symbolId": "src/circleci/model:Workflow"
|
|
15202
17023
|
},
|
|
15203
|
-
"projen.
|
|
17024
|
+
"projen.circleci.WorkflowJob": {
|
|
15204
17025
|
"assembly": "projen",
|
|
15205
17026
|
"datatype": true,
|
|
15206
17027
|
"docs": {
|
|
15207
|
-
"
|
|
17028
|
+
"remarks": "A Job can be created with {@link Job} or it can be provided by the orb",
|
|
17029
|
+
"see": "https://circleci.com/docs/2.0/configuration-reference/#jobs-in-workflow",
|
|
17030
|
+
"stability": "experimental",
|
|
17031
|
+
"summary": "A Job is part of Workflow."
|
|
15208
17032
|
},
|
|
15209
|
-
"fqn": "projen.
|
|
15210
|
-
"interfaces": [
|
|
15211
|
-
"projen.cdk.ConstructLibraryOptions"
|
|
15212
|
-
],
|
|
17033
|
+
"fqn": "projen.circleci.WorkflowJob",
|
|
15213
17034
|
"kind": "interface",
|
|
15214
17035
|
"locationInModule": {
|
|
15215
|
-
"filename": "src/
|
|
15216
|
-
"line":
|
|
17036
|
+
"filename": "src/circleci/model.ts",
|
|
17037
|
+
"line": 72
|
|
15217
17038
|
},
|
|
15218
|
-
"name": "
|
|
15219
|
-
"namespace": "
|
|
17039
|
+
"name": "WorkflowJob",
|
|
17040
|
+
"namespace": "circleci",
|
|
15220
17041
|
"properties": [
|
|
15221
17042
|
{
|
|
15222
17043
|
"abstract": true,
|
|
15223
17044
|
"docs": {
|
|
15224
|
-
"custom": {
|
|
15225
|
-
"featured": "true"
|
|
15226
|
-
},
|
|
15227
|
-
"default": "\"1.4.10\"",
|
|
15228
17045
|
"stability": "experimental",
|
|
15229
|
-
"summary": "
|
|
17046
|
+
"summary": "name of dynamic key *."
|
|
15230
17047
|
},
|
|
15231
17048
|
"immutable": true,
|
|
15232
17049
|
"locationInModule": {
|
|
15233
|
-
"filename": "src/
|
|
15234
|
-
"line":
|
|
17050
|
+
"filename": "src/circleci/model.ts",
|
|
17051
|
+
"line": 10
|
|
15235
17052
|
},
|
|
15236
|
-
"name": "
|
|
17053
|
+
"name": "identifier",
|
|
15237
17054
|
"type": {
|
|
15238
17055
|
"primitive": "string"
|
|
15239
17056
|
}
|
|
@@ -15241,332 +17058,186 @@
|
|
|
15241
17058
|
{
|
|
15242
17059
|
"abstract": true,
|
|
15243
17060
|
"docs": {
|
|
15244
|
-
"
|
|
15245
|
-
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
17061
|
+
"remarks": "The initial default name is org-global. Each context name must be unique.",
|
|
15246
17062
|
"stability": "experimental",
|
|
15247
|
-
"summary": "
|
|
17063
|
+
"summary": "The name of the context(s)."
|
|
15248
17064
|
},
|
|
15249
17065
|
"immutable": true,
|
|
15250
17066
|
"locationInModule": {
|
|
15251
|
-
"filename": "src/
|
|
15252
|
-
"line":
|
|
17067
|
+
"filename": "src/circleci/model.ts",
|
|
17068
|
+
"line": 78
|
|
15253
17069
|
},
|
|
15254
|
-
"name": "
|
|
17070
|
+
"name": "context",
|
|
15255
17071
|
"optional": true,
|
|
15256
17072
|
"type": {
|
|
15257
|
-
"
|
|
17073
|
+
"collection": {
|
|
17074
|
+
"elementtype": {
|
|
17075
|
+
"primitive": "string"
|
|
17076
|
+
},
|
|
17077
|
+
"kind": "array"
|
|
17078
|
+
}
|
|
15258
17079
|
}
|
|
15259
17080
|
},
|
|
15260
17081
|
{
|
|
15261
17082
|
"abstract": true,
|
|
15262
17083
|
"docs": {
|
|
15263
|
-
"default": "false",
|
|
15264
|
-
"remarks": "You can use this to prevent yarn to mix versions for your CDK8s package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
15265
17084
|
"stability": "experimental",
|
|
15266
|
-
"summary": "
|
|
17085
|
+
"summary": "Job Filters can have the key branches or tags."
|
|
15267
17086
|
},
|
|
15268
17087
|
"immutable": true,
|
|
15269
17088
|
"locationInModule": {
|
|
15270
|
-
"filename": "src/
|
|
15271
|
-
"line":
|
|
17089
|
+
"filename": "src/circleci/model.ts",
|
|
17090
|
+
"line": 82
|
|
15272
17091
|
},
|
|
15273
|
-
"name": "
|
|
17092
|
+
"name": "filter",
|
|
15274
17093
|
"optional": true,
|
|
15275
17094
|
"type": {
|
|
15276
|
-
"
|
|
17095
|
+
"fqn": "projen.circleci.Filter"
|
|
15277
17096
|
}
|
|
15278
17097
|
},
|
|
15279
17098
|
{
|
|
15280
17099
|
"abstract": true,
|
|
15281
17100
|
"docs": {
|
|
15282
|
-
"
|
|
15283
|
-
"stability": "experimental",
|
|
15284
|
-
"summary": "constructs verion."
|
|
17101
|
+
"stability": "experimental"
|
|
15285
17102
|
},
|
|
15286
17103
|
"immutable": true,
|
|
15287
17104
|
"locationInModule": {
|
|
15288
|
-
"filename": "src/
|
|
15289
|
-
"line":
|
|
17105
|
+
"filename": "src/circleci/model.ts",
|
|
17106
|
+
"line": 83
|
|
15290
17107
|
},
|
|
15291
|
-
"name": "
|
|
17108
|
+
"name": "matrix",
|
|
15292
17109
|
"optional": true,
|
|
15293
17110
|
"type": {
|
|
15294
|
-
"
|
|
17111
|
+
"fqn": "projen.circleci.Matrix"
|
|
15295
17112
|
}
|
|
15296
17113
|
},
|
|
15297
17114
|
{
|
|
15298
17115
|
"abstract": true,
|
|
15299
17116
|
"docs": {
|
|
15300
|
-
"
|
|
15301
|
-
"remarks": "You can use this to prevent yarn to mix versions for your consructs package and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
17117
|
+
"remarks": "Useful when calling a job multiple times",
|
|
15302
17118
|
"stability": "experimental",
|
|
15303
|
-
"summary": "
|
|
17119
|
+
"summary": "A replacement for the job name."
|
|
15304
17120
|
},
|
|
15305
17121
|
"immutable": true,
|
|
15306
17122
|
"locationInModule": {
|
|
15307
|
-
"filename": "src/
|
|
15308
|
-
"line":
|
|
17123
|
+
"filename": "src/circleci/model.ts",
|
|
17124
|
+
"line": 76
|
|
15309
17125
|
},
|
|
15310
|
-
"name": "
|
|
17126
|
+
"name": "name",
|
|
15311
17127
|
"optional": true,
|
|
15312
17128
|
"type": {
|
|
15313
|
-
"primitive": "
|
|
17129
|
+
"primitive": "string"
|
|
15314
17130
|
}
|
|
15315
17131
|
},
|
|
15316
17132
|
{
|
|
15317
17133
|
"abstract": true,
|
|
15318
17134
|
"docs": {
|
|
15319
|
-
"default": "true",
|
|
15320
17135
|
"stability": "experimental",
|
|
15321
|
-
"summary": "
|
|
17136
|
+
"summary": "Parameters passed to job when referencing a job from orb."
|
|
15322
17137
|
},
|
|
15323
17138
|
"immutable": true,
|
|
15324
17139
|
"locationInModule": {
|
|
15325
|
-
"filename": "src/
|
|
15326
|
-
"line":
|
|
17140
|
+
"filename": "src/circleci/model.ts",
|
|
17141
|
+
"line": 87
|
|
15327
17142
|
},
|
|
15328
|
-
"name": "
|
|
17143
|
+
"name": "orbParameters",
|
|
15329
17144
|
"optional": true,
|
|
15330
17145
|
"type": {
|
|
15331
|
-
"
|
|
15332
|
-
|
|
15333
|
-
|
|
15334
|
-
|
|
15335
|
-
|
|
15336
|
-
|
|
15337
|
-
|
|
15338
|
-
|
|
15339
|
-
|
|
15340
|
-
|
|
15341
|
-
|
|
15342
|
-
|
|
15343
|
-
|
|
15344
|
-
|
|
15345
|
-
|
|
15346
|
-
|
|
15347
|
-
|
|
15348
|
-
},
|
|
15349
|
-
"locationInModule": {
|
|
15350
|
-
"filename": "src/cdk8s/integration-test.ts",
|
|
15351
|
-
"line": 15
|
|
15352
|
-
},
|
|
15353
|
-
"parameters": [
|
|
15354
|
-
{
|
|
15355
|
-
"name": "project",
|
|
15356
|
-
"type": {
|
|
15357
|
-
"fqn": "projen.Project"
|
|
15358
|
-
}
|
|
15359
|
-
},
|
|
15360
|
-
{
|
|
15361
|
-
"name": "options",
|
|
15362
|
-
"type": {
|
|
15363
|
-
"fqn": "projen.cdk8s.IntegrationTestOptions"
|
|
17146
|
+
"collection": {
|
|
17147
|
+
"elementtype": {
|
|
17148
|
+
"union": {
|
|
17149
|
+
"types": [
|
|
17150
|
+
{
|
|
17151
|
+
"primitive": "string"
|
|
17152
|
+
},
|
|
17153
|
+
{
|
|
17154
|
+
"primitive": "number"
|
|
17155
|
+
},
|
|
17156
|
+
{
|
|
17157
|
+
"primitive": "boolean"
|
|
17158
|
+
}
|
|
17159
|
+
]
|
|
17160
|
+
}
|
|
17161
|
+
},
|
|
17162
|
+
"kind": "map"
|
|
15364
17163
|
}
|
|
15365
17164
|
}
|
|
15366
|
-
]
|
|
15367
|
-
},
|
|
15368
|
-
"kind": "class",
|
|
15369
|
-
"locationInModule": {
|
|
15370
|
-
"filename": "src/cdk8s/integration-test.ts",
|
|
15371
|
-
"line": 14
|
|
15372
|
-
},
|
|
15373
|
-
"name": "IntegrationTest",
|
|
15374
|
-
"namespace": "cdk8s",
|
|
15375
|
-
"symbolId": "src/cdk8s/integration-test:IntegrationTest"
|
|
15376
|
-
},
|
|
15377
|
-
"projen.cdk8s.IntegrationTestAutoDiscover": {
|
|
15378
|
-
"assembly": "projen",
|
|
15379
|
-
"base": "projen.cdk.IntegrationTestAutoDiscoverBase",
|
|
15380
|
-
"docs": {
|
|
15381
|
-
"stability": "experimental",
|
|
15382
|
-
"summary": "Discovers and creates integration tests from files in the test root."
|
|
15383
|
-
},
|
|
15384
|
-
"fqn": "projen.cdk8s.IntegrationTestAutoDiscover",
|
|
15385
|
-
"initializer": {
|
|
15386
|
-
"docs": {
|
|
15387
|
-
"stability": "experimental"
|
|
15388
|
-
},
|
|
15389
|
-
"locationInModule": {
|
|
15390
|
-
"filename": "src/cdk8s/auto-discover.ts",
|
|
15391
|
-
"line": 48
|
|
15392
17165
|
},
|
|
15393
|
-
"parameters": [
|
|
15394
|
-
{
|
|
15395
|
-
"name": "project",
|
|
15396
|
-
"type": {
|
|
15397
|
-
"fqn": "projen.Project"
|
|
15398
|
-
}
|
|
15399
|
-
},
|
|
15400
|
-
{
|
|
15401
|
-
"name": "options",
|
|
15402
|
-
"type": {
|
|
15403
|
-
"fqn": "projen.cdk8s.IntegrationTestAutoDiscoverOptions"
|
|
15404
|
-
}
|
|
15405
|
-
}
|
|
15406
|
-
]
|
|
15407
|
-
},
|
|
15408
|
-
"kind": "class",
|
|
15409
|
-
"locationInModule": {
|
|
15410
|
-
"filename": "src/cdk8s/auto-discover.ts",
|
|
15411
|
-
"line": 47
|
|
15412
|
-
},
|
|
15413
|
-
"name": "IntegrationTestAutoDiscover",
|
|
15414
|
-
"namespace": "cdk8s",
|
|
15415
|
-
"symbolId": "src/cdk8s/auto-discover:IntegrationTestAutoDiscover"
|
|
15416
|
-
},
|
|
15417
|
-
"projen.cdk8s.IntegrationTestAutoDiscoverOptions": {
|
|
15418
|
-
"assembly": "projen",
|
|
15419
|
-
"datatype": true,
|
|
15420
|
-
"docs": {
|
|
15421
|
-
"stability": "experimental"
|
|
15422
|
-
},
|
|
15423
|
-
"fqn": "projen.cdk8s.IntegrationTestAutoDiscoverOptions",
|
|
15424
|
-
"interfaces": [
|
|
15425
|
-
"projen.cdk.IntegrationTestAutoDiscoverBaseOptions"
|
|
15426
|
-
],
|
|
15427
|
-
"kind": "interface",
|
|
15428
|
-
"locationInModule": {
|
|
15429
|
-
"filename": "src/cdk8s/auto-discover.ts",
|
|
15430
|
-
"line": 36
|
|
15431
|
-
},
|
|
15432
|
-
"name": "IntegrationTestAutoDiscoverOptions",
|
|
15433
|
-
"namespace": "cdk8s",
|
|
15434
|
-
"properties": [
|
|
15435
17166
|
{
|
|
15436
17167
|
"abstract": true,
|
|
15437
17168
|
"docs": {
|
|
15438
17169
|
"stability": "experimental",
|
|
15439
|
-
"summary": "
|
|
17170
|
+
"summary": "Parameters for making a job explicitly configurable in a workflow."
|
|
15440
17171
|
},
|
|
15441
17172
|
"immutable": true,
|
|
15442
17173
|
"locationInModule": {
|
|
15443
|
-
"filename": "src/
|
|
15444
|
-
"line":
|
|
17174
|
+
"filename": "src/circleci/model.ts",
|
|
17175
|
+
"line": 85
|
|
15445
17176
|
},
|
|
15446
|
-
"name": "
|
|
17177
|
+
"name": "parameters",
|
|
17178
|
+
"optional": true,
|
|
15447
17179
|
"type": {
|
|
15448
|
-
"
|
|
15449
|
-
|
|
15450
|
-
|
|
15451
|
-
|
|
15452
|
-
|
|
15453
|
-
|
|
15454
|
-
|
|
15455
|
-
|
|
15456
|
-
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
15461
|
-
|
|
15462
|
-
|
|
15463
|
-
|
|
15464
|
-
|
|
15465
|
-
"kind": "interface",
|
|
15466
|
-
"locationInModule": {
|
|
15467
|
-
"filename": "src/cdk8s/integration-test.ts",
|
|
15468
|
-
"line": 9
|
|
15469
|
-
},
|
|
15470
|
-
"name": "IntegrationTestOptions",
|
|
15471
|
-
"namespace": "cdk8s",
|
|
15472
|
-
"symbolId": "src/cdk8s/integration-test:IntegrationTestOptions"
|
|
15473
|
-
},
|
|
15474
|
-
"projen.cdktf.ConstructLibraryCdktf": {
|
|
15475
|
-
"assembly": "projen",
|
|
15476
|
-
"base": "projen.cdk.ConstructLibrary",
|
|
15477
|
-
"docs": {
|
|
15478
|
-
"custom": {
|
|
15479
|
-
"pjid": "cdktf-construct"
|
|
15480
|
-
},
|
|
15481
|
-
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the CDK for Terraform (CDKTF), with a friendly workflow and\nautomatic publishing to the construct catalog.",
|
|
15482
|
-
"stability": "experimental",
|
|
15483
|
-
"summary": "CDKTF construct library project."
|
|
15484
|
-
},
|
|
15485
|
-
"fqn": "projen.cdktf.ConstructLibraryCdktf",
|
|
15486
|
-
"initializer": {
|
|
15487
|
-
"docs": {
|
|
15488
|
-
"stability": "experimental"
|
|
15489
|
-
},
|
|
15490
|
-
"locationInModule": {
|
|
15491
|
-
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15492
|
-
"line": 29
|
|
15493
|
-
},
|
|
15494
|
-
"parameters": [
|
|
15495
|
-
{
|
|
15496
|
-
"name": "options",
|
|
15497
|
-
"type": {
|
|
15498
|
-
"fqn": "projen.cdktf.ConstructLibraryCdktfOptions"
|
|
17180
|
+
"collection": {
|
|
17181
|
+
"elementtype": {
|
|
17182
|
+
"union": {
|
|
17183
|
+
"types": [
|
|
17184
|
+
{
|
|
17185
|
+
"primitive": "string"
|
|
17186
|
+
},
|
|
17187
|
+
{
|
|
17188
|
+
"primitive": "number"
|
|
17189
|
+
},
|
|
17190
|
+
{
|
|
17191
|
+
"primitive": "boolean"
|
|
17192
|
+
}
|
|
17193
|
+
]
|
|
17194
|
+
}
|
|
17195
|
+
},
|
|
17196
|
+
"kind": "map"
|
|
15499
17197
|
}
|
|
15500
17198
|
}
|
|
15501
|
-
|
|
15502
|
-
},
|
|
15503
|
-
"kind": "class",
|
|
15504
|
-
"locationInModule": {
|
|
15505
|
-
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15506
|
-
"line": 28
|
|
15507
|
-
},
|
|
15508
|
-
"name": "ConstructLibraryCdktf",
|
|
15509
|
-
"namespace": "cdktf",
|
|
15510
|
-
"symbolId": "src/cdktf/cdktf-construct:ConstructLibraryCdktf"
|
|
15511
|
-
},
|
|
15512
|
-
"projen.cdktf.ConstructLibraryCdktfOptions": {
|
|
15513
|
-
"assembly": "projen",
|
|
15514
|
-
"datatype": true,
|
|
15515
|
-
"docs": {
|
|
15516
|
-
"stability": "experimental"
|
|
15517
|
-
},
|
|
15518
|
-
"fqn": "projen.cdktf.ConstructLibraryCdktfOptions",
|
|
15519
|
-
"interfaces": [
|
|
15520
|
-
"projen.cdk.ConstructLibraryOptions"
|
|
15521
|
-
],
|
|
15522
|
-
"kind": "interface",
|
|
15523
|
-
"locationInModule": {
|
|
15524
|
-
"filename": "src/cdktf/cdktf-construct.ts",
|
|
15525
|
-
"line": 4
|
|
15526
|
-
},
|
|
15527
|
-
"name": "ConstructLibraryCdktfOptions",
|
|
15528
|
-
"namespace": "cdktf",
|
|
15529
|
-
"properties": [
|
|
17199
|
+
},
|
|
15530
17200
|
{
|
|
15531
17201
|
"abstract": true,
|
|
15532
17202
|
"docs": {
|
|
15533
|
-
"custom": {
|
|
15534
|
-
"featured": "true"
|
|
15535
|
-
},
|
|
15536
|
-
"default": "\"^0.8.3\"",
|
|
15537
17203
|
"stability": "experimental",
|
|
15538
|
-
"summary": "
|
|
17204
|
+
"summary": "A list of jobs that must succeed for the job to start."
|
|
15539
17205
|
},
|
|
15540
17206
|
"immutable": true,
|
|
15541
17207
|
"locationInModule": {
|
|
15542
|
-
"filename": "src/
|
|
15543
|
-
"line":
|
|
17208
|
+
"filename": "src/circleci/model.ts",
|
|
17209
|
+
"line": 74
|
|
15544
17210
|
},
|
|
15545
|
-
"name": "
|
|
17211
|
+
"name": "requires",
|
|
17212
|
+
"optional": true,
|
|
15546
17213
|
"type": {
|
|
15547
|
-
"
|
|
17214
|
+
"collection": {
|
|
17215
|
+
"elementtype": {
|
|
17216
|
+
"primitive": "string"
|
|
17217
|
+
},
|
|
17218
|
+
"kind": "array"
|
|
17219
|
+
}
|
|
15548
17220
|
}
|
|
15549
17221
|
},
|
|
15550
17222
|
{
|
|
15551
17223
|
"abstract": true,
|
|
15552
17224
|
"docs": {
|
|
15553
|
-
"default": "\"^10.0.12\"",
|
|
15554
17225
|
"stability": "experimental",
|
|
15555
|
-
"summary": "
|
|
17226
|
+
"summary": "A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed."
|
|
15556
17227
|
},
|
|
15557
17228
|
"immutable": true,
|
|
15558
17229
|
"locationInModule": {
|
|
15559
|
-
"filename": "src/
|
|
15560
|
-
"line":
|
|
17230
|
+
"filename": "src/circleci/model.ts",
|
|
17231
|
+
"line": 80
|
|
15561
17232
|
},
|
|
15562
|
-
"name": "
|
|
17233
|
+
"name": "type",
|
|
15563
17234
|
"optional": true,
|
|
15564
17235
|
"type": {
|
|
15565
|
-
"
|
|
17236
|
+
"fqn": "projen.circleci.JobType"
|
|
15566
17237
|
}
|
|
15567
17238
|
}
|
|
15568
17239
|
],
|
|
15569
|
-
"symbolId": "src/
|
|
17240
|
+
"symbolId": "src/circleci/model:WorkflowJob"
|
|
15570
17241
|
},
|
|
15571
17242
|
"projen.github.AutoApprove": {
|
|
15572
17243
|
"assembly": "projen",
|
|
@@ -43786,7 +45457,7 @@
|
|
|
43786
45457
|
},
|
|
43787
45458
|
"locationInModule": {
|
|
43788
45459
|
"filename": "src/typescript/typescript.ts",
|
|
43789
|
-
"line":
|
|
45460
|
+
"line": 487
|
|
43790
45461
|
},
|
|
43791
45462
|
"parameters": [
|
|
43792
45463
|
{
|
|
@@ -43800,7 +45471,7 @@
|
|
|
43800
45471
|
"kind": "class",
|
|
43801
45472
|
"locationInModule": {
|
|
43802
45473
|
"filename": "src/typescript/typescript.ts",
|
|
43803
|
-
"line":
|
|
45474
|
+
"line": 486
|
|
43804
45475
|
},
|
|
43805
45476
|
"name": "TypeScriptAppProject",
|
|
43806
45477
|
"namespace": "typescript",
|
|
@@ -43834,7 +45505,7 @@
|
|
|
43834
45505
|
"kind": "class",
|
|
43835
45506
|
"locationInModule": {
|
|
43836
45507
|
"filename": "src/typescript/typescript.ts",
|
|
43837
|
-
"line":
|
|
45508
|
+
"line": 501
|
|
43838
45509
|
},
|
|
43839
45510
|
"name": "TypeScriptLibraryProject",
|
|
43840
45511
|
"namespace": "typescript",
|
|
@@ -43854,7 +45525,7 @@
|
|
|
43854
45525
|
"kind": "interface",
|
|
43855
45526
|
"locationInModule": {
|
|
43856
45527
|
"filename": "src/typescript/typescript.ts",
|
|
43857
|
-
"line":
|
|
45528
|
+
"line": 506
|
|
43858
45529
|
},
|
|
43859
45530
|
"name": "TypeScriptLibraryProjectOptions",
|
|
43860
45531
|
"namespace": "typescript",
|
|
@@ -46207,6 +47878,6 @@
|
|
|
46207
47878
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
46208
47879
|
}
|
|
46209
47880
|
},
|
|
46210
|
-
"version": "0.58.
|
|
46211
|
-
"fingerprint": "
|
|
47881
|
+
"version": "0.58.12",
|
|
47882
|
+
"fingerprint": "hnwOoT5zmhfw6fcnby5vrLW28e5fmuMTsPo4GzBd3mc="
|
|
46212
47883
|
}
|