Skip to content

Commit b997cfe

Browse files
feat(api): add warm pools resource to prebuilds
1 parent c1c9496 commit b997cfe

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 172
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-2083161ba9b1eb8429e21c30b34c94ed1fc450095f54498a1dfeba19c4cb780f.yml
3-
openapi_spec_hash: 675370d39672e735988f8501c9502dfc
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-c6bbc07d363a615337303ef6c5338faed25448b6963b992ed29418dba3de6136.yml
3+
openapi_spec_hash: acc8bbf6f8313c075e9bdba83700baa7
44
config_hash: 2daf822ad8d9d03f0a72a8bf8adc92a1

src/gitpod/types/shared/resource_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@
5959
"RESOURCE_ROLE_SNAPSHOT_RUNNER",
6060
"RESOURCE_ROLE_WEBHOOK_ADMIN",
6161
"RESOURCE_ROLE_WEBHOOK_VIEWER",
62+
"RESOURCE_ROLE_WARMPOOL_RUNNER",
6263
]

src/gitpod/types/shared/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@
5353
"RESOURCE_TYPE_ANNOUNCEMENT_BANNER",
5454
"RESOURCE_TYPE_SERVICE_ACCOUNT_TOKEN",
5555
"RESOURCE_TYPE_ROLE_ASSIGNMENT",
56+
"RESOURCE_TYPE_WARM_POOL",
5657
]

src/gitpod/types/shared_params/resource_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@
6161
"RESOURCE_ROLE_SNAPSHOT_RUNNER",
6262
"RESOURCE_ROLE_WEBHOOK_ADMIN",
6363
"RESOURCE_ROLE_WEBHOOK_VIEWER",
64+
"RESOURCE_ROLE_WARMPOOL_RUNNER",
6465
]

src/gitpod/types/shared_params/resource_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@
5555
"RESOURCE_TYPE_ANNOUNCEMENT_BANNER",
5656
"RESOURCE_TYPE_SERVICE_ACCOUNT_TOKEN",
5757
"RESOURCE_TYPE_ROLE_ASSIGNMENT",
58+
"RESOURCE_TYPE_WARM_POOL",
5859
]

0 commit comments

Comments
 (0)