Add vcore limit support (#12212)

This commit is contained in:
Chris LaFreniere
2020-09-10 21:45:38 -07:00
committed by GitHub
parent 1f0cdf82e4
commit 02ddfc20f1
2 changed files with 4 additions and 1 deletions

View File

@@ -118,6 +118,9 @@ declare module 'azdata-ext' {
uid: string // "cea737aa-3f82-4f6a-9bed-2b51c2c33dff"
},
spec: {
limits?: {
vcores?: number // 4
}
service: {
type: string // "NodePort"
}