Skip to content

Commit 1ad8193

Browse files
committed
Add comment back in for InstanceType struct that was removed in the auto-generated file.
1 parent 641328e commit 1ad8193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818

1919
package aws
2020

21+
// InstanceType is spec of EC2 instance
2122
type InstanceType struct {
2223
InstanceType string
2324
VCPU int64

0 commit comments

Comments
 (0)