Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ model_volume_types_inner.go
model_volumes_response.go
model_volumes_types_response.go
response.go
utils.go
utils.go
3 changes: 2 additions & 1 deletion v1/providers/shadeform/gen/shadeform/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,7 @@ components:
- pending
- active
- deleted
- error
example: active
type: string
StatusDetails:
Expand Down Expand Up @@ -2751,4 +2752,4 @@ components:
ApiKeyAuth:
in: header
name: X-API-KEY
type: apiKey
type: apiKey
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ SetOs sets Os field to given value.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ SetGpuManufacturer sets GpuManufacturer field to given value.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 2 additions & 0 deletions v1/providers/shadeform/gen/shadeform/docs/Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

* `DELETED` (value: `"deleted"`)

* `ERROR` (value: `"error"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 2 additions & 0 deletions v1/providers/shadeform/gen/shadeform/model_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading