@pulumi/gcp 6.4.0 → 6.6.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/apigee/environmentIamBinding.d.ts +166 -0
- package/apigee/environmentIamBinding.js +155 -0
- package/apigee/environmentIamBinding.js.map +1 -0
- package/apigee/environmentIamMember.d.ts +166 -0
- package/apigee/environmentIamMember.js +155 -0
- package/apigee/environmentIamMember.js.map +1 -0
- package/apigee/environmentIamPolicy.d.ts +156 -0
- package/apigee/environmentIamPolicy.js +148 -0
- package/apigee/environmentIamPolicy.js.map +1 -0
- package/apigee/index.d.ts +3 -0
- package/apigee/index.js +15 -0
- package/apigee/index.js.map +1 -1
- package/bigquery/dataTransferConfig.d.ts +3 -3
- package/bigquery/routine.d.ts +24 -3
- package/bigquery/routine.js +2 -0
- package/bigquery/routine.js.map +1 -1
- package/certificateauthority/authority.d.ts +2 -1
- package/certificateauthority/authority.js +2 -1
- package/certificateauthority/authority.js.map +1 -1
- package/certificateauthority/certificate.d.ts +2 -0
- package/certificateauthority/certificate.js +2 -0
- package/certificateauthority/certificate.js.map +1 -1
- package/certificateauthority/certificateTemplate.d.ts +3 -0
- package/certificateauthority/certificateTemplate.js +3 -0
- package/certificateauthority/certificateTemplate.js.map +1 -1
- package/cloudbuild/trigger.d.ts +7 -0
- package/cloudbuild/trigger.js +7 -0
- package/cloudbuild/trigger.js.map +1 -1
- package/cloudbuild/workerPool.d.ts +60 -0
- package/cloudbuild/workerPool.js +60 -0
- package/cloudbuild/workerPool.js.map +1 -1
- package/cloudfunctions/function.d.ts +12 -0
- package/cloudfunctions/function.js +2 -0
- package/cloudfunctions/function.js.map +1 -1
- package/cloudfunctions/getFunction.d.ts +1 -0
- package/cloudfunctions/getFunction.js.map +1 -1
- package/compute/forwardingRule.d.ts +199 -10
- package/compute/forwardingRule.js +190 -4
- package/compute/forwardingRule.js.map +1 -1
- package/compute/networkPeering.d.ts +5 -5
- package/compute/networkPeering.js +5 -5
- package/compute/packetMirroring.d.ts +1 -1
- package/compute/packetMirroring.js +1 -1
- package/compute/regionBackendService.d.ts +6 -6
- package/compute/subnetwork.d.ts +9 -15
- package/compute/subnetwork.js.map +1 -1
- package/config/vars.d.ts +3 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/container/awsCluster.d.ts +326 -0
- package/container/awsCluster.js +198 -0
- package/container/awsCluster.js.map +1 -0
- package/container/awsNodePool.d.ts +355 -0
- package/container/awsNodePool.js +242 -0
- package/container/awsNodePool.js.map +1 -0
- package/container/azureClient.d.ts +156 -0
- package/container/azureClient.js +110 -0
- package/container/azureClient.js.map +1 -0
- package/container/azureCluster.d.ts +322 -0
- package/container/azureCluster.js +180 -0
- package/container/azureCluster.js.map +1 -0
- package/container/azureNodePool.d.ts +323 -0
- package/container/azureNodePool.js +200 -0
- package/container/azureNodePool.js.map +1 -0
- package/container/getAwsVersions.d.ts +66 -0
- package/container/getAwsVersions.js +42 -0
- package/container/getAwsVersions.js.map +1 -0
- package/container/getAzureVersions.d.ts +66 -0
- package/container/getAzureVersions.js +42 -0
- package/container/getAzureVersions.js.map +1 -0
- package/container/index.d.ts +7 -0
- package/container/index.js +27 -0
- package/container/index.js.map +1 -1
- package/filestore/instance.d.ts +33 -13
- package/filestore/instance.js +7 -12
- package/filestore/instance.js.map +1 -1
- package/notebooks/index.d.ts +3 -0
- package/notebooks/index.js +15 -0
- package/notebooks/index.js.map +1 -1
- package/notebooks/runtimeIamBinding.d.ts +193 -0
- package/notebooks/runtimeIamBinding.js +157 -0
- package/notebooks/runtimeIamBinding.js.map +1 -0
- package/notebooks/runtimeIamMember.d.ts +193 -0
- package/notebooks/runtimeIamMember.js +157 -0
- package/notebooks/runtimeIamMember.js.map +1 -0
- package/notebooks/runtimeIamPolicy.d.ts +183 -0
- package/notebooks/runtimeIamPolicy.js +150 -0
- package/notebooks/runtimeIamPolicy.js.map +1 -0
- package/osconfig/index.d.ts +1 -0
- package/osconfig/index.js +5 -0
- package/osconfig/index.js.map +1 -1
- package/osconfig/osPolicyAssignment.d.ts +672 -0
- package/osconfig/osPolicyAssignment.js +568 -0
- package/osconfig/osPolicyAssignment.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/provider.d.ts +6 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/storage/bucket.d.ts +12 -0
- package/storage/bucket.js +2 -0
- package/storage/bucket.js.map +1 -1
- package/storage/getBucket.d.ts +1 -0
- package/storage/getBucket.js.map +1 -1
- package/types/input.d.ts +7380 -6218
- package/types/output.d.ts +6360 -5196
- package/vertex/aiMetadataStore.d.ts +3 -3
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* An Anthos node pool running on AWS.
|
|
5
|
+
*
|
|
6
|
+
* For more information, see:
|
|
7
|
+
* * [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
* ### Basic_aws_cluster
|
|
10
|
+
* A basic example of a containeraws node pool
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as gcp from "@pulumi/gcp";
|
|
14
|
+
*
|
|
15
|
+
* const versions = gcp.container.getAwsVersions({
|
|
16
|
+
* project: "my-project-name",
|
|
17
|
+
* location: "us-west1",
|
|
18
|
+
* });
|
|
19
|
+
* const primaryAwsCluster = new gcp.container.AwsCluster("primaryAwsCluster", {
|
|
20
|
+
* authorization: {
|
|
21
|
+
* adminUsers: [{
|
|
22
|
+
* username: "emailAddress:my@service-account.com",
|
|
23
|
+
* }],
|
|
24
|
+
* },
|
|
25
|
+
* awsRegion: "my-aws-region",
|
|
26
|
+
* controlPlane: {
|
|
27
|
+
* awsServicesAuthentication: {
|
|
28
|
+
* roleArn: "arn:aws:iam::012345678910:role/my--1p-dev-oneplatform",
|
|
29
|
+
* roleSessionName: "my--1p-dev-session",
|
|
30
|
+
* },
|
|
31
|
+
* configEncryption: {
|
|
32
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
33
|
+
* },
|
|
34
|
+
* databaseEncryption: {
|
|
35
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
36
|
+
* },
|
|
37
|
+
* iamInstanceProfile: "my--1p-dev-controlplane",
|
|
38
|
+
* subnetIds: ["subnet-00000000000000000"],
|
|
39
|
+
* version: versions.then(versions => versions.validVersions?[0]),
|
|
40
|
+
* instanceType: "t3.medium",
|
|
41
|
+
* mainVolume: {
|
|
42
|
+
* iops: 3000,
|
|
43
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
44
|
+
* sizeGib: 10,
|
|
45
|
+
* volumeType: "GP3",
|
|
46
|
+
* },
|
|
47
|
+
* proxyConfig: {
|
|
48
|
+
* secretArn: "arn:aws:secretsmanager:us-west-2:126285863215:secret:proxy_config20210824150329476300000001-ABCDEF",
|
|
49
|
+
* secretVersion: "12345678-ABCD-EFGH-IJKL-987654321098",
|
|
50
|
+
* },
|
|
51
|
+
* rootVolume: {
|
|
52
|
+
* iops: 3000,
|
|
53
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
54
|
+
* sizeGib: 10,
|
|
55
|
+
* volumeType: "GP3",
|
|
56
|
+
* },
|
|
57
|
+
* securityGroupIds: ["sg-00000000000000000"],
|
|
58
|
+
* sshConfig: {
|
|
59
|
+
* ec2KeyPair: "my--1p-dev-ssh",
|
|
60
|
+
* },
|
|
61
|
+
* tags: {
|
|
62
|
+
* owner: "emailAddress:my@service-account.com",
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* fleet: {
|
|
66
|
+
* project: "my-project-number",
|
|
67
|
+
* },
|
|
68
|
+
* location: "us-west1",
|
|
69
|
+
* networking: {
|
|
70
|
+
* podAddressCidrBlocks: ["10.2.0.0/16"],
|
|
71
|
+
* serviceAddressCidrBlocks: ["10.1.0.0/16"],
|
|
72
|
+
* vpcId: "vpc-00000000000000000",
|
|
73
|
+
* },
|
|
74
|
+
* annotations: {
|
|
75
|
+
* "label-one": "value-one",
|
|
76
|
+
* },
|
|
77
|
+
* description: "A sample aws cluster",
|
|
78
|
+
* project: "my-project-name",
|
|
79
|
+
* });
|
|
80
|
+
* const primaryAwsNodePool = new gcp.container.AwsNodePool("primaryAwsNodePool", {
|
|
81
|
+
* autoscaling: {
|
|
82
|
+
* maxNodeCount: 5,
|
|
83
|
+
* minNodeCount: 1,
|
|
84
|
+
* },
|
|
85
|
+
* cluster: primaryAwsCluster.name,
|
|
86
|
+
* config: {
|
|
87
|
+
* configEncryption: {
|
|
88
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
89
|
+
* },
|
|
90
|
+
* iamInstanceProfile: "my--1p-dev-nodepool",
|
|
91
|
+
* instanceType: "t3.medium",
|
|
92
|
+
* labels: {
|
|
93
|
+
* "label-one": "value-one",
|
|
94
|
+
* },
|
|
95
|
+
* rootVolume: {
|
|
96
|
+
* iops: 3000,
|
|
97
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
98
|
+
* sizeGib: 10,
|
|
99
|
+
* volumeType: "GP3",
|
|
100
|
+
* },
|
|
101
|
+
* securityGroupIds: ["sg-00000000000000000"],
|
|
102
|
+
* sshConfig: {
|
|
103
|
+
* ec2KeyPair: "my--1p-dev-ssh",
|
|
104
|
+
* },
|
|
105
|
+
* tags: {
|
|
106
|
+
* "tag-one": "value-one",
|
|
107
|
+
* },
|
|
108
|
+
* taints: [{
|
|
109
|
+
* effect: "PREFER_NO_SCHEDULE",
|
|
110
|
+
* key: "taint-key",
|
|
111
|
+
* value: "taint-value",
|
|
112
|
+
* }],
|
|
113
|
+
* },
|
|
114
|
+
* location: "us-west1",
|
|
115
|
+
* maxPodsConstraint: {
|
|
116
|
+
* maxPodsPerNode: 110,
|
|
117
|
+
* },
|
|
118
|
+
* subnetId: "subnet-00000000000000000",
|
|
119
|
+
* version: versions.then(versions => versions.validVersions?[0]),
|
|
120
|
+
* annotations: {
|
|
121
|
+
* "label-one": "value-one",
|
|
122
|
+
* },
|
|
123
|
+
* project: "my-project-name",
|
|
124
|
+
* });
|
|
125
|
+
* ```
|
|
126
|
+
*
|
|
127
|
+
* ## Import
|
|
128
|
+
*
|
|
129
|
+
* NodePool can be imported using any of these accepted formats
|
|
130
|
+
*
|
|
131
|
+
* ```sh
|
|
132
|
+
* $ pulumi import gcp:container/awsNodePool:AwsNodePool default projects/{{project}}/locations/{{location}}/awsClusters/{{cluster}}/awsNodePools/{{name}}
|
|
133
|
+
* ```
|
|
134
|
+
*
|
|
135
|
+
* ```sh
|
|
136
|
+
* $ pulumi import gcp:container/awsNodePool:AwsNodePool default {{project}}/{{location}}/{{cluster}}/{{name}}
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* ```sh
|
|
140
|
+
* $ pulumi import gcp:container/awsNodePool:AwsNodePool default {{location}}/{{cluster}}/{{name}}
|
|
141
|
+
* ```
|
|
142
|
+
*/
|
|
143
|
+
export declare class AwsNodePool extends pulumi.CustomResource {
|
|
144
|
+
/**
|
|
145
|
+
* Get an existing AwsNodePool resource's state with the given name, ID, and optional extra
|
|
146
|
+
* properties used to qualify the lookup.
|
|
147
|
+
*
|
|
148
|
+
* @param name The _unique_ name of the resulting resource.
|
|
149
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
150
|
+
* @param state Any extra arguments used during the lookup.
|
|
151
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
152
|
+
*/
|
|
153
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AwsNodePoolState, opts?: pulumi.CustomResourceOptions): AwsNodePool;
|
|
154
|
+
/**
|
|
155
|
+
* Returns true if the given object is an instance of AwsNodePool. This is designed to work even
|
|
156
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
157
|
+
*/
|
|
158
|
+
static isInstance(obj: any): obj is AwsNodePool;
|
|
159
|
+
/**
|
|
160
|
+
* Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
|
161
|
+
*/
|
|
162
|
+
readonly annotations: pulumi.Output<{
|
|
163
|
+
[key: string]: string;
|
|
164
|
+
} | undefined>;
|
|
165
|
+
/**
|
|
166
|
+
* Required. Autoscaler configuration for this node pool.
|
|
167
|
+
*/
|
|
168
|
+
readonly autoscaling: pulumi.Output<outputs.container.AwsNodePoolAutoscaling>;
|
|
169
|
+
/**
|
|
170
|
+
* The awsCluster for the resource
|
|
171
|
+
*/
|
|
172
|
+
readonly cluster: pulumi.Output<string>;
|
|
173
|
+
/**
|
|
174
|
+
* Required. The configuration of the node pool.
|
|
175
|
+
*/
|
|
176
|
+
readonly config: pulumi.Output<outputs.container.AwsNodePoolConfig>;
|
|
177
|
+
/**
|
|
178
|
+
* Output only. The time at which this node pool was created.
|
|
179
|
+
*/
|
|
180
|
+
readonly createTime: pulumi.Output<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update
|
|
183
|
+
* and delete requests to ensure the client has an up-to-date value before proceeding.
|
|
184
|
+
*/
|
|
185
|
+
readonly etag: pulumi.Output<string>;
|
|
186
|
+
/**
|
|
187
|
+
* The location for the resource
|
|
188
|
+
*/
|
|
189
|
+
readonly location: pulumi.Output<string>;
|
|
190
|
+
/**
|
|
191
|
+
* Required. The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
|
192
|
+
*/
|
|
193
|
+
readonly maxPodsConstraint: pulumi.Output<outputs.container.AwsNodePoolMaxPodsConstraint>;
|
|
194
|
+
/**
|
|
195
|
+
* The name of this resource.
|
|
196
|
+
*/
|
|
197
|
+
readonly name: pulumi.Output<string>;
|
|
198
|
+
/**
|
|
199
|
+
* The project for the resource
|
|
200
|
+
*/
|
|
201
|
+
readonly project: pulumi.Output<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Output only. If set, there are currently changes in flight to the node pool.
|
|
204
|
+
*/
|
|
205
|
+
readonly reconciling: pulumi.Output<boolean>;
|
|
206
|
+
/**
|
|
207
|
+
* Output only. The lifecycle state of the node pool. Possible values: STATE_UNSPECIFIED, PROVISIONING, RUNNING,
|
|
208
|
+
* RECONCILING, STOPPING, ERROR, DEGRADED
|
|
209
|
+
*/
|
|
210
|
+
readonly state: pulumi.Output<string>;
|
|
211
|
+
/**
|
|
212
|
+
* Required. The subnet where the node pool node run.
|
|
213
|
+
*/
|
|
214
|
+
readonly subnetId: pulumi.Output<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Output only. A globally unique identifier for the node pool.
|
|
217
|
+
*/
|
|
218
|
+
readonly uid: pulumi.Output<string>;
|
|
219
|
+
/**
|
|
220
|
+
* Output only. The time at which this node pool was last updated.
|
|
221
|
+
*/
|
|
222
|
+
readonly updateTime: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Required. The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.
|
|
225
|
+
*/
|
|
226
|
+
readonly version: pulumi.Output<string>;
|
|
227
|
+
/**
|
|
228
|
+
* Create a AwsNodePool resource with the given unique name, arguments, and options.
|
|
229
|
+
*
|
|
230
|
+
* @param name The _unique_ name of the resource.
|
|
231
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
232
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
233
|
+
*/
|
|
234
|
+
constructor(name: string, args: AwsNodePoolArgs, opts?: pulumi.CustomResourceOptions);
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* Input properties used for looking up and filtering AwsNodePool resources.
|
|
238
|
+
*/
|
|
239
|
+
export interface AwsNodePoolState {
|
|
240
|
+
/**
|
|
241
|
+
* Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
|
242
|
+
*/
|
|
243
|
+
annotations?: pulumi.Input<{
|
|
244
|
+
[key: string]: pulumi.Input<string>;
|
|
245
|
+
}>;
|
|
246
|
+
/**
|
|
247
|
+
* Required. Autoscaler configuration for this node pool.
|
|
248
|
+
*/
|
|
249
|
+
autoscaling?: pulumi.Input<inputs.container.AwsNodePoolAutoscaling>;
|
|
250
|
+
/**
|
|
251
|
+
* The awsCluster for the resource
|
|
252
|
+
*/
|
|
253
|
+
cluster?: pulumi.Input<string>;
|
|
254
|
+
/**
|
|
255
|
+
* Required. The configuration of the node pool.
|
|
256
|
+
*/
|
|
257
|
+
config?: pulumi.Input<inputs.container.AwsNodePoolConfig>;
|
|
258
|
+
/**
|
|
259
|
+
* Output only. The time at which this node pool was created.
|
|
260
|
+
*/
|
|
261
|
+
createTime?: pulumi.Input<string>;
|
|
262
|
+
/**
|
|
263
|
+
* Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update
|
|
264
|
+
* and delete requests to ensure the client has an up-to-date value before proceeding.
|
|
265
|
+
*/
|
|
266
|
+
etag?: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* The location for the resource
|
|
269
|
+
*/
|
|
270
|
+
location?: pulumi.Input<string>;
|
|
271
|
+
/**
|
|
272
|
+
* Required. The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
|
273
|
+
*/
|
|
274
|
+
maxPodsConstraint?: pulumi.Input<inputs.container.AwsNodePoolMaxPodsConstraint>;
|
|
275
|
+
/**
|
|
276
|
+
* The name of this resource.
|
|
277
|
+
*/
|
|
278
|
+
name?: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* The project for the resource
|
|
281
|
+
*/
|
|
282
|
+
project?: pulumi.Input<string>;
|
|
283
|
+
/**
|
|
284
|
+
* Output only. If set, there are currently changes in flight to the node pool.
|
|
285
|
+
*/
|
|
286
|
+
reconciling?: pulumi.Input<boolean>;
|
|
287
|
+
/**
|
|
288
|
+
* Output only. The lifecycle state of the node pool. Possible values: STATE_UNSPECIFIED, PROVISIONING, RUNNING,
|
|
289
|
+
* RECONCILING, STOPPING, ERROR, DEGRADED
|
|
290
|
+
*/
|
|
291
|
+
state?: pulumi.Input<string>;
|
|
292
|
+
/**
|
|
293
|
+
* Required. The subnet where the node pool node run.
|
|
294
|
+
*/
|
|
295
|
+
subnetId?: pulumi.Input<string>;
|
|
296
|
+
/**
|
|
297
|
+
* Output only. A globally unique identifier for the node pool.
|
|
298
|
+
*/
|
|
299
|
+
uid?: pulumi.Input<string>;
|
|
300
|
+
/**
|
|
301
|
+
* Output only. The time at which this node pool was last updated.
|
|
302
|
+
*/
|
|
303
|
+
updateTime?: pulumi.Input<string>;
|
|
304
|
+
/**
|
|
305
|
+
* Required. The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.
|
|
306
|
+
*/
|
|
307
|
+
version?: pulumi.Input<string>;
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* The set of arguments for constructing a AwsNodePool resource.
|
|
311
|
+
*/
|
|
312
|
+
export interface AwsNodePoolArgs {
|
|
313
|
+
/**
|
|
314
|
+
* Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
|
315
|
+
*/
|
|
316
|
+
annotations?: pulumi.Input<{
|
|
317
|
+
[key: string]: pulumi.Input<string>;
|
|
318
|
+
}>;
|
|
319
|
+
/**
|
|
320
|
+
* Required. Autoscaler configuration for this node pool.
|
|
321
|
+
*/
|
|
322
|
+
autoscaling: pulumi.Input<inputs.container.AwsNodePoolAutoscaling>;
|
|
323
|
+
/**
|
|
324
|
+
* The awsCluster for the resource
|
|
325
|
+
*/
|
|
326
|
+
cluster: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* Required. The configuration of the node pool.
|
|
329
|
+
*/
|
|
330
|
+
config: pulumi.Input<inputs.container.AwsNodePoolConfig>;
|
|
331
|
+
/**
|
|
332
|
+
* The location for the resource
|
|
333
|
+
*/
|
|
334
|
+
location: pulumi.Input<string>;
|
|
335
|
+
/**
|
|
336
|
+
* Required. The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
|
337
|
+
*/
|
|
338
|
+
maxPodsConstraint: pulumi.Input<inputs.container.AwsNodePoolMaxPodsConstraint>;
|
|
339
|
+
/**
|
|
340
|
+
* The name of this resource.
|
|
341
|
+
*/
|
|
342
|
+
name?: pulumi.Input<string>;
|
|
343
|
+
/**
|
|
344
|
+
* The project for the resource
|
|
345
|
+
*/
|
|
346
|
+
project?: pulumi.Input<string>;
|
|
347
|
+
/**
|
|
348
|
+
* Required. The subnet where the node pool node run.
|
|
349
|
+
*/
|
|
350
|
+
subnetId: pulumi.Input<string>;
|
|
351
|
+
/**
|
|
352
|
+
* Required. The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.
|
|
353
|
+
*/
|
|
354
|
+
version: pulumi.Input<string>;
|
|
355
|
+
}
|
|
@@ -0,0 +1,242 @@
|
|
|
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.AwsNodePool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* An Anthos node pool running on AWS.
|
|
10
|
+
*
|
|
11
|
+
* For more information, see:
|
|
12
|
+
* * [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud)
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
* ### Basic_aws_cluster
|
|
15
|
+
* A basic example of a containeraws node pool
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as gcp from "@pulumi/gcp";
|
|
19
|
+
*
|
|
20
|
+
* const versions = gcp.container.getAwsVersions({
|
|
21
|
+
* project: "my-project-name",
|
|
22
|
+
* location: "us-west1",
|
|
23
|
+
* });
|
|
24
|
+
* const primaryAwsCluster = new gcp.container.AwsCluster("primaryAwsCluster", {
|
|
25
|
+
* authorization: {
|
|
26
|
+
* adminUsers: [{
|
|
27
|
+
* username: "emailAddress:my@service-account.com",
|
|
28
|
+
* }],
|
|
29
|
+
* },
|
|
30
|
+
* awsRegion: "my-aws-region",
|
|
31
|
+
* controlPlane: {
|
|
32
|
+
* awsServicesAuthentication: {
|
|
33
|
+
* roleArn: "arn:aws:iam::012345678910:role/my--1p-dev-oneplatform",
|
|
34
|
+
* roleSessionName: "my--1p-dev-session",
|
|
35
|
+
* },
|
|
36
|
+
* configEncryption: {
|
|
37
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
38
|
+
* },
|
|
39
|
+
* databaseEncryption: {
|
|
40
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
41
|
+
* },
|
|
42
|
+
* iamInstanceProfile: "my--1p-dev-controlplane",
|
|
43
|
+
* subnetIds: ["subnet-00000000000000000"],
|
|
44
|
+
* version: versions.then(versions => versions.validVersions?[0]),
|
|
45
|
+
* instanceType: "t3.medium",
|
|
46
|
+
* mainVolume: {
|
|
47
|
+
* iops: 3000,
|
|
48
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
49
|
+
* sizeGib: 10,
|
|
50
|
+
* volumeType: "GP3",
|
|
51
|
+
* },
|
|
52
|
+
* proxyConfig: {
|
|
53
|
+
* secretArn: "arn:aws:secretsmanager:us-west-2:126285863215:secret:proxy_config20210824150329476300000001-ABCDEF",
|
|
54
|
+
* secretVersion: "12345678-ABCD-EFGH-IJKL-987654321098",
|
|
55
|
+
* },
|
|
56
|
+
* rootVolume: {
|
|
57
|
+
* iops: 3000,
|
|
58
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
59
|
+
* sizeGib: 10,
|
|
60
|
+
* volumeType: "GP3",
|
|
61
|
+
* },
|
|
62
|
+
* securityGroupIds: ["sg-00000000000000000"],
|
|
63
|
+
* sshConfig: {
|
|
64
|
+
* ec2KeyPair: "my--1p-dev-ssh",
|
|
65
|
+
* },
|
|
66
|
+
* tags: {
|
|
67
|
+
* owner: "emailAddress:my@service-account.com",
|
|
68
|
+
* },
|
|
69
|
+
* },
|
|
70
|
+
* fleet: {
|
|
71
|
+
* project: "my-project-number",
|
|
72
|
+
* },
|
|
73
|
+
* location: "us-west1",
|
|
74
|
+
* networking: {
|
|
75
|
+
* podAddressCidrBlocks: ["10.2.0.0/16"],
|
|
76
|
+
* serviceAddressCidrBlocks: ["10.1.0.0/16"],
|
|
77
|
+
* vpcId: "vpc-00000000000000000",
|
|
78
|
+
* },
|
|
79
|
+
* annotations: {
|
|
80
|
+
* "label-one": "value-one",
|
|
81
|
+
* },
|
|
82
|
+
* description: "A sample aws cluster",
|
|
83
|
+
* project: "my-project-name",
|
|
84
|
+
* });
|
|
85
|
+
* const primaryAwsNodePool = new gcp.container.AwsNodePool("primaryAwsNodePool", {
|
|
86
|
+
* autoscaling: {
|
|
87
|
+
* maxNodeCount: 5,
|
|
88
|
+
* minNodeCount: 1,
|
|
89
|
+
* },
|
|
90
|
+
* cluster: primaryAwsCluster.name,
|
|
91
|
+
* config: {
|
|
92
|
+
* configEncryption: {
|
|
93
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
94
|
+
* },
|
|
95
|
+
* iamInstanceProfile: "my--1p-dev-nodepool",
|
|
96
|
+
* instanceType: "t3.medium",
|
|
97
|
+
* labels: {
|
|
98
|
+
* "label-one": "value-one",
|
|
99
|
+
* },
|
|
100
|
+
* rootVolume: {
|
|
101
|
+
* iops: 3000,
|
|
102
|
+
* kmsKeyArn: "arn:aws:kms:my-aws-region:012345678910:key/12345678-1234-1234-1234-123456789111",
|
|
103
|
+
* sizeGib: 10,
|
|
104
|
+
* volumeType: "GP3",
|
|
105
|
+
* },
|
|
106
|
+
* securityGroupIds: ["sg-00000000000000000"],
|
|
107
|
+
* sshConfig: {
|
|
108
|
+
* ec2KeyPair: "my--1p-dev-ssh",
|
|
109
|
+
* },
|
|
110
|
+
* tags: {
|
|
111
|
+
* "tag-one": "value-one",
|
|
112
|
+
* },
|
|
113
|
+
* taints: [{
|
|
114
|
+
* effect: "PREFER_NO_SCHEDULE",
|
|
115
|
+
* key: "taint-key",
|
|
116
|
+
* value: "taint-value",
|
|
117
|
+
* }],
|
|
118
|
+
* },
|
|
119
|
+
* location: "us-west1",
|
|
120
|
+
* maxPodsConstraint: {
|
|
121
|
+
* maxPodsPerNode: 110,
|
|
122
|
+
* },
|
|
123
|
+
* subnetId: "subnet-00000000000000000",
|
|
124
|
+
* version: versions.then(versions => versions.validVersions?[0]),
|
|
125
|
+
* annotations: {
|
|
126
|
+
* "label-one": "value-one",
|
|
127
|
+
* },
|
|
128
|
+
* project: "my-project-name",
|
|
129
|
+
* });
|
|
130
|
+
* ```
|
|
131
|
+
*
|
|
132
|
+
* ## Import
|
|
133
|
+
*
|
|
134
|
+
* NodePool can be imported using any of these accepted formats
|
|
135
|
+
*
|
|
136
|
+
* ```sh
|
|
137
|
+
* $ pulumi import gcp:container/awsNodePool:AwsNodePool default projects/{{project}}/locations/{{location}}/awsClusters/{{cluster}}/awsNodePools/{{name}}
|
|
138
|
+
* ```
|
|
139
|
+
*
|
|
140
|
+
* ```sh
|
|
141
|
+
* $ pulumi import gcp:container/awsNodePool:AwsNodePool default {{project}}/{{location}}/{{cluster}}/{{name}}
|
|
142
|
+
* ```
|
|
143
|
+
*
|
|
144
|
+
* ```sh
|
|
145
|
+
* $ pulumi import gcp:container/awsNodePool:AwsNodePool default {{location}}/{{cluster}}/{{name}}
|
|
146
|
+
* ```
|
|
147
|
+
*/
|
|
148
|
+
class AwsNodePool extends pulumi.CustomResource {
|
|
149
|
+
constructor(name, argsOrState, opts) {
|
|
150
|
+
let inputs = {};
|
|
151
|
+
opts = opts || {};
|
|
152
|
+
if (opts.id) {
|
|
153
|
+
const state = argsOrState;
|
|
154
|
+
inputs["annotations"] = state ? state.annotations : undefined;
|
|
155
|
+
inputs["autoscaling"] = state ? state.autoscaling : undefined;
|
|
156
|
+
inputs["cluster"] = state ? state.cluster : undefined;
|
|
157
|
+
inputs["config"] = state ? state.config : undefined;
|
|
158
|
+
inputs["createTime"] = state ? state.createTime : undefined;
|
|
159
|
+
inputs["etag"] = state ? state.etag : undefined;
|
|
160
|
+
inputs["location"] = state ? state.location : undefined;
|
|
161
|
+
inputs["maxPodsConstraint"] = state ? state.maxPodsConstraint : undefined;
|
|
162
|
+
inputs["name"] = state ? state.name : undefined;
|
|
163
|
+
inputs["project"] = state ? state.project : undefined;
|
|
164
|
+
inputs["reconciling"] = state ? state.reconciling : undefined;
|
|
165
|
+
inputs["state"] = state ? state.state : undefined;
|
|
166
|
+
inputs["subnetId"] = state ? state.subnetId : undefined;
|
|
167
|
+
inputs["uid"] = state ? state.uid : undefined;
|
|
168
|
+
inputs["updateTime"] = state ? state.updateTime : undefined;
|
|
169
|
+
inputs["version"] = state ? state.version : undefined;
|
|
170
|
+
}
|
|
171
|
+
else {
|
|
172
|
+
const args = argsOrState;
|
|
173
|
+
if ((!args || args.autoscaling === undefined) && !opts.urn) {
|
|
174
|
+
throw new Error("Missing required property 'autoscaling'");
|
|
175
|
+
}
|
|
176
|
+
if ((!args || args.cluster === undefined) && !opts.urn) {
|
|
177
|
+
throw new Error("Missing required property 'cluster'");
|
|
178
|
+
}
|
|
179
|
+
if ((!args || args.config === undefined) && !opts.urn) {
|
|
180
|
+
throw new Error("Missing required property 'config'");
|
|
181
|
+
}
|
|
182
|
+
if ((!args || args.location === undefined) && !opts.urn) {
|
|
183
|
+
throw new Error("Missing required property 'location'");
|
|
184
|
+
}
|
|
185
|
+
if ((!args || args.maxPodsConstraint === undefined) && !opts.urn) {
|
|
186
|
+
throw new Error("Missing required property 'maxPodsConstraint'");
|
|
187
|
+
}
|
|
188
|
+
if ((!args || args.subnetId === undefined) && !opts.urn) {
|
|
189
|
+
throw new Error("Missing required property 'subnetId'");
|
|
190
|
+
}
|
|
191
|
+
if ((!args || args.version === undefined) && !opts.urn) {
|
|
192
|
+
throw new Error("Missing required property 'version'");
|
|
193
|
+
}
|
|
194
|
+
inputs["annotations"] = args ? args.annotations : undefined;
|
|
195
|
+
inputs["autoscaling"] = args ? args.autoscaling : undefined;
|
|
196
|
+
inputs["cluster"] = args ? args.cluster : undefined;
|
|
197
|
+
inputs["config"] = args ? args.config : undefined;
|
|
198
|
+
inputs["location"] = args ? args.location : undefined;
|
|
199
|
+
inputs["maxPodsConstraint"] = args ? args.maxPodsConstraint : undefined;
|
|
200
|
+
inputs["name"] = args ? args.name : undefined;
|
|
201
|
+
inputs["project"] = args ? args.project : undefined;
|
|
202
|
+
inputs["subnetId"] = args ? args.subnetId : undefined;
|
|
203
|
+
inputs["version"] = args ? args.version : undefined;
|
|
204
|
+
inputs["createTime"] = undefined /*out*/;
|
|
205
|
+
inputs["etag"] = undefined /*out*/;
|
|
206
|
+
inputs["reconciling"] = undefined /*out*/;
|
|
207
|
+
inputs["state"] = undefined /*out*/;
|
|
208
|
+
inputs["uid"] = undefined /*out*/;
|
|
209
|
+
inputs["updateTime"] = undefined /*out*/;
|
|
210
|
+
}
|
|
211
|
+
if (!opts.version) {
|
|
212
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
213
|
+
}
|
|
214
|
+
super(AwsNodePool.__pulumiType, name, inputs, opts);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Get an existing AwsNodePool resource's state with the given name, ID, and optional extra
|
|
218
|
+
* properties used to qualify the lookup.
|
|
219
|
+
*
|
|
220
|
+
* @param name The _unique_ name of the resulting resource.
|
|
221
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
222
|
+
* @param state Any extra arguments used during the lookup.
|
|
223
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
224
|
+
*/
|
|
225
|
+
static get(name, id, state, opts) {
|
|
226
|
+
return new AwsNodePool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Returns true if the given object is an instance of AwsNodePool. This is designed to work even
|
|
230
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
231
|
+
*/
|
|
232
|
+
static isInstance(obj) {
|
|
233
|
+
if (obj === undefined || obj === null) {
|
|
234
|
+
return false;
|
|
235
|
+
}
|
|
236
|
+
return obj['__pulumiType'] === AwsNodePool.__pulumiType;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
exports.AwsNodePool = AwsNodePool;
|
|
240
|
+
/** @internal */
|
|
241
|
+
AwsNodePool.__pulumiType = 'gcp:container/awsNodePool:AwsNodePool';
|
|
242
|
+
//# sourceMappingURL=awsNodePool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awsNodePool.js","sourceRoot":"","sources":["../../container/awsNodePool.ts"],"names":[],"mappings":"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"}
|