Skip to content

Commit a11453c

Browse files
authored
chore: Update clusters list-regions api spec due to api change (#237)
1 parent c04c131 commit a11453c

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

openapi.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8669,22 +8669,35 @@ components:
86698669
type: object
86708670
required:
86718671
- name
8672-
- availability_zones
8672+
- supported_instance_types
86738673
- driver_versions
86748674
properties:
86758675
name:
86768676
description: Identifiable name of the region.
86778677
type: string
86788678
driver_versions:
8679-
description: List of supported identifiable driver versions available in the region.
8679+
description: List of supported identifiable cuda/nvidia driver versions pairs available in the region.
86808680
type: array
86818681
items:
8682-
type: string
8682+
$ref: '#/components/schemas/ClusterDriverVersionInfo'
86838683
supported_instance_types:
86848684
description: List of supported identifiable gpus available in the region.
86858685
type: array
86868686
items:
86878687
type: string
8688+
ClusterDriverVersionInfo:
8689+
type: object
8690+
description: CUDA/NVIDIA driver versions pair available in the region to use in the create cluster request.
8691+
required:
8692+
- cuda_driver_version
8693+
- nvidia_driver_version
8694+
properties:
8695+
cuda_driver_version:
8696+
description: CUDA driver version.
8697+
type: string
8698+
nvidia_driver_version:
8699+
description: NVIDIA driver version.
8700+
type: string
86888701
GPUClustersSharedVolumeCreateRequest:
86898702
type: object
86908703
required:

0 commit comments

Comments
 (0)