@pulumi/oci 0.13.0 → 0.14.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.
Files changed (83) hide show
  1. package/containerengine/addon.d.ts +143 -0
  2. package/containerengine/addon.js +87 -0
  3. package/containerengine/addon.js.map +1 -0
  4. package/containerengine/cluster.d.ts +12 -0
  5. package/containerengine/cluster.js +2 -0
  6. package/containerengine/cluster.js.map +1 -1
  7. package/containerengine/getAddon.d.ts +100 -0
  8. package/containerengine/getAddon.js +54 -0
  9. package/containerengine/getAddon.js.map +1 -0
  10. package/containerengine/getAddonOptions.d.ts +83 -0
  11. package/containerengine/getAddonOptions.js +55 -0
  12. package/containerengine/getAddonOptions.js.map +1 -0
  13. package/containerengine/getAddons.d.ts +72 -0
  14. package/containerengine/getAddons.js +52 -0
  15. package/containerengine/getAddons.js.map +1 -0
  16. package/containerengine/getPodShapes.d.ts +97 -0
  17. package/containerengine/getPodShapes.js +58 -0
  18. package/containerengine/getPodShapes.js.map +1 -0
  19. package/containerengine/getVirtualNodePool.d.ts +142 -0
  20. package/containerengine/getVirtualNodePool.js +51 -0
  21. package/containerengine/getVirtualNodePool.js.map +1 -0
  22. package/containerengine/getVirtualNodePools.d.ts +89 -0
  23. package/containerengine/getVirtualNodePools.js +33 -0
  24. package/containerengine/getVirtualNodePools.js.map +1 -0
  25. package/containerengine/index.d.ts +24 -0
  26. package/containerengine/index.js +29 -1
  27. package/containerengine/index.js.map +1 -1
  28. package/containerengine/virtualNodePool.d.ts +307 -0
  29. package/containerengine/virtualNodePool.js +162 -0
  30. package/containerengine/virtualNodePool.js.map +1 -0
  31. package/core/clusterNetwork.d.ts +16 -0
  32. package/core/clusterNetwork.js +4 -0
  33. package/core/clusterNetwork.js.map +1 -1
  34. package/core/computeCapacityReservation.d.ts +4 -0
  35. package/core/computeCapacityReservation.js +4 -0
  36. package/core/computeCapacityReservation.js.map +1 -1
  37. package/core/computeCluster.d.ts +162 -0
  38. package/core/computeCluster.js +105 -0
  39. package/core/computeCluster.js.map +1 -0
  40. package/core/drgRouteTableRouteRule.d.ts +6 -6
  41. package/core/getClusterNetwork.d.ts +8 -0
  42. package/core/getClusterNetwork.js.map +1 -1
  43. package/core/getComputeCluster.d.ts +95 -0
  44. package/core/getComputeCluster.js +51 -0
  45. package/core/getComputeCluster.js.map +1 -0
  46. package/core/getComputeClusters.d.ts +105 -0
  47. package/core/getComputeClusters.js +60 -0
  48. package/core/getComputeClusters.js.map +1 -0
  49. package/core/getInstance.d.ts +1 -0
  50. package/core/getInstance.js.map +1 -1
  51. package/core/getInstances.d.ts +11 -0
  52. package/core/getInstances.js +3 -0
  53. package/core/getInstances.js.map +1 -1
  54. package/core/index.d.ts +9 -0
  55. package/core/index.js +18 -7
  56. package/core/index.js.map +1 -1
  57. package/core/instance.d.ts +13 -0
  58. package/core/instance.js +3 -0
  59. package/core/instance.js.map +1 -1
  60. package/core/vcn.d.ts +3 -0
  61. package/core/vcn.js.map +1 -1
  62. package/database/autonomousContainerDatabase.d.ts +12 -0
  63. package/database/autonomousContainerDatabase.js +2 -0
  64. package/database/autonomousContainerDatabase.js.map +1 -1
  65. package/database/getAutonomousContainerDatabase.d.ts +4 -0
  66. package/database/getAutonomousContainerDatabase.js.map +1 -1
  67. package/devops/connection.d.ts +8 -0
  68. package/devops/connection.js +2 -0
  69. package/devops/connection.js.map +1 -1
  70. package/devops/getConnection.d.ts +4 -0
  71. package/devops/getConnection.js.map +1 -1
  72. package/loganalytics/getLogAnalyticsObjectCollectionRule.d.ts +4 -0
  73. package/loganalytics/getLogAnalyticsObjectCollectionRule.js.map +1 -1
  74. package/loganalytics/getNamespaceScheduledTask.d.ts +6 -0
  75. package/loganalytics/getNamespaceScheduledTask.js.map +1 -1
  76. package/loganalytics/logAnalyticsObjectCollectionRule.d.ts +13 -0
  77. package/loganalytics/logAnalyticsObjectCollectionRule.js +3 -0
  78. package/loganalytics/logAnalyticsObjectCollectionRule.js.map +1 -1
  79. package/loganalytics/namespaceScheduledTask.d.ts +3 -3
  80. package/package.json +2 -2
  81. package/package.json.dev +2 -2
  82. package/types/input.d.ts +209 -1
  83. package/types/output.d.ts +1016 -204
