We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641328e commit 1ad8193Copy full SHA for 1ad8193
cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
@@ -18,6 +18,7 @@ limitations under the License.
18
19
package aws
20
21
+// InstanceType is spec of EC2 instance
22
type InstanceType struct {
23
InstanceType string
24
VCPU int64
0 commit comments