Skip to content

Commit c29b095

Browse files
feat(api): add port_authentication capability to runner_capability
1 parent e77b613 commit c29b095

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-f570506d82942fdb3a9f4b7a5d132ed844382dd75805f29dfeeeaf5204053301.yml
3-
openapi_spec_hash: cd8bd23d7ff803f061fce04b772d9466
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-f3b2ada71e17af494850c3c8b1b00cf5c6625b26f19f22d289ba37173f3019f5.yml
3+
openapi_spec_hash: efd6b17f7ccf946e8888236ea24111d2
44
config_hash: 25c7c72de891ed240ee62c4fb9a99756

src/gitpod/types/runner_capability.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
"RUNNER_CAPABILITY_RUNNER_SIDE_AGENT",
1919
"RUNNER_CAPABILITY_WARM_POOL",
2020
"RUNNER_CAPABILITY_ASG_WARM_POOL",
21+
"RUNNER_CAPABILITY_PORT_AUTHENTICATION",
2122
]

0 commit comments

Comments
 (0)