@pulumiverse/scaleway 1.49.0-alpha.1778567130 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/container.d.ts +215 -71
- package/container.d.ts.map +1 -1
- package/container.js +81 -47
- package/container.js.map +1 -1
- package/containerCron.d.ts +3 -0
- package/containerCron.d.ts.map +1 -1
- package/containerCron.js +3 -0
- package/containerCron.js.map +1 -1
- package/containerDomain.d.ts +17 -16
- package/containerDomain.d.ts.map +1 -1
- package/containerDomain.js +11 -14
- package/containerDomain.js.map +1 -1
- package/containerNamespace.d.ts +16 -33
- package/containerNamespace.d.ts.map +1 -1
- package/containerNamespace.js +1 -4
- package/containerNamespace.js.map +1 -1
- package/containerToken.d.ts +6 -6
- package/containerTrigger.d.ts +84 -6
- package/containerTrigger.d.ts.map +1 -1
- package/containerTrigger.js +51 -6
- package/containerTrigger.js.map +1 -1
- package/containers/container.d.ts +215 -71
- package/containers/container.d.ts.map +1 -1
- package/containers/container.js +81 -47
- package/containers/container.js.map +1 -1
- package/containers/cron.d.ts +3 -0
- package/containers/cron.d.ts.map +1 -1
- package/containers/cron.js +3 -0
- package/containers/cron.js.map +1 -1
- package/containers/domain.d.ts +17 -16
- package/containers/domain.d.ts.map +1 -1
- package/containers/domain.js +11 -14
- package/containers/domain.js.map +1 -1
- package/containers/getContainer.d.ts +53 -17
- package/containers/getContainer.d.ts.map +1 -1
- package/containers/getContainer.js.map +1 -1
- package/containers/getNamespace.d.ts +2 -3
- package/containers/getNamespace.d.ts.map +1 -1
- package/containers/getNamespace.js.map +1 -1
- package/containers/namespace.d.ts +16 -33
- package/containers/namespace.d.ts.map +1 -1
- package/containers/namespace.js +1 -4
- package/containers/namespace.js.map +1 -1
- package/containers/token.d.ts +6 -6
- package/containers/trigger.d.ts +84 -6
- package/containers/trigger.d.ts.map +1 -1
- package/containers/trigger.js +51 -6
- package/containers/trigger.js.map +1 -1
- package/datawarehouse/deployment.d.ts +12 -0
- package/datawarehouse/deployment.d.ts.map +1 -1
- package/datawarehouse/deployment.js +2 -0
- package/datawarehouse/deployment.js.map +1 -1
- package/function.d.ts +0 -6
- package/function.d.ts.map +1 -1
- package/function.js.map +1 -1
- package/functionNamespace.d.ts +0 -24
- package/functionNamespace.d.ts.map +1 -1
- package/functionNamespace.js +0 -2
- package/functionNamespace.js.map +1 -1
- package/functions/function.d.ts +0 -6
- package/functions/function.d.ts.map +1 -1
- package/functions/function.js.map +1 -1
- package/functions/getNamespace.d.ts +0 -1
- package/functions/getNamespace.d.ts.map +1 -1
- package/functions/getNamespace.js.map +1 -1
- package/functions/namespace.d.ts +0 -24
- package/functions/namespace.d.ts.map +1 -1
- package/functions/namespace.js +0 -2
- package/functions/namespace.js.map +1 -1
- package/getContainer.d.ts +53 -17
- package/getContainer.d.ts.map +1 -1
- package/getContainer.js.map +1 -1
- package/getContainerNamespace.d.ts +2 -3
- package/getContainerNamespace.d.ts.map +1 -1
- package/getContainerNamespace.js.map +1 -1
- package/getFunctionNamespace.d.ts +0 -1
- package/getFunctionNamespace.d.ts.map +1 -1
- package/getFunctionNamespace.js.map +1 -1
- package/iam/getScim.d.ts +73 -0
- package/iam/getScim.d.ts.map +1 -0
- package/iam/getScim.js +81 -0
- package/iam/getScim.js.map +1 -0
- package/iam/index.d.ts +6 -0
- package/iam/index.d.ts.map +1 -1
- package/iam/index.js +9 -1
- package/iam/index.js.map +1 -1
- package/iam/scim.d.ts +80 -0
- package/iam/scim.d.ts.map +1 -0
- package/iam/scim.js +97 -0
- package/iam/scim.js.map +1 -0
- package/package.json +2 -2
- package/types/input.d.ts +248 -28
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +370 -30
- package/types/output.d.ts.map +1 -1
package/container.d.ts
CHANGED
|
@@ -10,33 +10,29 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
+
* ### Basic
|
|
14
|
+
*
|
|
13
15
|
* ```typescript
|
|
14
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
17
|
* import * as scaleway from "@pulumiverse/scaleway";
|
|
16
18
|
*
|
|
17
|
-
* const main = new scaleway.containers.Namespace("main", {
|
|
18
|
-
* name: "my-ns-test",
|
|
19
|
-
* description: "test container",
|
|
20
|
-
* });
|
|
19
|
+
* const main = new scaleway.containers.Namespace("main", {});
|
|
21
20
|
* const mainContainer = new scaleway.containers.Container("main", {
|
|
22
|
-
* name: "my-container
|
|
23
|
-
* description: "
|
|
21
|
+
* name: "my-container",
|
|
22
|
+
* description: "This container has a description.",
|
|
24
23
|
* tags: [
|
|
25
24
|
* "tag1",
|
|
26
25
|
* "tag2",
|
|
27
26
|
* ],
|
|
28
27
|
* namespaceId: main.id,
|
|
29
|
-
*
|
|
30
|
-
* port:
|
|
28
|
+
* image: "nginx:latest",
|
|
29
|
+
* port: 80,
|
|
31
30
|
* cpuLimit: 1024,
|
|
32
|
-
*
|
|
31
|
+
* memoryLimitBytes: 2048000000,
|
|
33
32
|
* minScale: 3,
|
|
34
33
|
* maxScale: 5,
|
|
35
34
|
* timeout: 600,
|
|
36
|
-
* maxConcurrency: 80,
|
|
37
|
-
* privacy: "private",
|
|
38
35
|
* protocol: "http1",
|
|
39
|
-
* deploy: true,
|
|
40
36
|
* commands: [
|
|
41
37
|
* "bash",
|
|
42
38
|
* "-c",
|
|
@@ -55,36 +51,32 @@ import * as outputs from "./types/output";
|
|
|
55
51
|
* });
|
|
56
52
|
* ```
|
|
57
53
|
*
|
|
54
|
+
* ### Redeploy the container everytime an update is made
|
|
55
|
+
*
|
|
58
56
|
* ```typescript
|
|
59
57
|
* import * as pulumi from "@pulumi/pulumi";
|
|
60
58
|
* import * as scaleway from "@pulumiverse/scaleway";
|
|
59
|
+
* import * as std from "@pulumi/std";
|
|
61
60
|
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
* name: "default",
|
|
65
|
-
* });
|
|
66
|
-
* // IAM resources
|
|
67
|
-
* const containerAuth = new scaleway.iam.Application("container_auth", {name: "container-auth"});
|
|
68
|
-
* const accessPrivateContainers = new scaleway.iam.Policy("access_private_containers", {
|
|
69
|
-
* applicationId: containerAuth.id,
|
|
70
|
-
* rules: [{
|
|
71
|
-
* projectIds: [_default.then(_default => _default.id)],
|
|
72
|
-
* permissionSetNames: ["ContainersPrivateAccess"],
|
|
73
|
-
* }],
|
|
61
|
+
* const main = scaleway.registry.getNamespace({
|
|
62
|
+
* name: "my-registry",
|
|
74
63
|
* });
|
|
75
|
-
* const
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
64
|
+
* const mainGetImage = main.then(main => scaleway.registry.getImage({
|
|
65
|
+
* namespaceId: main.id,
|
|
66
|
+
* name: "nginx-1-29-2-alpine",
|
|
67
|
+
* }));
|
|
68
|
+
* const mainNamespace = new scaleway.containers.Namespace("main", {});
|
|
69
|
+
* const mainContainer = new scaleway.containers.Container("main", {
|
|
70
|
+
* name: "my-container",
|
|
71
|
+
* namespaceId: mainNamespace.id,
|
|
72
|
+
* image: Promise.all([main, mainGetImage, mainGetImage]).then(([main, mainGetImage, mainGetImage1]) => `${main.endpoint}/${mainGetImage.name}:${mainGetImage1.tags?.[0]}`),
|
|
73
|
+
* port: 80,
|
|
74
|
+
* registrySha256: std.timestamp({}).result,
|
|
83
75
|
* });
|
|
84
|
-
* export const secretKey = apiKey.secretKey;
|
|
85
|
-
* export const containerEndpoint = privateContainer.domainName;
|
|
86
76
|
* ```
|
|
87
77
|
*
|
|
78
|
+
* ### Redeploy the container when the image changes
|
|
79
|
+
*
|
|
88
80
|
* ```typescript
|
|
89
81
|
* import * as pulumi from "@pulumi/pulumi";
|
|
90
82
|
* import * as scaleway from "@pulumiverse/scaleway";
|
|
@@ -107,11 +99,41 @@ import * as outputs from "./types/output";
|
|
|
107
99
|
* const mainContainer = new scaleway.containers.Container("main", {
|
|
108
100
|
* name: "nginx-latest",
|
|
109
101
|
* namespaceId: mainNamespace.id,
|
|
110
|
-
*
|
|
111
|
-
* registrySha256: nginxLatest.apply(nginxLatest => nginxLatest.digest),
|
|
102
|
+
* image: pulumi.all([nginx, nginxLatest]).apply(([nginx, nginxLatest]) => `${mainScalewayRegistryNamespace.endpoint}/${nginx.name}:${nginxLatest.name}`),
|
|
112
103
|
* port: 80,
|
|
113
|
-
*
|
|
104
|
+
* registrySha256: nginxLatest.apply(nginxLatest => nginxLatest.digest),
|
|
105
|
+
* });
|
|
106
|
+
* ```
|
|
107
|
+
*
|
|
108
|
+
* ### Managing authentication of private containers with IAM
|
|
109
|
+
*
|
|
110
|
+
* ```typescript
|
|
111
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
112
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
113
|
+
*
|
|
114
|
+
* // Project to be referenced in the IAM policy
|
|
115
|
+
* const _default = scaleway.account.getProject({
|
|
116
|
+
* name: "default",
|
|
117
|
+
* });
|
|
118
|
+
* // IAM resources
|
|
119
|
+
* const containerAuth = new scaleway.iam.Application("container_auth", {name: "container-auth"});
|
|
120
|
+
* const accessPrivateContainers = new scaleway.iam.Policy("access_private_containers", {
|
|
121
|
+
* applicationId: containerAuth.id,
|
|
122
|
+
* rules: [{
|
|
123
|
+
* projectIds: [_default.then(_default => _default.id)],
|
|
124
|
+
* permissionSetNames: ["ContainersPrivateAccess"],
|
|
125
|
+
* }],
|
|
114
126
|
* });
|
|
127
|
+
* const apiKey = new scaleway.iam.ApiKey("api_key", {applicationId: containerAuth.id});
|
|
128
|
+
* // Container resources
|
|
129
|
+
* const _private = new scaleway.containers.Namespace("private", {name: "private-container-namespace"});
|
|
130
|
+
* const privateContainer = new scaleway.containers.Container("private", {
|
|
131
|
+
* namespaceId: _private.id,
|
|
132
|
+
* image: "rg.fr-par.scw.cloud/my-registry-ns/my-image:latest",
|
|
133
|
+
* privacy: "private",
|
|
134
|
+
* });
|
|
135
|
+
* export const secretKey = apiKey.secretKey;
|
|
136
|
+
* export const containerEndpoint = privateContainer.domainName;
|
|
115
137
|
* ```
|
|
116
138
|
*
|
|
117
139
|
* ## Protocols
|
|
@@ -137,7 +159,7 @@ import * as outputs from "./types/output";
|
|
|
137
159
|
*
|
|
138
160
|
* You can determine the computing resources to allocate to each container.
|
|
139
161
|
*
|
|
140
|
-
* The `
|
|
162
|
+
* The `memoryLimitBytes` must correspond with the right amount of vCPU. Refer to the table below to determine the right memory/vCPU combination.
|
|
141
163
|
*
|
|
142
164
|
* | Memory (in MB) | vCPU |
|
|
143
165
|
* |----------------|------|
|
|
@@ -168,15 +190,16 @@ import * as outputs from "./types/output";
|
|
|
168
190
|
* import * as scaleway from "@pulumiverse/scaleway";
|
|
169
191
|
*
|
|
170
192
|
* const main = new scaleway.containers.Container("main", {
|
|
171
|
-
* name: "my-container
|
|
193
|
+
* name: "my-container",
|
|
172
194
|
* namespaceId: mainScalewayContainerNamespace.id,
|
|
173
|
-
*
|
|
174
|
-
*
|
|
195
|
+
* livenessProbe: {
|
|
196
|
+
* http: {
|
|
175
197
|
* path: "/ping",
|
|
176
|
-
* }
|
|
198
|
+
* },
|
|
177
199
|
* failureThreshold: 40,
|
|
178
200
|
* interval: "5s",
|
|
179
|
-
*
|
|
201
|
+
* timeout: "1m",
|
|
202
|
+
* },
|
|
180
203
|
* });
|
|
181
204
|
* ```
|
|
182
205
|
*
|
|
@@ -188,7 +211,6 @@ import * as outputs from "./types/output";
|
|
|
188
211
|
*
|
|
189
212
|
* Scaling option block configuration allows you to choose which parameter will scale up/down containers.
|
|
190
213
|
* Options are number of concurrent requests, CPU or memory usage.
|
|
191
|
-
* It replaces current `maxConcurrency` that has been deprecated.
|
|
192
214
|
*
|
|
193
215
|
* Example:
|
|
194
216
|
*
|
|
@@ -252,6 +274,10 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
252
274
|
readonly cronStatus: pulumi.Output<string>;
|
|
253
275
|
/**
|
|
254
276
|
* Boolean indicating whether the container is in a production environment.
|
|
277
|
+
*
|
|
278
|
+
* > **Important:** Containers are now automatically deployed and redeployed; setting this attribute will not have any effect.
|
|
279
|
+
*
|
|
280
|
+
* @deprecated Containers are now automatically deployed or redeployed; setting this attribute will not have any effect.
|
|
255
281
|
*/
|
|
256
282
|
readonly deploy: pulumi.Output<boolean | undefined>;
|
|
257
283
|
/**
|
|
@@ -260,6 +286,8 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
260
286
|
readonly description: pulumi.Output<string | undefined>;
|
|
261
287
|
/**
|
|
262
288
|
* The native domain name of the container
|
|
289
|
+
*
|
|
290
|
+
* @deprecated This attribute will be removed in the future, please use publicEndpoint instead
|
|
263
291
|
*/
|
|
264
292
|
readonly domainName: pulumi.Output<string>;
|
|
265
293
|
/**
|
|
@@ -274,42 +302,70 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
274
302
|
readonly errorMessage: pulumi.Output<string>;
|
|
275
303
|
/**
|
|
276
304
|
* Health check configuration block of the container.
|
|
305
|
+
*
|
|
306
|
+
* @deprecated Please use livenessProbe instead
|
|
277
307
|
*/
|
|
278
308
|
readonly healthChecks: pulumi.Output<outputs.ContainerHealthCheck[]>;
|
|
279
309
|
/**
|
|
280
310
|
* Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
|
|
311
|
+
*
|
|
312
|
+
* > **Important:** Only one of `httpsConnectionsOnly` or `httpOption` can be set at a time.
|
|
313
|
+
*
|
|
314
|
+
* @deprecated Please use httpsConnectionsOnly instead
|
|
315
|
+
*/
|
|
316
|
+
readonly httpOption: pulumi.Output<string>;
|
|
317
|
+
/**
|
|
318
|
+
* Allows both HTTP and HTTPS (`false`) or redirect HTTP to HTTPS (`true`). Defaults to `false`.
|
|
319
|
+
*/
|
|
320
|
+
readonly httpsConnectionsOnly: pulumi.Output<boolean>;
|
|
321
|
+
/**
|
|
322
|
+
* The image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
323
|
+
*/
|
|
324
|
+
readonly image: pulumi.Output<string>;
|
|
325
|
+
/**
|
|
326
|
+
* Defines how to check if the container is running.
|
|
281
327
|
*/
|
|
282
|
-
readonly
|
|
328
|
+
readonly livenessProbe: pulumi.Output<outputs.ContainerLivenessProbe>;
|
|
283
329
|
/**
|
|
284
330
|
* Local storage limit of the container (in MB)
|
|
331
|
+
*
|
|
332
|
+
* > **Important:** Only one of `localStorageLimitBytes` or `localStorageLimit` can be set at a time.
|
|
333
|
+
*
|
|
334
|
+
* @deprecated Please use localStorageLimitBytes instead
|
|
285
335
|
*/
|
|
286
336
|
readonly localStorageLimit: pulumi.Output<number>;
|
|
287
337
|
/**
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
* @deprecated Use scaling_option.concurrent_requests_threshold instead. This attribute will be removed.
|
|
338
|
+
* Local storage limit of the container (in bytes).
|
|
291
339
|
*/
|
|
292
|
-
readonly
|
|
340
|
+
readonly localStorageLimitBytes: pulumi.Output<number>;
|
|
293
341
|
/**
|
|
294
342
|
* The maximum number of instances this container can scale to.
|
|
295
343
|
*/
|
|
296
344
|
readonly maxScale: pulumi.Output<number>;
|
|
297
345
|
/**
|
|
298
346
|
* The memory resources in MB to allocate to each container.
|
|
347
|
+
*
|
|
348
|
+
* > **Important:** Only one of `memoryLimit` or `memoryLimitBytes` can be set at a time.
|
|
349
|
+
*
|
|
350
|
+
* @deprecated Please use memoryLimitBytes instead
|
|
299
351
|
*/
|
|
300
352
|
readonly memoryLimit: pulumi.Output<number>;
|
|
353
|
+
/**
|
|
354
|
+
* The memory resources in bytes to allocate to each container.
|
|
355
|
+
*/
|
|
356
|
+
readonly memoryLimitBytes: pulumi.Output<number>;
|
|
301
357
|
/**
|
|
302
358
|
* The minimum number of container instances running continuously.
|
|
303
359
|
*/
|
|
304
360
|
readonly minScale: pulumi.Output<number>;
|
|
305
361
|
/**
|
|
306
362
|
* The unique name of the container name.
|
|
363
|
+
*
|
|
364
|
+
* > **Important** Updating the `name` argument will recreate the container.
|
|
307
365
|
*/
|
|
308
366
|
readonly name: pulumi.Output<string>;
|
|
309
367
|
/**
|
|
310
368
|
* The Containers namespace ID of the container.
|
|
311
|
-
*
|
|
312
|
-
* > **Important** Updating the `name` argument will recreate the container.
|
|
313
369
|
*/
|
|
314
370
|
readonly namespaceId: pulumi.Output<string>;
|
|
315
371
|
/**
|
|
@@ -323,8 +379,6 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
323
379
|
/**
|
|
324
380
|
* The ID of the Private Network the container is connected to.
|
|
325
381
|
*
|
|
326
|
-
* > **Important** This feature is currently in beta and requires a namespace with VPC integration activated by setting the `activateVpcIntegration` attribute to `true`.
|
|
327
|
-
*
|
|
328
382
|
* Note that if you want to use your own configuration, you must consult our configuration [restrictions](https://www.scaleway.com/en/docs/serverless-containers/reference-content/containers-limitations/#configuration-restrictions) section.
|
|
329
383
|
*/
|
|
330
384
|
readonly privateNetworkId: pulumi.Output<string | undefined>;
|
|
@@ -332,12 +386,20 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
332
386
|
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`.
|
|
333
387
|
*/
|
|
334
388
|
readonly protocol: pulumi.Output<string | undefined>;
|
|
389
|
+
/**
|
|
390
|
+
* The native domain name of the container
|
|
391
|
+
*/
|
|
392
|
+
readonly publicEndpoint: pulumi.Output<string>;
|
|
335
393
|
/**
|
|
336
394
|
* (Defaults to provider `region`) The region in which the container was created.
|
|
337
395
|
*/
|
|
338
396
|
readonly region: pulumi.Output<string | undefined>;
|
|
339
397
|
/**
|
|
340
398
|
* The registry image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
399
|
+
*
|
|
400
|
+
* - > **Important:** Exactly one of `image` or `registryImage` must be set.
|
|
401
|
+
*
|
|
402
|
+
* @deprecated Please use image instead
|
|
341
403
|
*/
|
|
342
404
|
readonly registryImage: pulumi.Output<string>;
|
|
343
405
|
/**
|
|
@@ -358,6 +420,10 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
358
420
|
readonly secretEnvironmentVariables: pulumi.Output<{
|
|
359
421
|
[key: string]: string;
|
|
360
422
|
} | undefined>;
|
|
423
|
+
/**
|
|
424
|
+
* Defines how to check if the container has started successfully.
|
|
425
|
+
*/
|
|
426
|
+
readonly startupProbe: pulumi.Output<outputs.ContainerStartupProbe | undefined>;
|
|
361
427
|
/**
|
|
362
428
|
* The container status.
|
|
363
429
|
*/
|
|
@@ -402,6 +468,10 @@ export interface ContainerState {
|
|
|
402
468
|
cronStatus?: pulumi.Input<string | undefined>;
|
|
403
469
|
/**
|
|
404
470
|
* Boolean indicating whether the container is in a production environment.
|
|
471
|
+
*
|
|
472
|
+
* > **Important:** Containers are now automatically deployed and redeployed; setting this attribute will not have any effect.
|
|
473
|
+
*
|
|
474
|
+
* @deprecated Containers are now automatically deployed or redeployed; setting this attribute will not have any effect.
|
|
405
475
|
*/
|
|
406
476
|
deploy?: pulumi.Input<boolean | undefined>;
|
|
407
477
|
/**
|
|
@@ -410,6 +480,8 @@ export interface ContainerState {
|
|
|
410
480
|
description?: pulumi.Input<string | undefined>;
|
|
411
481
|
/**
|
|
412
482
|
* The native domain name of the container
|
|
483
|
+
*
|
|
484
|
+
* @deprecated This attribute will be removed in the future, please use publicEndpoint instead
|
|
413
485
|
*/
|
|
414
486
|
domainName?: pulumi.Input<string | undefined>;
|
|
415
487
|
/**
|
|
@@ -424,42 +496,70 @@ export interface ContainerState {
|
|
|
424
496
|
errorMessage?: pulumi.Input<string | undefined>;
|
|
425
497
|
/**
|
|
426
498
|
* Health check configuration block of the container.
|
|
499
|
+
*
|
|
500
|
+
* @deprecated Please use livenessProbe instead
|
|
427
501
|
*/
|
|
428
502
|
healthChecks?: pulumi.Input<pulumi.Input<inputs.ContainerHealthCheck>[] | undefined>;
|
|
429
503
|
/**
|
|
430
504
|
* Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
|
|
505
|
+
*
|
|
506
|
+
* > **Important:** Only one of `httpsConnectionsOnly` or `httpOption` can be set at a time.
|
|
507
|
+
*
|
|
508
|
+
* @deprecated Please use httpsConnectionsOnly instead
|
|
431
509
|
*/
|
|
432
510
|
httpOption?: pulumi.Input<string | undefined>;
|
|
511
|
+
/**
|
|
512
|
+
* Allows both HTTP and HTTPS (`false`) or redirect HTTP to HTTPS (`true`). Defaults to `false`.
|
|
513
|
+
*/
|
|
514
|
+
httpsConnectionsOnly?: pulumi.Input<boolean | undefined>;
|
|
515
|
+
/**
|
|
516
|
+
* The image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
517
|
+
*/
|
|
518
|
+
image?: pulumi.Input<string | undefined>;
|
|
519
|
+
/**
|
|
520
|
+
* Defines how to check if the container is running.
|
|
521
|
+
*/
|
|
522
|
+
livenessProbe?: pulumi.Input<inputs.ContainerLivenessProbe | undefined>;
|
|
433
523
|
/**
|
|
434
524
|
* Local storage limit of the container (in MB)
|
|
525
|
+
*
|
|
526
|
+
* > **Important:** Only one of `localStorageLimitBytes` or `localStorageLimit` can be set at a time.
|
|
527
|
+
*
|
|
528
|
+
* @deprecated Please use localStorageLimitBytes instead
|
|
435
529
|
*/
|
|
436
530
|
localStorageLimit?: pulumi.Input<number | undefined>;
|
|
437
531
|
/**
|
|
438
|
-
*
|
|
439
|
-
*
|
|
440
|
-
* @deprecated Use scaling_option.concurrent_requests_threshold instead. This attribute will be removed.
|
|
532
|
+
* Local storage limit of the container (in bytes).
|
|
441
533
|
*/
|
|
442
|
-
|
|
534
|
+
localStorageLimitBytes?: pulumi.Input<number | undefined>;
|
|
443
535
|
/**
|
|
444
536
|
* The maximum number of instances this container can scale to.
|
|
445
537
|
*/
|
|
446
538
|
maxScale?: pulumi.Input<number | undefined>;
|
|
447
539
|
/**
|
|
448
540
|
* The memory resources in MB to allocate to each container.
|
|
541
|
+
*
|
|
542
|
+
* > **Important:** Only one of `memoryLimit` or `memoryLimitBytes` can be set at a time.
|
|
543
|
+
*
|
|
544
|
+
* @deprecated Please use memoryLimitBytes instead
|
|
449
545
|
*/
|
|
450
546
|
memoryLimit?: pulumi.Input<number | undefined>;
|
|
547
|
+
/**
|
|
548
|
+
* The memory resources in bytes to allocate to each container.
|
|
549
|
+
*/
|
|
550
|
+
memoryLimitBytes?: pulumi.Input<number | undefined>;
|
|
451
551
|
/**
|
|
452
552
|
* The minimum number of container instances running continuously.
|
|
453
553
|
*/
|
|
454
554
|
minScale?: pulumi.Input<number | undefined>;
|
|
455
555
|
/**
|
|
456
556
|
* The unique name of the container name.
|
|
557
|
+
*
|
|
558
|
+
* > **Important** Updating the `name` argument will recreate the container.
|
|
457
559
|
*/
|
|
458
560
|
name?: pulumi.Input<string | undefined>;
|
|
459
561
|
/**
|
|
460
562
|
* The Containers namespace ID of the container.
|
|
461
|
-
*
|
|
462
|
-
* > **Important** Updating the `name` argument will recreate the container.
|
|
463
563
|
*/
|
|
464
564
|
namespaceId?: pulumi.Input<string | undefined>;
|
|
465
565
|
/**
|
|
@@ -473,8 +573,6 @@ export interface ContainerState {
|
|
|
473
573
|
/**
|
|
474
574
|
* The ID of the Private Network the container is connected to.
|
|
475
575
|
*
|
|
476
|
-
* > **Important** This feature is currently in beta and requires a namespace with VPC integration activated by setting the `activateVpcIntegration` attribute to `true`.
|
|
477
|
-
*
|
|
478
576
|
* Note that if you want to use your own configuration, you must consult our configuration [restrictions](https://www.scaleway.com/en/docs/serverless-containers/reference-content/containers-limitations/#configuration-restrictions) section.
|
|
479
577
|
*/
|
|
480
578
|
privateNetworkId?: pulumi.Input<string | undefined>;
|
|
@@ -482,12 +580,20 @@ export interface ContainerState {
|
|
|
482
580
|
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`.
|
|
483
581
|
*/
|
|
484
582
|
protocol?: pulumi.Input<string | undefined>;
|
|
583
|
+
/**
|
|
584
|
+
* The native domain name of the container
|
|
585
|
+
*/
|
|
586
|
+
publicEndpoint?: pulumi.Input<string | undefined>;
|
|
485
587
|
/**
|
|
486
588
|
* (Defaults to provider `region`) The region in which the container was created.
|
|
487
589
|
*/
|
|
488
590
|
region?: pulumi.Input<string | undefined>;
|
|
489
591
|
/**
|
|
490
592
|
* The registry image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
593
|
+
*
|
|
594
|
+
* - > **Important:** Exactly one of `image` or `registryImage` must be set.
|
|
595
|
+
*
|
|
596
|
+
* @deprecated Please use image instead
|
|
491
597
|
*/
|
|
492
598
|
registryImage?: pulumi.Input<string | undefined>;
|
|
493
599
|
/**
|
|
@@ -508,6 +614,10 @@ export interface ContainerState {
|
|
|
508
614
|
secretEnvironmentVariables?: pulumi.Input<{
|
|
509
615
|
[key: string]: pulumi.Input<string>;
|
|
510
616
|
} | undefined>;
|
|
617
|
+
/**
|
|
618
|
+
* Defines how to check if the container has started successfully.
|
|
619
|
+
*/
|
|
620
|
+
startupProbe?: pulumi.Input<inputs.ContainerStartupProbe | undefined>;
|
|
511
621
|
/**
|
|
512
622
|
* The container status.
|
|
513
623
|
*/
|
|
@@ -539,6 +649,10 @@ export interface ContainerArgs {
|
|
|
539
649
|
cpuLimit?: pulumi.Input<number | undefined>;
|
|
540
650
|
/**
|
|
541
651
|
* Boolean indicating whether the container is in a production environment.
|
|
652
|
+
*
|
|
653
|
+
* > **Important:** Containers are now automatically deployed and redeployed; setting this attribute will not have any effect.
|
|
654
|
+
*
|
|
655
|
+
* @deprecated Containers are now automatically deployed or redeployed; setting this attribute will not have any effect.
|
|
542
656
|
*/
|
|
543
657
|
deploy?: pulumi.Input<boolean | undefined>;
|
|
544
658
|
/**
|
|
@@ -553,42 +667,70 @@ export interface ContainerArgs {
|
|
|
553
667
|
} | undefined>;
|
|
554
668
|
/**
|
|
555
669
|
* Health check configuration block of the container.
|
|
670
|
+
*
|
|
671
|
+
* @deprecated Please use livenessProbe instead
|
|
556
672
|
*/
|
|
557
673
|
healthChecks?: pulumi.Input<pulumi.Input<inputs.ContainerHealthCheck>[] | undefined>;
|
|
558
674
|
/**
|
|
559
675
|
* Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
|
|
676
|
+
*
|
|
677
|
+
* > **Important:** Only one of `httpsConnectionsOnly` or `httpOption` can be set at a time.
|
|
678
|
+
*
|
|
679
|
+
* @deprecated Please use httpsConnectionsOnly instead
|
|
560
680
|
*/
|
|
561
681
|
httpOption?: pulumi.Input<string | undefined>;
|
|
682
|
+
/**
|
|
683
|
+
* Allows both HTTP and HTTPS (`false`) or redirect HTTP to HTTPS (`true`). Defaults to `false`.
|
|
684
|
+
*/
|
|
685
|
+
httpsConnectionsOnly?: pulumi.Input<boolean | undefined>;
|
|
686
|
+
/**
|
|
687
|
+
* The image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
688
|
+
*/
|
|
689
|
+
image?: pulumi.Input<string | undefined>;
|
|
690
|
+
/**
|
|
691
|
+
* Defines how to check if the container is running.
|
|
692
|
+
*/
|
|
693
|
+
livenessProbe?: pulumi.Input<inputs.ContainerLivenessProbe | undefined>;
|
|
562
694
|
/**
|
|
563
695
|
* Local storage limit of the container (in MB)
|
|
696
|
+
*
|
|
697
|
+
* > **Important:** Only one of `localStorageLimitBytes` or `localStorageLimit` can be set at a time.
|
|
698
|
+
*
|
|
699
|
+
* @deprecated Please use localStorageLimitBytes instead
|
|
564
700
|
*/
|
|
565
701
|
localStorageLimit?: pulumi.Input<number | undefined>;
|
|
566
702
|
/**
|
|
567
|
-
*
|
|
568
|
-
*
|
|
569
|
-
* @deprecated Use scaling_option.concurrent_requests_threshold instead. This attribute will be removed.
|
|
703
|
+
* Local storage limit of the container (in bytes).
|
|
570
704
|
*/
|
|
571
|
-
|
|
705
|
+
localStorageLimitBytes?: pulumi.Input<number | undefined>;
|
|
572
706
|
/**
|
|
573
707
|
* The maximum number of instances this container can scale to.
|
|
574
708
|
*/
|
|
575
709
|
maxScale?: pulumi.Input<number | undefined>;
|
|
576
710
|
/**
|
|
577
711
|
* The memory resources in MB to allocate to each container.
|
|
712
|
+
*
|
|
713
|
+
* > **Important:** Only one of `memoryLimit` or `memoryLimitBytes` can be set at a time.
|
|
714
|
+
*
|
|
715
|
+
* @deprecated Please use memoryLimitBytes instead
|
|
578
716
|
*/
|
|
579
717
|
memoryLimit?: pulumi.Input<number | undefined>;
|
|
718
|
+
/**
|
|
719
|
+
* The memory resources in bytes to allocate to each container.
|
|
720
|
+
*/
|
|
721
|
+
memoryLimitBytes?: pulumi.Input<number | undefined>;
|
|
580
722
|
/**
|
|
581
723
|
* The minimum number of container instances running continuously.
|
|
582
724
|
*/
|
|
583
725
|
minScale?: pulumi.Input<number | undefined>;
|
|
584
726
|
/**
|
|
585
727
|
* The unique name of the container name.
|
|
728
|
+
*
|
|
729
|
+
* > **Important** Updating the `name` argument will recreate the container.
|
|
586
730
|
*/
|
|
587
731
|
name?: pulumi.Input<string | undefined>;
|
|
588
732
|
/**
|
|
589
733
|
* The Containers namespace ID of the container.
|
|
590
|
-
*
|
|
591
|
-
* > **Important** Updating the `name` argument will recreate the container.
|
|
592
734
|
*/
|
|
593
735
|
namespaceId: pulumi.Input<string>;
|
|
594
736
|
/**
|
|
@@ -602,8 +744,6 @@ export interface ContainerArgs {
|
|
|
602
744
|
/**
|
|
603
745
|
* The ID of the Private Network the container is connected to.
|
|
604
746
|
*
|
|
605
|
-
* > **Important** This feature is currently in beta and requires a namespace with VPC integration activated by setting the `activateVpcIntegration` attribute to `true`.
|
|
606
|
-
*
|
|
607
747
|
* Note that if you want to use your own configuration, you must consult our configuration [restrictions](https://www.scaleway.com/en/docs/serverless-containers/reference-content/containers-limitations/#configuration-restrictions) section.
|
|
608
748
|
*/
|
|
609
749
|
privateNetworkId?: pulumi.Input<string | undefined>;
|
|
@@ -617,6 +757,10 @@ export interface ContainerArgs {
|
|
|
617
757
|
region?: pulumi.Input<string | undefined>;
|
|
618
758
|
/**
|
|
619
759
|
* The registry image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
760
|
+
*
|
|
761
|
+
* - > **Important:** Exactly one of `image` or `registryImage` must be set.
|
|
762
|
+
*
|
|
763
|
+
* @deprecated Please use image instead
|
|
620
764
|
*/
|
|
621
765
|
registryImage?: pulumi.Input<string | undefined>;
|
|
622
766
|
/**
|
|
@@ -638,9 +782,9 @@ export interface ContainerArgs {
|
|
|
638
782
|
[key: string]: pulumi.Input<string>;
|
|
639
783
|
} | undefined>;
|
|
640
784
|
/**
|
|
641
|
-
*
|
|
785
|
+
* Defines how to check if the container has started successfully.
|
|
642
786
|
*/
|
|
643
|
-
|
|
787
|
+
startupProbe?: pulumi.Input<inputs.ContainerStartupProbe | undefined>;
|
|
644
788
|
/**
|
|
645
789
|
* The list of tags associated with the container.
|
|
646
790
|
*/
|
package/container.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../container.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C
|
|
1
|
+
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../container.ts"],"names":[],"mappings":"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"}
|