|
45 | 45 | "description": "The name of the application in the Cloud Foundry environment to be deployed for this module, based on the module name.",
|
46 | 46 | "type": "string"
|
47 | 47 | },
|
| 48 | + "apply-namespace": { |
| 49 | + "description": "Apply namespace to application name.", |
| 50 | + "type": "boolean" |
| 51 | + }, |
48 | 52 | "buildpack": {
|
49 | 53 | "description": "The name or the URL of a custom buildpack required by the application.",
|
50 | 54 | "type": "string"
|
|
185 | 189 | "description": "Use this parameter to define which prebuilt root file system (rootfs) you want to use.",
|
186 | 190 | "type": "string"
|
187 | 191 | },
|
| 192 | + "stage-timeout": { |
| 193 | + "description": "Defines how long, in seconds, your application can take during staging before the MTA operation times out.", |
| 194 | + "type": "number", |
| 195 | + "minimum": 0 |
| 196 | + }, |
| 197 | + "start-timeout": { |
| 198 | + "description": "Defines how long, in seconds, your application can take to start before the MTA operation times out.", |
| 199 | + "type": "number", |
| 200 | + "minimum": 0 |
| 201 | + }, |
188 | 202 | "tasks": {
|
189 | 203 | "$ref": "#/definitions/module-parameters-tasks",
|
190 | 204 | "description": "Specify tasks, which are available for execution in the current droplet of the application. Also provide use of environment variables which are specified with the env scope."
|
191 | 205 | },
|
| 206 | + "task-execution-timeout": { |
| 207 | + "description": "Defines how long, in seconds, your application can take to execute a task before the MTA operation times out.", |
| 208 | + "type": "number", |
| 209 | + "minimum": 0 |
| 210 | + }, |
192 | 211 | "upload-timeout": {
|
193 |
| - "description": "The application upload timeout in seconds.", |
| 212 | + "description": "Defines how long, in seconds, you can upload your application binary before the MTA operation times out.", |
194 | 213 | "type": "number",
|
195 | 214 | "minimum": 0
|
196 | 215 | }
|
|
235 | 254 | "type": "boolean"
|
236 | 255 | },
|
237 | 256 | "apply-namespace": {
|
| 257 | + "description": "Apply namespace to application routes.", |
238 | 258 | "type": "boolean"
|
239 | 259 | }
|
240 | 260 | }
|
|
358 | 378 | "content-target": {
|
359 | 379 | "description": "Specify that the resource would be used as a target for the module content deployment.",
|
360 | 380 | "type": "boolean"
|
| 381 | + }, |
| 382 | + "binding-name": { |
| 383 | + "description": "Provide a binding name for the association between an application and a service instance.", |
| 384 | + "type": "string" |
361 | 385 | }
|
362 | 386 | }
|
363 | 387 | },
|
|
486 | 510 | }
|
487 | 511 | ]
|
488 | 512 | },
|
| 513 | + "apply-namespace": { |
| 514 | + "description": "Apply namespace to service name.", |
| 515 | + "type": "boolean" |
| 516 | + }, |
489 | 517 | "service-key-name": {
|
490 | 518 | "description": "Used when consuming an existing service key. Specifies the name of the service key. See Consumption of existing service keys for more information.",
|
491 | 519 | "type": "string"
|
|
0 commit comments