@@ -2,13 +2,24 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.NodePool = exports.getWorkRequestsOutput = exports.getWorkRequests = exports.getWorkRequestLogEntriesOutput = exports.getWorkRequestLogEntries = exports.getWorkRequestErrorsOutput = exports.getWorkRequestErrors = exports.getNodePoolsOutput = exports.getNodePools = exports.getNodePoolOptionOutput = exports.getNodePoolOption = exports.getNodePoolOutput = exports.getNodePool = exports.getMigrateToNativeVcnStatusOutput = exports.getMigrateToNativeVcnStatus = exports.getClustersOutput = exports.getClusters = exports.getClusterOptionOutput = exports.getClusterOption = exports.getClusterKubeConfigOutput = exports.getClusterKubeConfig = exports.ContainerInstance = exports.Cluster = void 0;
5
+ exports.VirtualNodePool = exports.NodePool = exports.getWorkRequestsOutput = exports.getWorkRequests = exports.getWorkRequestLogEntriesOutput = exports.getWorkRequestLogEntries = exports.getWorkRequestErrorsOutput = exports.getWorkRequestErrors = exports.getVirtualNodePoolsOutput = exports.getVirtualNodePools = exports.getVirtualNodePoolOutput = exports.getVirtualNodePool = exports.getPodShapesOutput = exports.getPodShapes = exports.getNodePoolsOutput = exports.getNodePools = exports.getNodePoolOptionOutput = exports.getNodePoolOption = exports.getNodePoolOutput = exports.getNodePool = exports.getMigrateToNativeVcnStatusOutput = exports.getMigrateToNativeVcnStatus = exports.getClustersOutput = exports.getClusters = exports.getClusterOptionOutput = exports.getClusterOption = exports.getClusterKubeConfigOutput = exports.getClusterKubeConfig = exports.getAddonsOutput = exports.getAddons = exports.getAddonOptionsOutput = exports.getAddonOptions = exports.getAddonOutput = exports.getAddon = exports.ContainerInstance = exports.Cluster = exports.Addon = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ exports.Addon = null;
9
+ utilities.lazyLoad(exports, ["Addon"], () => require("./addon"));
8
10
  exports.Cluster = null;
9
11
  utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster"));
10
12
  exports.ContainerInstance = null;
11
13
  utilities.lazyLoad(exports, ["ContainerInstance"], () => require("./containerInstance"));
14
+ exports.getAddon = null;
15
+ exports.getAddonOutput = null;
16
+ utilities.lazyLoad(exports, ["getAddon", "getAddonOutput"], () => require("./getAddon"));
17
+ exports.getAddonOptions = null;
18
+ exports.getAddonOptionsOutput = null;
19
+ utilities.lazyLoad(exports, ["getAddonOptions", "getAddonOptionsOutput"], () => require("./getAddonOptions"));
20
+ exports.getAddons = null;
21
+ exports.getAddonsOutput = null;
22
+ utilities.lazyLoad(exports, ["getAddons", "getAddonsOutput"], () => require("./getAddons"));
12
23
  exports.getClusterKubeConfig = null;
13
24
  exports.getClusterKubeConfigOutput = null;
14
25
  utilities.lazyLoad(exports, ["getClusterKubeConfig", "getClusterKubeConfigOutput"], () => require("./getClusterKubeConfig"));
@@ -30,6 +41,15 @@ utilities.lazyLoad(exports, ["getNodePoolOption", "getNodePoolOptionOutput"], ()
30
41
  exports.getNodePools = null;
31
42
  exports.getNodePoolsOutput = null;
32
43
  utilities.lazyLoad(exports, ["getNodePools", "getNodePoolsOutput"], () => require("./getNodePools"));
44
+ exports.getPodShapes = null;
45
+ exports.getPodShapesOutput = null;
46
+ utilities.lazyLoad(exports, ["getPodShapes", "getPodShapesOutput"], () => require("./getPodShapes"));
47
+ exports.getVirtualNodePool = null;
48
+ exports.getVirtualNodePoolOutput = null;
49
+ utilities.lazyLoad(exports, ["getVirtualNodePool", "getVirtualNodePoolOutput"], () => require("./getVirtualNodePool"));
50
+ exports.getVirtualNodePools = null;
51
+ exports.getVirtualNodePoolsOutput = null;
52
+ utilities.lazyLoad(exports, ["getVirtualNodePools", "getVirtualNodePoolsOutput"], () => require("./getVirtualNodePools"));
33
53
  exports.getWorkRequestErrors = null;
34
54
  exports.getWorkRequestErrorsOutput = null;
35
55
  utilities.lazyLoad(exports, ["getWorkRequestErrors", "getWorkRequestErrorsOutput"], () => require("./getWorkRequestErrors"));
@@ -41,22 +61,30 @@ exports.getWorkRequestsOutput = null;
41
61
  utilities.lazyLoad(exports, ["getWorkRequests", "getWorkRequestsOutput"], () => require("./getWorkRequests"));
42
62
  exports.NodePool = null;
43
63
  utilities.lazyLoad(exports, ["NodePool"], () => require("./nodePool"));
64
+ exports.VirtualNodePool = null;
65
+ utilities.lazyLoad(exports, ["VirtualNodePool"], () => require("./virtualNodePool"));
44
66
  const _module = {
45
67
  version: utilities.getVersion(),
46
68
  construct: (name, type, urn) => {
47
69
  switch (type) {
70
+ case "oci:ContainerEngine/addon:Addon":
71
+ return new exports.Addon(name, undefined, { urn });
48
72
  case "oci:ContainerEngine/cluster:Cluster":
49
73
  return new exports.Cluster(name, undefined, { urn });
50
74
  case "oci:ContainerEngine/containerInstance:ContainerInstance":
51
75
  return new exports.ContainerInstance(name, undefined, { urn });
52
76
  case "oci:ContainerEngine/nodePool:NodePool":
53
77
  return new exports.NodePool(name, undefined, { urn });
78
+ case "oci:ContainerEngine/virtualNodePool:VirtualNodePool":
79
+ return new exports.VirtualNodePool(name, undefined, { urn });
54
80
  default:
55
81
  throw new Error(`unknown resource type ${type}`);
56
82
  }
57
83
  },
58
84
  };
85
+ pulumi.runtime.registerResourceModule("oci", "ContainerEngine/addon", _module);
59
86
  pulumi.runtime.registerResourceModule("oci", "ContainerEngine/cluster", _module);
60
87
  pulumi.runtime.registerResourceModule("oci", "ContainerEngine/containerInstance", _module);
61
88
  pulumi.runtime.registerResourceModule("oci", "ContainerEngine/nodePool", _module);
89
+ pulumi.runtime.registerResourceModule("oci", "ContainerEngine/virtualNodePool", _module);
62
90
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../containerengine/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../containerengine/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,307 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource provides the Virtual Node Pool resource in Oracle Cloud Infrastructure Container Engine service.
6
+ *
7
+ * Create a new virtual node pool.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testVirtualNodePool = new oci.containerengine.VirtualNodePool("testVirtualNodePool", {
16
+ * clusterId: oci_containerengine_cluster.test_cluster.id,
17
+ * compartmentId: _var.compartment_id,
18
+ * displayName: _var.virtual_node_pool_display_name,
19
+ * placementConfigurations: [{
20
+ * availabilityDomain: _var.virtual_node_pool_placement_configurations_availability_domain,
21
+ * faultDomains: _var.virtual_node_pool_placement_configurations_fault_domain,
22
+ * subnetId: oci_core_subnet.test_subnet.id,
23
+ * }],
24
+ * definedTags: {
25
+ * "Operations.CostCenter": "42",
26
+ * },
27
+ * freeformTags: {
28
+ * Department: "Finance",
29
+ * },
30
+ * initialVirtualNodeLabels: [{
31
+ * key: _var.virtual_node_pool_initial_virtual_node_labels_key,
32
+ * value: _var.virtual_node_pool_initial_virtual_node_labels_value,
33
+ * }],
34
+ * nsgIds: _var.virtual_node_pool_nsg_ids,
35
+ * podConfiguration: {
36
+ * shape: _var.virtual_node_pool_pod_configuration_shape,
37
+ * subnetId: oci_core_subnet.test_subnet.id,
38
+ * nsgIds: _var.virtual_node_pool_pod_configuration_nsg_ids,
39
+ * },
40
+ * size: _var.virtual_node_pool_size,
41
+ * taints: [{
42
+ * effect: _var.virtual_node_pool_taints_effect,
43
+ * key: _var.virtual_node_pool_taints_key,
44
+ * value: _var.virtual_node_pool_taints_value,
45
+ * }],
46
+ * virtualNodeTags: {
47
+ * definedTags: {
48
+ * "Operations.CostCenter": "42",
49
+ * },
50
+ * freeformTags: {
51
+ * Department: "Finance",
52
+ * },
53
+ * },
54
+ * });
55
+ * ```
56
+ *
57
+ * ## Import
58
+ *
59
+ * VirtualNodePools can be imported using the `id`, e.g.
60
+ *
61
+ * ```sh
62
+ * $ pulumi import oci:ContainerEngine/virtualNodePool:VirtualNodePool test_virtual_node_pool "id"
63
+ * ```
64
+ */
65
+ export declare class VirtualNodePool extends pulumi.CustomResource {
66
+ /**
67
+ * Get an existing VirtualNodePool resource's state with the given name, ID, and optional extra
68
+ * properties used to qualify the lookup.
69
+ *
70
+ * @param name The _unique_ name of the resulting resource.
71
+ * @param id The _unique_ provider ID of the resource to lookup.
72
+ * @param state Any extra arguments used during the lookup.
73
+ * @param opts Optional settings to control the behavior of the CustomResource.
74
+ */
75
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: VirtualNodePoolState, opts?: pulumi.CustomResourceOptions): VirtualNodePool;
76
+ /**
77
+ * Returns true if the given object is an instance of VirtualNodePool. This is designed to work even
78
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
79
+ */
80
+ static isInstance(obj: any): obj is VirtualNodePool;
81
+ /**
82
+ * The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
83
+ */
84
+ readonly clusterId: pulumi.Output<string>;
85
+ /**
86
+ * Compartment of the virtual node pool.
87
+ */
88
+ readonly compartmentId: pulumi.Output<string>;
89
+ /**
90
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
91
+ */
92
+ readonly definedTags: pulumi.Output<{
93
+ [key: string]: any;
94
+ }>;
95
+ /**
96
+ * (Updatable) Display name of the virtual node pool. This is a non-unique value.
97
+ */
98
+ readonly displayName: pulumi.Output<string>;
99
+ /**
100
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
101
+ */
102
+ readonly freeformTags: pulumi.Output<{
103
+ [key: string]: any;
104
+ }>;
105
+ /**
106
+ * (Updatable) Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
107
+ */
108
+ readonly initialVirtualNodeLabels: pulumi.Output<outputs.ContainerEngine.VirtualNodePoolInitialVirtualNodeLabel[]>;
109
+ /**
110
+ * The version of Kubernetes running on the nodes in the node pool.
111
+ */
112
+ readonly kubernetesVersion: pulumi.Output<string>;
113
+ /**
114
+ * Details about the state of the Virtual Node Pool.
115
+ */
116
+ readonly lifecycleDetails: pulumi.Output<string>;
117
+ /**
118
+ * (Updatable) List of network security group IDs applied to the Pod VNIC.
119
+ */
120
+ readonly nsgIds: pulumi.Output<string[]>;
121
+ /**
122
+ * (Updatable) The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
123
+ */
124
+ readonly placementConfigurations: pulumi.Output<outputs.ContainerEngine.VirtualNodePoolPlacementConfiguration[]>;
125
+ /**
126
+ * (Updatable) The pod configuration for pods run on virtual nodes of this virtual node pool.
127
+ */
128
+ readonly podConfiguration: pulumi.Output<outputs.ContainerEngine.VirtualNodePoolPodConfiguration>;
129
+ /**
130
+ * (Updatable) The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
131
+ */
132
+ readonly size: pulumi.Output<number>;
133
+ /**
134
+ * The state of the Virtual Node Pool.
135
+ */
136
+ readonly state: pulumi.Output<string>;
137
+ /**
138
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
139
+ */
140
+ readonly systemTags: pulumi.Output<{
141
+ [key: string]: any;
142
+ }>;
143
+ /**
144
+ * (Updatable) A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
145
+ */
146
+ readonly taints: pulumi.Output<outputs.ContainerEngine.VirtualNodePoolTaint[]>;
147
+ /**
148
+ * The time the virtual node pool was created.
149
+ */
150
+ readonly timeCreated: pulumi.Output<string>;
151
+ /**
152
+ * The time the virtual node pool was updated.
153
+ */
154
+ readonly timeUpdated: pulumi.Output<string>;
155
+ /**
156
+ * (Updatable) The tags associated to the virtual nodes in this virtual node pool.
157
+ */
158
+ readonly virtualNodeTags: pulumi.Output<outputs.ContainerEngine.VirtualNodePoolVirtualNodeTags>;
159
+ /**
160
+ * Create a VirtualNodePool resource with the given unique name, arguments, and options.
161
+ *
162
+ * @param name The _unique_ name of the resource.
163
+ * @param args The arguments to use to populate this resource's properties.
164
+ * @param opts A bag of options that control this resource's behavior.
165
+ */
166
+ constructor(name: string, args: VirtualNodePoolArgs, opts?: pulumi.CustomResourceOptions);
167
+ }
168
+ /**
169
+ * Input properties used for looking up and filtering VirtualNodePool resources.
170
+ */
171
+ export interface VirtualNodePoolState {
172
+ /**
173
+ * The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
174
+ */
175
+ clusterId?: pulumi.Input<string>;
176
+ /**
177
+ * Compartment of the virtual node pool.
178
+ */
179
+ compartmentId?: pulumi.Input<string>;
180
+ /**
181
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
182
+ */
183
+ definedTags?: pulumi.Input<{
184
+ [key: string]: any;
185
+ }>;
186
+ /**
187
+ * (Updatable) Display name of the virtual node pool. This is a non-unique value.
188
+ */
189
+ displayName?: pulumi.Input<string>;
190
+ /**
191
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
192
+ */
193
+ freeformTags?: pulumi.Input<{
194
+ [key: string]: any;
195
+ }>;
196
+ /**
197
+ * (Updatable) Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
198
+ */
199
+ initialVirtualNodeLabels?: pulumi.Input<pulumi.Input<inputs.ContainerEngine.VirtualNodePoolInitialVirtualNodeLabel>[]>;
200
+ /**
201
+ * The version of Kubernetes running on the nodes in the node pool.
202
+ */
203
+ kubernetesVersion?: pulumi.Input<string>;
204
+ /**
205
+ * Details about the state of the Virtual Node Pool.
206
+ */
207
+ lifecycleDetails?: pulumi.Input<string>;
208
+ /**
209
+ * (Updatable) List of network security group IDs applied to the Pod VNIC.
210
+ */
211
+ nsgIds?: pulumi.Input<pulumi.Input<string>[]>;
212
+ /**
213
+ * (Updatable) The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
214
+ */
215
+ placementConfigurations?: pulumi.Input<pulumi.Input<inputs.ContainerEngine.VirtualNodePoolPlacementConfiguration>[]>;
216
+ /**
217
+ * (Updatable) The pod configuration for pods run on virtual nodes of this virtual node pool.
218
+ */
219
+ podConfiguration?: pulumi.Input<inputs.ContainerEngine.VirtualNodePoolPodConfiguration>;
220
+ /**
221
+ * (Updatable) The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
222
+ */
223
+ size?: pulumi.Input<number>;
224
+ /**
225
+ * The state of the Virtual Node Pool.
226
+ */
227
+ state?: pulumi.Input<string>;
228
+ /**
229
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
230
+ */
231
+ systemTags?: pulumi.Input<{
232
+ [key: string]: any;
233
+ }>;
234
+ /**
235
+ * (Updatable) A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
236
+ */
237
+ taints?: pulumi.Input<pulumi.Input<inputs.ContainerEngine.VirtualNodePoolTaint>[]>;
238
+ /**
239
+ * The time the virtual node pool was created.
240
+ */
241
+ timeCreated?: pulumi.Input<string>;
242
+ /**
243
+ * The time the virtual node pool was updated.
244
+ */
245
+ timeUpdated?: pulumi.Input<string>;
246
+ /**
247
+ * (Updatable) The tags associated to the virtual nodes in this virtual node pool.
248
+ */
249
+ virtualNodeTags?: pulumi.Input<inputs.ContainerEngine.VirtualNodePoolVirtualNodeTags>;
250
+ }
251
+ /**
252
+ * The set of arguments for constructing a VirtualNodePool resource.
253
+ */
254
+ export interface VirtualNodePoolArgs {
255
+ /**
256
+ * The cluster the virtual node pool is associated with. A virtual node pool can only be associated with one cluster.
257
+ */
258
+ clusterId: pulumi.Input<string>;
259
+ /**
260
+ * Compartment of the virtual node pool.
261
+ */
262
+ compartmentId: pulumi.Input<string>;
263
+ /**
264
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
265
+ */
266
+ definedTags?: pulumi.Input<{
267
+ [key: string]: any;
268
+ }>;
269
+ /**
270
+ * (Updatable) Display name of the virtual node pool. This is a non-unique value.
271
+ */
272
+ displayName: pulumi.Input<string>;
273
+ /**
274
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
275
+ */
276
+ freeformTags?: pulumi.Input<{
277
+ [key: string]: any;
278
+ }>;
279
+ /**
280
+ * (Updatable) Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
281
+ */
282
+ initialVirtualNodeLabels?: pulumi.Input<pulumi.Input<inputs.ContainerEngine.VirtualNodePoolInitialVirtualNodeLabel>[]>;
283
+ /**
284
+ * (Updatable) List of network security group IDs applied to the Pod VNIC.
285
+ */
286
+ nsgIds?: pulumi.Input<pulumi.Input<string>[]>;
287
+ /**
288
+ * (Updatable) The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains. The size attribute determines how many we evenly spread across these placement configurations
289
+ */
290
+ placementConfigurations: pulumi.Input<pulumi.Input<inputs.ContainerEngine.VirtualNodePoolPlacementConfiguration>[]>;
291
+ /**
292
+ * (Updatable) The pod configuration for pods run on virtual nodes of this virtual node pool.
293
+ */
294
+ podConfiguration: pulumi.Input<inputs.ContainerEngine.VirtualNodePoolPodConfiguration>;
295
+ /**
296
+ * (Updatable) The number of Virtual Nodes that should be in the Virtual Node Pool. The placement configurations determine where these virtual nodes are placed.
297
+ */
298
+ size: pulumi.Input<number>;
299
+ /**
300
+ * (Updatable) A taint is a collection of <key, value, effect>. These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling.
301
+ */
302
+ taints?: pulumi.Input<pulumi.Input<inputs.ContainerEngine.VirtualNodePoolTaint>[]>;
303
+ /**
304
+ * (Updatable) The tags associated to the virtual nodes in this virtual node pool.
305
+ */
306
+ virtualNodeTags?: pulumi.Input<inputs.ContainerEngine.VirtualNodePoolVirtualNodeTags>;
307
+ }
@@ -0,0 +1,162 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.VirtualNodePool = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Virtual Node Pool resource in Oracle Cloud Infrastructure Container Engine service.
10
+ *
11
+ * Create a new virtual node pool.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testVirtualNodePool = new oci.containerengine.VirtualNodePool("testVirtualNodePool", {
20
+ * clusterId: oci_containerengine_cluster.test_cluster.id,
21
+ * compartmentId: _var.compartment_id,
22
+ * displayName: _var.virtual_node_pool_display_name,
23
+ * placementConfigurations: [{
24
+ * availabilityDomain: _var.virtual_node_pool_placement_configurations_availability_domain,
25
+ * faultDomains: _var.virtual_node_pool_placement_configurations_fault_domain,
26
+ * subnetId: oci_core_subnet.test_subnet.id,
27
+ * }],
28
+ * definedTags: {
29
+ * "Operations.CostCenter": "42",
30
+ * },
31
+ * freeformTags: {
32
+ * Department: "Finance",
33
+ * },
34
+ * initialVirtualNodeLabels: [{
35
+ * key: _var.virtual_node_pool_initial_virtual_node_labels_key,
36
+ * value: _var.virtual_node_pool_initial_virtual_node_labels_value,
37
+ * }],
38
+ * nsgIds: _var.virtual_node_pool_nsg_ids,
39
+ * podConfiguration: {
40
+ * shape: _var.virtual_node_pool_pod_configuration_shape,
41
+ * subnetId: oci_core_subnet.test_subnet.id,
42
+ * nsgIds: _var.virtual_node_pool_pod_configuration_nsg_ids,
43
+ * },
44
+ * size: _var.virtual_node_pool_size,
45
+ * taints: [{
46
+ * effect: _var.virtual_node_pool_taints_effect,
47
+ * key: _var.virtual_node_pool_taints_key,
48
+ * value: _var.virtual_node_pool_taints_value,
49
+ * }],
50
+ * virtualNodeTags: {
51
+ * definedTags: {
52
+ * "Operations.CostCenter": "42",
53
+ * },
54
+ * freeformTags: {
55
+ * Department: "Finance",
56
+ * },
57
+ * },
58
+ * });
59
+ * ```
60
+ *
61
+ * ## Import
62
+ *
63
+ * VirtualNodePools can be imported using the `id`, e.g.
64
+ *
65
+ * ```sh
66
+ * $ pulumi import oci:ContainerEngine/virtualNodePool:VirtualNodePool test_virtual_node_pool "id"
67
+ * ```
68
+ */
69
+ class VirtualNodePool extends pulumi.CustomResource {
70
+ /**
71
+ * Get an existing VirtualNodePool resource's state with the given name, ID, and optional extra
72
+ * properties used to qualify the lookup.
73
+ *
74
+ * @param name The _unique_ name of the resulting resource.
75
+ * @param id The _unique_ provider ID of the resource to lookup.
76
+ * @param state Any extra arguments used during the lookup.
77
+ * @param opts Optional settings to control the behavior of the CustomResource.
78
+ */
79
+ static get(name, id, state, opts) {
80
+ return new VirtualNodePool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
81
+ }
82
+ /**
83
+ * Returns true if the given object is an instance of VirtualNodePool. This is designed to work even
84
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
85
+ */
86
+ static isInstance(obj) {
87
+ if (obj === undefined || obj === null) {
88
+ return false;
89
+ }
90
+ return obj['__pulumiType'] === VirtualNodePool.__pulumiType;
91
+ }
92
+ constructor(name, argsOrState, opts) {
93
+ let resourceInputs = {};
94
+ opts = opts || {};
95
+ if (opts.id) {
96
+ const state = argsOrState;
97
+ resourceInputs["clusterId"] = state ? state.clusterId : undefined;
98
+ resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
99
+ resourceInputs["definedTags"] = state ? state.definedTags : undefined;
100
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
101
+ resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
102
+ resourceInputs["initialVirtualNodeLabels"] = state ? state.initialVirtualNodeLabels : undefined;
103
+ resourceInputs["kubernetesVersion"] = state ? state.kubernetesVersion : undefined;
104
+ resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
105
+ resourceInputs["nsgIds"] = state ? state.nsgIds : undefined;
106
+ resourceInputs["placementConfigurations"] = state ? state.placementConfigurations : undefined;
107
+ resourceInputs["podConfiguration"] = state ? state.podConfiguration : undefined;
108
+ resourceInputs["size"] = state ? state.size : undefined;
109
+ resourceInputs["state"] = state ? state.state : undefined;
110
+ resourceInputs["systemTags"] = state ? state.systemTags : undefined;
111
+ resourceInputs["taints"] = state ? state.taints : undefined;
112
+ resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
113
+ resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
114
+ resourceInputs["virtualNodeTags"] = state ? state.virtualNodeTags : undefined;
115
+ }
116
+ else {
117
+ const args = argsOrState;
118
+ if ((!args || args.clusterId === undefined) && !opts.urn) {
119
+ throw new Error("Missing required property 'clusterId'");
120
+ }
121
+ if ((!args || args.compartmentId === undefined) && !opts.urn) {
122
+ throw new Error("Missing required property 'compartmentId'");
123
+ }
124
+ if ((!args || args.displayName === undefined) && !opts.urn) {
125
+ throw new Error("Missing required property 'displayName'");
126
+ }
127
+ if ((!args || args.placementConfigurations === undefined) && !opts.urn) {
128
+ throw new Error("Missing required property 'placementConfigurations'");
129
+ }
130
+ if ((!args || args.podConfiguration === undefined) && !opts.urn) {
131
+ throw new Error("Missing required property 'podConfiguration'");
132
+ }
133
+ if ((!args || args.size === undefined) && !opts.urn) {
134
+ throw new Error("Missing required property 'size'");
135
+ }
136
+ resourceInputs["clusterId"] = args ? args.clusterId : undefined;
137
+ resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
138
+ resourceInputs["definedTags"] = args ? args.definedTags : undefined;
139
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
140
+ resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
141
+ resourceInputs["initialVirtualNodeLabels"] = args ? args.initialVirtualNodeLabels : undefined;
142
+ resourceInputs["nsgIds"] = args ? args.nsgIds : undefined;
143
+ resourceInputs["placementConfigurations"] = args ? args.placementConfigurations : undefined;
144
+ resourceInputs["podConfiguration"] = args ? args.podConfiguration : undefined;
145
+ resourceInputs["size"] = args ? args.size : undefined;
146
+ resourceInputs["taints"] = args ? args.taints : undefined;
147
+ resourceInputs["virtualNodeTags"] = args ? args.virtualNodeTags : undefined;
148
+ resourceInputs["kubernetesVersion"] = undefined /*out*/;
149
+ resourceInputs["lifecycleDetails"] = undefined /*out*/;
150
+ resourceInputs["state"] = undefined /*out*/;
151
+ resourceInputs["systemTags"] = undefined /*out*/;
152
+ resourceInputs["timeCreated"] = undefined /*out*/;
153
+ resourceInputs["timeUpdated"] = undefined /*out*/;
154
+ }
155
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
156
+ super(VirtualNodePool.__pulumiType, name, resourceInputs, opts);
157
+ }
158
+ }
159
+ exports.VirtualNodePool = VirtualNodePool;
160
+ /** @internal */
161
+ VirtualNodePool.__pulumiType = 'oci:ContainerEngine/virtualNodePool:VirtualNodePool';
162
+ //# sourceMappingURL=virtualNodePool.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualNodePool.js","sourceRoot":"","sources":["../../containerengine/virtualNodePool.ts"],"names":[],"mappings":"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"}
@@ -88,10 +88,18 @@ export declare class ClusterNetwork extends pulumi.CustomResource {
88
88
  readonly freeformTags: pulumi.Output<{
89
89
  [key: string]: any;
90
90
  }>;
91
+ /**
92
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the hpc island used by the cluster network.
93
+ */
94
+ readonly hpcIslandId: pulumi.Output<string>;
91
95
  /**
92
96
  * (Updatable) The data to create the instance pools in the cluster network.
93
97
  */
94
98
  readonly instancePools: pulumi.Output<outputs.Core.ClusterNetworkInstancePool[]>;
99
+ /**
100
+ * The list of network block OCIDs of the HPC island.
101
+ */
102
+ readonly networkBlockIds: pulumi.Output<string[]>;
95
103
  /**
96
104
  * The location for where the instance pools in a cluster network will place instances.
97
105
  */
@@ -141,10 +149,18 @@ export interface ClusterNetworkState {
141
149
  freeformTags?: pulumi.Input<{
142
150
  [key: string]: any;
143
151
  }>;
152
+ /**
153
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the hpc island used by the cluster network.
154
+ */
155
+ hpcIslandId?: pulumi.Input<string>;
144
156
  /**
145
157
  * (Updatable) The data to create the instance pools in the cluster network.
146
158
  */
147
159
  instancePools?: pulumi.Input<pulumi.Input<inputs.Core.ClusterNetworkInstancePool>[]>;
160
+ /**
161
+ * The list of network block OCIDs of the HPC island.
162
+ */
163
+ networkBlockIds?: pulumi.Input<pulumi.Input<string>[]>;
148
164
  /**
149
165
  * The location for where the instance pools in a cluster network will place instances.
150
166
  */
@@ -88,7 +88,9 @@ class ClusterNetwork extends pulumi.CustomResource {
88
88
  resourceInputs["definedTags"] = state ? state.definedTags : undefined;
89
89
  resourceInputs["displayName"] = state ? state.displayName : undefined;
90
90
  resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
91
+ resourceInputs["hpcIslandId"] = state ? state.hpcIslandId : undefined;
91
92
  resourceInputs["instancePools"] = state ? state.instancePools : undefined;
93
+ resourceInputs["networkBlockIds"] = state ? state.networkBlockIds : undefined;
92
94
  resourceInputs["placementConfiguration"] = state ? state.placementConfiguration : undefined;
93
95
  resourceInputs["state"] = state ? state.state : undefined;
94
96
  resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
@@ -111,6 +113,8 @@ class ClusterNetwork extends pulumi.CustomResource {
111
113
  resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
112
114
  resourceInputs["instancePools"] = args ? args.instancePools : undefined;
113
115
  resourceInputs["placementConfiguration"] = args ? args.placementConfiguration : undefined;
116
+ resourceInputs["hpcIslandId"] = undefined /*out*/;
117
+ resourceInputs["networkBlockIds"] = undefined /*out*/;
114
118
  resourceInputs["state"] = undefined /*out*/;
115
119
  resourceInputs["timeCreated"] = undefined /*out*/;
116
120
  resourceInputs["timeUpdated"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"clusterNetwork.js","sourceRoot":"","sources":["../../core/clusterNetwork.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"clusterNetwork.js","sourceRoot":"","sources":["../../core/clusterNetwork.ts"],"names":[],"mappings":"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"}