Skip to content

Commit

Permalink
Automated DCL import.
Browse files Browse the repository at this point in the history
  - 36e74b3 Automatic import from cloud_mmv2_dcl_20220321_0931_RC00 by DCL Team <[email protected]>

GitOrigin-RevId: 36e74b3
  • Loading branch information
DCL Team authored and copybara-github committed Mar 21, 2022
1 parent 5eb3bd2 commit efd1dd6
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion services/google/containeraws/alpha/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ components:
type: string
x-dcl-go-name: InstanceType
description: Optional. The AWS instance type. When unspecified, it defaults
to `t3.medium`.
to `m5.large`.
x-dcl-server-default: true
mainVolume:
type: object
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/containeraws/alpha/node_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ components:
type: string
x-dcl-go-name: InstanceType
description: Optional. The AWS instance type. When unspecified, it defaults
to `t3.medium`.
to `m5.large`.
x-kubernetes-immutable: true
x-dcl-server-default: true
labels:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/containeraws/beta/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ components:
type: string
x-dcl-go-name: InstanceType
description: Optional. The AWS instance type. When unspecified, it defaults
to `t3.medium`.
to `m5.large`.
x-dcl-server-default: true
mainVolume:
type: object
Expand Down
6 changes: 3 additions & 3 deletions services/google/containeraws/beta/cluster_beta_yaml_embed.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/containeraws/beta/node_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ components:
type: string
x-dcl-go-name: InstanceType
description: Optional. The AWS instance type. When unspecified, it defaults
to `t3.medium`.
to `m5.large`.
x-kubernetes-immutable: true
x-dcl-server-default: true
labels:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/containeraws/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ components:
type: string
x-dcl-go-name: InstanceType
description: Optional. The AWS instance type. When unspecified, it defaults
to `t3.medium`.
to `m5.large`.
x-dcl-server-default: true
mainVolume:
type: object
Expand Down
6 changes: 3 additions & 3 deletions services/google/containeraws/cluster_yaml_embed.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/containeraws/node_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ components:
type: string
x-dcl-go-name: InstanceType
description: Optional. The AWS instance type. When unspecified, it defaults
to `t3.medium`.
to `m5.large`.
x-kubernetes-immutable: true
x-dcl-server-default: true
labels:
Expand Down
6 changes: 3 additions & 3 deletions services/google/containeraws/node_pool_yaml_embed.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/containeraws/samples/basic.cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"awsRegion": "{{aws_region}}",
"controlPlane": {
"version": "1.21.5-gke.2800",
"instanceType": "t3.medium",
"instanceType": "m5.large",
"sshConfig": {
"ec2KeyPair": "{{byo_multicloud_prefix}}-1p-dev-ssh"
},
Expand Down
2 changes: 1 addition & 1 deletion services/google/containeraws/samples/basic.node_pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"maxPodsPerNode": 110
},
"config": {
"instanceType": "t3.medium",
"instanceType": "m5.large",
"configEncryption": {
"kmsKeyArn": "arn:aws:kms:{{aws_region}}:{{aws_account_id}}:key/{{aws_database_encryption_key}}"
},
Expand Down
2 changes: 1 addition & 1 deletion services/google/containeraws/samples/update.node_pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"maxPodsPerNode": 110
},
"config": {
"instanceType": "t3.medium",
"instanceType": "m5.large",
"configEncryption": {
"kmsKeyArn": "arn:aws:kms:{{aws_region}}:{{aws_account_id}}:key/updated-config-encryption-kms-key-arn"
},
Expand Down

0 comments on commit efd1dd6

Please sign in to comment.