@pulumi/linode 4.29.0-alpha.1730180469 → 4.29.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/linode",
3
- "version": "4.29.0-alpha.1730180469",
3
+ "version": "4.29.0",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "linode",
26
- "version": "4.29.0-alpha.1730180469"
26
+ "version": "4.29.0"
27
27
  }
28
28
  }
package/provider.d.ts CHANGED
@@ -11,6 +11,10 @@ export declare class Provider extends pulumi.ProviderResource {
11
11
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
12
12
  */
13
13
  static isInstance(obj: any): obj is Provider;
14
+ /**
15
+ * The path to a Linode API CA file to trust.
16
+ */
17
+ readonly apiCaPath: pulumi.Output<string | undefined>;
14
18
  /**
15
19
  * The version of Linode API.
16
20
  */
@@ -56,6 +60,10 @@ export declare class Provider extends pulumi.ProviderResource {
56
60
  * The set of arguments for constructing a Provider resource.
57
61
  */
58
62
  export interface ProviderArgs {
63
+ /**
64
+ * The path to a Linode API CA file to trust.
65
+ */
66
+ apiCaPath?: pulumi.Input<string>;
59
67
  /**
60
68
  * The version of Linode API.
61
69
  */
package/provider.js CHANGED
@@ -34,6 +34,7 @@ class Provider extends pulumi.ProviderResource {
34
34
  let resourceInputs = {};
35
35
  opts = opts || {};
36
36
  {
37
+ resourceInputs["apiCaPath"] = args ? args.apiCaPath : undefined;
37
38
  resourceInputs["apiVersion"] = (_a = (args ? args.apiVersion : undefined)) !== null && _a !== void 0 ? _a : utilities.getEnv("LINODE_API_VERSION");
38
39
  resourceInputs["configPath"] = args ? args.configPath : undefined;
39
40
  resourceInputs["configProfile"] = args ? args.configProfile : undefined;
package/provider.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -2144,6 +2144,276 @@ export interface GetLkeClustersLkeClusterControlPlaneArgs {
2144
2144
  */
2145
2145
  highAvailability?: pulumi.Input<boolean>;
2146
2146
  }
2147
+ export interface GetLkeTypesFilter {
2148
+ /**
2149
+ * The type of comparison to use for this filter.
2150
+ */
2151
+ matchBy?: string;
2152
+ /**
2153
+ * The name of the attribute to filter on.
2154
+ */
2155
+ name: string;
2156
+ /**
2157
+ * The value(s) to be used in the filter.
2158
+ */
2159
+ values: string[];
2160
+ }
2161
+ export interface GetLkeTypesFilterArgs {
2162
+ /**
2163
+ * The type of comparison to use for this filter.
2164
+ */
2165
+ matchBy?: pulumi.Input<string>;
2166
+ /**
2167
+ * The name of the attribute to filter on.
2168
+ */
2169
+ name: pulumi.Input<string>;
2170
+ /**
2171
+ * The value(s) to be used in the filter.
2172
+ */
2173
+ values: pulumi.Input<pulumi.Input<string>[]>;
2174
+ }
2175
+ export interface GetLkeTypesType {
2176
+ /**
2177
+ * The unique ID assigned to this LKE Type.
2178
+ */
2179
+ id: string;
2180
+ /**
2181
+ * The LKE Type's label.
2182
+ */
2183
+ label?: string;
2184
+ /**
2185
+ * Cost in US dollars, broken down into hourly and monthly charges.
2186
+ */
2187
+ prices?: inputs.GetLkeTypesTypePrice[];
2188
+ /**
2189
+ * A list of region-specific prices for this LKE Type.
2190
+ */
2191
+ regionPrices?: inputs.GetLkeTypesTypeRegionPrice[];
2192
+ /**
2193
+ * The monthly outbound transfer amount, in MB.
2194
+ */
2195
+ transfer?: number;
2196
+ }
2197
+ export interface GetLkeTypesTypeArgs {
2198
+ /**
2199
+ * The unique ID assigned to this LKE Type.
2200
+ */
2201
+ id: pulumi.Input<string>;
2202
+ /**
2203
+ * The LKE Type's label.
2204
+ */
2205
+ label?: pulumi.Input<string>;
2206
+ /**
2207
+ * Cost in US dollars, broken down into hourly and monthly charges.
2208
+ */
2209
+ prices?: pulumi.Input<pulumi.Input<inputs.GetLkeTypesTypePriceArgs>[]>;
2210
+ /**
2211
+ * A list of region-specific prices for this LKE Type.
2212
+ */
2213
+ regionPrices?: pulumi.Input<pulumi.Input<inputs.GetLkeTypesTypeRegionPriceArgs>[]>;
2214
+ /**
2215
+ * The monthly outbound transfer amount, in MB.
2216
+ */
2217
+ transfer?: pulumi.Input<number>;
2218
+ }
2219
+ export interface GetLkeTypesTypePrice {
2220
+ hourly: number;
2221
+ monthly: number;
2222
+ }
2223
+ export interface GetLkeTypesTypePriceArgs {
2224
+ hourly: pulumi.Input<number>;
2225
+ monthly: pulumi.Input<number>;
2226
+ }
2227
+ export interface GetLkeTypesTypeRegionPrice {
2228
+ hourly: number;
2229
+ id: string;
2230
+ monthly: number;
2231
+ }
2232
+ export interface GetLkeTypesTypeRegionPriceArgs {
2233
+ hourly: pulumi.Input<number>;
2234
+ id: pulumi.Input<string>;
2235
+ monthly: pulumi.Input<number>;
2236
+ }
2237
+ export interface GetNbTypesFilter {
2238
+ /**
2239
+ * The type of comparison to use for this filter.
2240
+ */
2241
+ matchBy?: string;
2242
+ /**
2243
+ * The name of the attribute to filter on.
2244
+ */
2245
+ name: string;
2246
+ /**
2247
+ * The value(s) to be used in the filter.
2248
+ */
2249
+ values: string[];
2250
+ }
2251
+ export interface GetNbTypesFilterArgs {
2252
+ /**
2253
+ * The type of comparison to use for this filter.
2254
+ */
2255
+ matchBy?: pulumi.Input<string>;
2256
+ /**
2257
+ * The name of the attribute to filter on.
2258
+ */
2259
+ name: pulumi.Input<string>;
2260
+ /**
2261
+ * The value(s) to be used in the filter.
2262
+ */
2263
+ values: pulumi.Input<pulumi.Input<string>[]>;
2264
+ }
2265
+ export interface GetNbTypesType {
2266
+ /**
2267
+ * The unique ID assigned to this Node Balancer Type.
2268
+ */
2269
+ id: string;
2270
+ /**
2271
+ * The Node Balancer Type's label.
2272
+ */
2273
+ label?: string;
2274
+ /**
2275
+ * Cost in US dollars, broken down into hourly and monthly charges.
2276
+ */
2277
+ prices?: inputs.GetNbTypesTypePrice[];
2278
+ /**
2279
+ * A list of region-specific prices for this Node Balancer Type.
2280
+ */
2281
+ regionPrices?: inputs.GetNbTypesTypeRegionPrice[];
2282
+ /**
2283
+ * The monthly outbound transfer amount, in MB.
2284
+ */
2285
+ transfer?: number;
2286
+ }
2287
+ export interface GetNbTypesTypeArgs {
2288
+ /**
2289
+ * The unique ID assigned to this Node Balancer Type.
2290
+ */
2291
+ id: pulumi.Input<string>;
2292
+ /**
2293
+ * The Node Balancer Type's label.
2294
+ */
2295
+ label?: pulumi.Input<string>;
2296
+ /**
2297
+ * Cost in US dollars, broken down into hourly and monthly charges.
2298
+ */
2299
+ prices?: pulumi.Input<pulumi.Input<inputs.GetNbTypesTypePriceArgs>[]>;
2300
+ /**
2301
+ * A list of region-specific prices for this Node Balancer Type.
2302
+ */
2303
+ regionPrices?: pulumi.Input<pulumi.Input<inputs.GetNbTypesTypeRegionPriceArgs>[]>;
2304
+ /**
2305
+ * The monthly outbound transfer amount, in MB.
2306
+ */
2307
+ transfer?: pulumi.Input<number>;
2308
+ }
2309
+ export interface GetNbTypesTypePrice {
2310
+ hourly: number;
2311
+ monthly: number;
2312
+ }
2313
+ export interface GetNbTypesTypePriceArgs {
2314
+ hourly: pulumi.Input<number>;
2315
+ monthly: pulumi.Input<number>;
2316
+ }
2317
+ export interface GetNbTypesTypeRegionPrice {
2318
+ hourly: number;
2319
+ id: string;
2320
+ monthly: number;
2321
+ }
2322
+ export interface GetNbTypesTypeRegionPriceArgs {
2323
+ hourly: pulumi.Input<number>;
2324
+ id: pulumi.Input<string>;
2325
+ monthly: pulumi.Input<number>;
2326
+ }
2327
+ export interface GetNetworkTransferPricesFilter {
2328
+ /**
2329
+ * The type of comparison to use for this filter.
2330
+ */
2331
+ matchBy?: string;
2332
+ /**
2333
+ * The name of the attribute to filter on.
2334
+ */
2335
+ name: string;
2336
+ /**
2337
+ * The value(s) to be used in the filter.
2338
+ */
2339
+ values: string[];
2340
+ }
2341
+ export interface GetNetworkTransferPricesFilterArgs {
2342
+ /**
2343
+ * The type of comparison to use for this filter.
2344
+ */
2345
+ matchBy?: pulumi.Input<string>;
2346
+ /**
2347
+ * The name of the attribute to filter on.
2348
+ */
2349
+ name: pulumi.Input<string>;
2350
+ /**
2351
+ * The value(s) to be used in the filter.
2352
+ */
2353
+ values: pulumi.Input<pulumi.Input<string>[]>;
2354
+ }
2355
+ export interface GetNetworkTransferPricesType {
2356
+ /**
2357
+ * The unique ID assigned to this Network Transfer Price.
2358
+ */
2359
+ id: string;
2360
+ /**
2361
+ * The Network Transfer Price's label.
2362
+ */
2363
+ label?: string;
2364
+ /**
2365
+ * Cost in US dollars, broken down into hourly and monthly charges.
2366
+ */
2367
+ prices?: inputs.GetNetworkTransferPricesTypePrice[];
2368
+ /**
2369
+ * A list of region-specific prices for this Network Transfer Price.
2370
+ */
2371
+ regionPrices?: inputs.GetNetworkTransferPricesTypeRegionPrice[];
2372
+ /**
2373
+ * The monthly outbound transfer amount, in MB.
2374
+ */
2375
+ transfer?: number;
2376
+ }
2377
+ export interface GetNetworkTransferPricesTypeArgs {
2378
+ /**
2379
+ * The unique ID assigned to this Network Transfer Price.
2380
+ */
2381
+ id: pulumi.Input<string>;
2382
+ /**
2383
+ * The Network Transfer Price's label.
2384
+ */
2385
+ label?: pulumi.Input<string>;
2386
+ /**
2387
+ * Cost in US dollars, broken down into hourly and monthly charges.
2388
+ */
2389
+ prices?: pulumi.Input<pulumi.Input<inputs.GetNetworkTransferPricesTypePriceArgs>[]>;
2390
+ /**
2391
+ * A list of region-specific prices for this Network Transfer Price.
2392
+ */
2393
+ regionPrices?: pulumi.Input<pulumi.Input<inputs.GetNetworkTransferPricesTypeRegionPriceArgs>[]>;
2394
+ /**
2395
+ * The monthly outbound transfer amount, in MB.
2396
+ */
2397
+ transfer?: pulumi.Input<number>;
2398
+ }
2399
+ export interface GetNetworkTransferPricesTypePrice {
2400
+ hourly: number;
2401
+ monthly: number;
2402
+ }
2403
+ export interface GetNetworkTransferPricesTypePriceArgs {
2404
+ hourly: pulumi.Input<number>;
2405
+ monthly: pulumi.Input<number>;
2406
+ }
2407
+ export interface GetNetworkTransferPricesTypeRegionPrice {
2408
+ hourly: number;
2409
+ id: string;
2410
+ monthly: number;
2411
+ }
2412
+ export interface GetNetworkTransferPricesTypeRegionPriceArgs {
2413
+ hourly: pulumi.Input<number>;
2414
+ id: pulumi.Input<string>;
2415
+ monthly: pulumi.Input<number>;
2416
+ }
2147
2417
  export interface GetNodeBalancerFirewall {
2148
2418
  /**
2149
2419
  * When this firewall was created.
@@ -4064,6 +4334,96 @@ export interface GetVlansVlanArgs {
4064
4334
  */
4065
4335
  region?: pulumi.Input<string>;
4066
4336
  }
4337
+ export interface GetVolumeTypesFilter {
4338
+ /**
4339
+ * The type of comparison to use for this filter.
4340
+ */
4341
+ matchBy?: string;
4342
+ /**
4343
+ * The name of the attribute to filter on.
4344
+ */
4345
+ name: string;
4346
+ /**
4347
+ * The value(s) to be used in the filter.
4348
+ */
4349
+ values: string[];
4350
+ }
4351
+ export interface GetVolumeTypesFilterArgs {
4352
+ /**
4353
+ * The type of comparison to use for this filter.
4354
+ */
4355
+ matchBy?: pulumi.Input<string>;
4356
+ /**
4357
+ * The name of the attribute to filter on.
4358
+ */
4359
+ name: pulumi.Input<string>;
4360
+ /**
4361
+ * The value(s) to be used in the filter.
4362
+ */
4363
+ values: pulumi.Input<pulumi.Input<string>[]>;
4364
+ }
4365
+ export interface GetVolumeTypesType {
4366
+ /**
4367
+ * The unique ID assigned to this Volume Type.
4368
+ */
4369
+ id: string;
4370
+ /**
4371
+ * The Volume Type's label.
4372
+ */
4373
+ label?: string;
4374
+ /**
4375
+ * Cost in US dollars, broken down into hourly and monthly charges.
4376
+ */
4377
+ prices?: inputs.GetVolumeTypesTypePrice[];
4378
+ /**
4379
+ * A list of region-specific prices for this Volume Type.
4380
+ */
4381
+ regionPrices?: inputs.GetVolumeTypesTypeRegionPrice[];
4382
+ /**
4383
+ * The monthly outbound transfer amount, in MB.
4384
+ */
4385
+ transfer?: number;
4386
+ }
4387
+ export interface GetVolumeTypesTypeArgs {
4388
+ /**
4389
+ * The unique ID assigned to this Volume Type.
4390
+ */
4391
+ id: pulumi.Input<string>;
4392
+ /**
4393
+ * The Volume Type's label.
4394
+ */
4395
+ label?: pulumi.Input<string>;
4396
+ /**
4397
+ * Cost in US dollars, broken down into hourly and monthly charges.
4398
+ */
4399
+ prices?: pulumi.Input<pulumi.Input<inputs.GetVolumeTypesTypePriceArgs>[]>;
4400
+ /**
4401
+ * A list of region-specific prices for this Volume Type.
4402
+ */
4403
+ regionPrices?: pulumi.Input<pulumi.Input<inputs.GetVolumeTypesTypeRegionPriceArgs>[]>;
4404
+ /**
4405
+ * The monthly outbound transfer amount, in MB.
4406
+ */
4407
+ transfer?: pulumi.Input<number>;
4408
+ }
4409
+ export interface GetVolumeTypesTypePrice {
4410
+ hourly: number;
4411
+ monthly: number;
4412
+ }
4413
+ export interface GetVolumeTypesTypePriceArgs {
4414
+ hourly: pulumi.Input<number>;
4415
+ monthly: pulumi.Input<number>;
4416
+ }
4417
+ export interface GetVolumeTypesTypeRegionPrice {
4418
+ hourly: number;
4419
+ id: string;
4420
+ monthly: number;
4421
+ }
4422
+ export interface GetVolumeTypesTypeRegionPriceArgs {
4423
+ hourly: pulumi.Input<number>;
4424
+ id: pulumi.Input<string>;
4425
+ monthly: pulumi.Input<number>;
4426
+ }
4067
4427
  export interface GetVolumesFilter {
4068
4428
  /**
4069
4429
  * The method to match the field by. (`exact`, `regex`, `substring`; default `exact`)
@@ -4097,6 +4457,10 @@ export interface GetVolumesVolume {
4097
4457
  * When this Volume was created.
4098
4458
  */
4099
4459
  created?: string;
4460
+ /**
4461
+ * Whether Block Storage Disk Encryption is enabled or disabled on this Volume. Note: Block Storage Disk Encryption is not currently available to all users.
4462
+ */
4463
+ encryption?: string;
4100
4464
  /**
4101
4465
  * The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0LinodeVolume + Volume label.
4102
4466
  */
@@ -4139,6 +4503,10 @@ export interface GetVolumesVolumeArgs {
4139
4503
  * When this Volume was created.
4140
4504
  */
4141
4505
  created?: pulumi.Input<string>;
4506
+ /**
4507
+ * Whether Block Storage Disk Encryption is enabled or disabled on this Volume. Note: Block Storage Disk Encryption is not currently available to all users.
4508
+ */
4509
+ encryption?: pulumi.Input<string>;
4142
4510
  /**
4143
4511
  * The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0LinodeVolume + Volume label.
4144
4512
  */
@@ -5055,6 +5423,12 @@ export interface LkeClusterPool {
5055
5423
  * The ID of the node.
5056
5424
  */
5057
5425
  id?: pulumi.Input<number>;
5426
+ /**
5427
+ * Key-value pairs added as labels to nodes in the node pool. Labels help classify your nodes and to easily select subsets of objects.
5428
+ */
5429
+ labels?: pulumi.Input<{
5430
+ [key: string]: pulumi.Input<string>;
5431
+ }>;
5058
5432
  /**
5059
5433
  * The nodes in the node pool.
5060
5434
  */
@@ -5063,6 +5437,10 @@ export interface LkeClusterPool {
5063
5437
  * An array of tags applied to the Kubernetes cluster. Tags are case-insensitive and are for organizational purposes only.
5064
5438
  */
5065
5439
  tags?: pulumi.Input<pulumi.Input<string>[]>;
5440
+ /**
5441
+ * Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
5442
+ */
5443
+ taints?: pulumi.Input<pulumi.Input<inputs.LkeClusterPoolTaint>[]>;
5066
5444
  /**
5067
5445
  * A Linode Type for all of the nodes in the Node Pool. See all node types [here](https://api.linode.com/v4/linode/types).
5068
5446
  */
@@ -5092,6 +5470,20 @@ export interface LkeClusterPoolNode {
5092
5470
  */
5093
5471
  status?: pulumi.Input<string>;
5094
5472
  }
5473
+ export interface LkeClusterPoolTaint {
5474
+ /**
5475
+ * The Kubernetes taint effect.
5476
+ */
5477
+ effect: pulumi.Input<string>;
5478
+ /**
5479
+ * The Kubernetes taint key.
5480
+ */
5481
+ key: pulumi.Input<string>;
5482
+ /**
5483
+ * The Kubernetes taint value.
5484
+ */
5485
+ value: pulumi.Input<string>;
5486
+ }
5095
5487
  export interface LkeNodePoolAutoscaler {
5096
5488
  /**
5097
5489
  * The maximum number of nodes to autoscale to.