Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by create-pull-request action #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
25,798 changes: 12,922 additions & 12,876 deletions api/v1/koyeb/api/openapi.yaml

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions api/v1/koyeb/docs/DatacenterListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**Domain** | Pointer to **string** | | [optional]
**Coordinates** | Pointer to **[]string** | | [optional]
**UseGpu** | Pointer to **bool** | | [optional]
**Regions** | Pointer to **[]string** | | [optional]

## Methods

Expand Down Expand Up @@ -154,6 +155,31 @@ SetUseGpu sets UseGpu field to given value.

HasUseGpu returns a boolean if a field has been set.

### GetRegions

`func (o *DatacenterListItem) GetRegions() []string`

GetRegions returns the Regions field if non-nil, zero value otherwise.

### GetRegionsOk

`func (o *DatacenterListItem) GetRegionsOk() (*[]string, bool)`

GetRegionsOk returns a tuple with the Regions field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetRegions

`func (o *DatacenterListItem) SetRegions(v []string)`

SetRegions sets Regions field to given value.

### HasRegions

`func (o *DatacenterListItem) HasRegions() bool`

HasRegions returns a boolean if a field has been set.


[[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
26 changes: 26 additions & 0 deletions api/v1/koyeb/docs/Region.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**Instances** | Pointer to **[]string** | | [optional]
**Datacenters** | Pointer to **[]string** | | [optional]
**VolumesEnabled** | Pointer to **bool** | | [optional]
**Scope** | Pointer to **string** | The scope of the region, continent, metropolitan area, etc. | [optional]

## Methods

Expand Down Expand Up @@ -206,6 +207,31 @@ SetVolumesEnabled sets VolumesEnabled field to given value.

HasVolumesEnabled returns a boolean if a field has been set.

### GetScope

`func (o *Region) GetScope() string`

GetScope returns the Scope field if non-nil, zero value otherwise.

### GetScopeOk

`func (o *Region) GetScopeOk() (*string, bool)`

GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetScope

`func (o *Region) SetScope(v string)`

SetScope sets Scope field to given value.

### HasScope

`func (o *Region) HasScope() bool`

HasScope returns a boolean if a field has been set.


[[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
26 changes: 26 additions & 0 deletions api/v1/koyeb/docs/RegionListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**Instances** | Pointer to **[]string** | | [optional]
**Datacenters** | Pointer to **[]string** | | [optional]
**VolumesEnabled** | Pointer to **bool** | | [optional]
**Scope** | Pointer to **string** | The scope of the region, continent, metropolitan area, etc. | [optional]

## Methods

Expand Down Expand Up @@ -206,6 +207,31 @@ SetVolumesEnabled sets VolumesEnabled field to given value.

HasVolumesEnabled returns a boolean if a field has been set.

### GetScope

`func (o *RegionListItem) GetScope() string`

GetScope returns the Scope field if non-nil, zero value otherwise.

### GetScopeOk

`func (o *RegionListItem) GetScopeOk() (*string, bool)`

GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetScope

`func (o *RegionListItem) SetScope(v string)`

SetScope sets Scope field to given value.

### HasScope

`func (o *RegionListItem) HasScope() bool`

HasScope returns a boolean if a field has been set.


[[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
104 changes: 104 additions & 0 deletions api/v1/koyeb/docs/Subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Name | Type | Description | Notes
**AmountPaid** | Pointer to **string** | | [optional]
**AmountRemaining** | Pointer to **string** | | [optional]
**PaymentFailure** | Pointer to [**SubscriptionPaymentFailure**](SubscriptionPaymentFailure.md) | | [optional]
**Trialing** | Pointer to **bool** | | [optional]
**TrialEndsAt** | Pointer to **time.Time** | | [optional]
**TrialMaxSpend** | Pointer to **string** | | [optional]
**CurrentSpend** | Pointer to **string** | | [optional]

## Methods

Expand Down Expand Up @@ -544,6 +548,106 @@ SetPaymentFailure sets PaymentFailure field to given value.

HasPaymentFailure returns a boolean if a field has been set.

### GetTrialing

`func (o *Subscription) GetTrialing() bool`

GetTrialing returns the Trialing field if non-nil, zero value otherwise.

### GetTrialingOk

`func (o *Subscription) GetTrialingOk() (*bool, bool)`

GetTrialingOk returns a tuple with the Trialing field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTrialing

`func (o *Subscription) SetTrialing(v bool)`

SetTrialing sets Trialing field to given value.

### HasTrialing

`func (o *Subscription) HasTrialing() bool`

HasTrialing returns a boolean if a field has been set.

### GetTrialEndsAt

`func (o *Subscription) GetTrialEndsAt() time.Time`

GetTrialEndsAt returns the TrialEndsAt field if non-nil, zero value otherwise.

### GetTrialEndsAtOk

`func (o *Subscription) GetTrialEndsAtOk() (*time.Time, bool)`

GetTrialEndsAtOk returns a tuple with the TrialEndsAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTrialEndsAt

`func (o *Subscription) SetTrialEndsAt(v time.Time)`

SetTrialEndsAt sets TrialEndsAt field to given value.

### HasTrialEndsAt

`func (o *Subscription) HasTrialEndsAt() bool`

HasTrialEndsAt returns a boolean if a field has been set.

### GetTrialMaxSpend

`func (o *Subscription) GetTrialMaxSpend() string`

GetTrialMaxSpend returns the TrialMaxSpend field if non-nil, zero value otherwise.

### GetTrialMaxSpendOk

`func (o *Subscription) GetTrialMaxSpendOk() (*string, bool)`

GetTrialMaxSpendOk returns a tuple with the TrialMaxSpend field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTrialMaxSpend

`func (o *Subscription) SetTrialMaxSpend(v string)`

SetTrialMaxSpend sets TrialMaxSpend field to given value.

### HasTrialMaxSpend

`func (o *Subscription) HasTrialMaxSpend() bool`

HasTrialMaxSpend returns a boolean if a field has been set.

### GetCurrentSpend

`func (o *Subscription) GetCurrentSpend() string`

GetCurrentSpend returns the CurrentSpend field if non-nil, zero value otherwise.

### GetCurrentSpendOk

`func (o *Subscription) GetCurrentSpendOk() (*string, bool)`

GetCurrentSpendOk returns a tuple with the CurrentSpend field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCurrentSpend

`func (o *Subscription) SetCurrentSpend(v string)`

SetCurrentSpend sets CurrentSpend field to given value.

### HasCurrentSpend

`func (o *Subscription) HasCurrentSpend() bool`

HasCurrentSpend returns a boolean if a field has been set.


[[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
26 changes: 26 additions & 0 deletions api/v1/koyeb/docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Name | Type | Description | Notes
**Flags** | Pointer to [**[]UserFlags**](UserFlags.md) | | [optional]
**Name** | Pointer to **string** | | [optional]
**EmailValidated** | Pointer to **bool** | | [optional]
**Trialed** | Pointer to **bool** | | [optional]

## Methods

Expand Down Expand Up @@ -388,6 +389,31 @@ SetEmailValidated sets EmailValidated field to given value.

HasEmailValidated returns a boolean if a field has been set.

### GetTrialed

`func (o *User) GetTrialed() bool`

GetTrialed returns the Trialed field if non-nil, zero value otherwise.

### GetTrialedOk

`func (o *User) GetTrialedOk() (*bool, bool)`

GetTrialedOk returns a tuple with the Trialed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTrialed

`func (o *User) SetTrialed(v bool)`

SetTrialed sets Trialed field to given value.

### HasTrialed

`func (o *User) HasTrialed() bool`

HasTrialed returns a boolean if a field has been set.


[[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
36 changes: 36 additions & 0 deletions api/v1/koyeb/model_datacenter_list_item.go

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

37 changes: 37 additions & 0 deletions api/v1/koyeb/model_region.go

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

Loading