Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
a5592964
Commit
a5592964
authored
Oct 30, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1640 from vtolstov/master
builder/digitalocean: fix v2 api size
parents
399837b0
e5ea82f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
builder/digitalocean/api.go
builder/digitalocean/api.go
+1
-1
No files found.
builder/digitalocean/api.go
View file @
a5592964
...
@@ -24,7 +24,7 @@ type Size struct {
...
@@ -24,7 +24,7 @@ type Size struct {
Memory
uint
`json:"memory,omitempty"`
//only in v2 api
Memory
uint
`json:"memory,omitempty"`
//only in v2 api
VCPUS
uint
`json:"vcpus,omitempty"`
//only in v2 api
VCPUS
uint
`json:"vcpus,omitempty"`
//only in v2 api
Disk
uint
`json:"disk,omitempty"`
//only in v2 api
Disk
uint
`json:"disk,omitempty"`
//only in v2 api
Transfer
uint
`json:"transfer,omitempty"`
//only in v2 api
Transfer
float64
`json:"transfer,omitempty"`
//only in v2 api
PriceMonthly
float64
`json:"price_monthly,omitempty"`
//only in v2 api
PriceMonthly
float64
`json:"price_monthly,omitempty"`
//only in v2 api
PriceHourly
float64
`json:"price_hourly,omitempty"`
//only in v2 api
PriceHourly
float64
`json:"price_hourly,omitempty"`
//only in v2 api
Regions
[]
string
`json:"regions,omitempty"`
//only in v2 api
Regions
[]
string
`json:"regions,omitempty"`
//only in v2 api
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment