Skip to content

Commit 3845575

Browse files
committed
chore: clearer enum names
1 parent 25962f1 commit 3845575

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

astra/astra.gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/astra-devops-api.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,14 +2695,17 @@ components:
26952695
- standard
26962696
- storageOptimized
26972697
x-enum-varnames:
2698-
- InstanceTypeStandard
2699-
- InstanceTypeStorageOptimized
2698+
- PcuInstanceTypeStandard
2699+
- PcuInstanceTypeStorageOptimized
27002700
ProvisionType:
27012701
type: string
27022702
description: "Provision type for PCU groups"
27032703
enum:
27042704
- shared
27052705
- dedicated
2706+
x-enum-varnames:
2707+
- PcuProvisionTypeShared
2708+
- PcuProvisionTypeDedicated
27062709
PCUGroupStatus:
27072710
type: string
27082711
description: "PCU Group lifecycle status"

0 commit comments

Comments
 (0)