Merge pull request #3751 from dbonfigli/instance-gen-template

Add comment for exported type InstanceType in gen template
This commit is contained in:
Kubernetes Prow Robot 2021-02-17 04:33:06 -08:00 committed by GitHub
commit cd30499601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ limitations under the License.
package aws
// InstanceType is spec of EC2 instance
type InstanceType struct {
InstanceType string
VCPU int64