Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MF
Public
Containers
rancher-letsencrypt
Commits
a882322b
Commit
a882322b
authored
8 years ago
by
Jan B
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #19 from willseward/vultr-provider
Added vultr provider
parents
a07b4d8f
c9a9e2aa
master
acme-v2
run-once
switch-to-vendor
v1.0.0
v0.5.0
v0.4.0
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Godeps/Godeps.json
+18
-1
Godeps/Godeps.json
Godeps/_workspace/src/github.com/JamesClonk/vultr/LICENSE
+22
-0
Godeps/_workspace/src/github.com/JamesClonk/vultr/LICENSE
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/account_info.go
+59
-0
...space/src/github.com/JamesClonk/vultr/lib/account_info.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/client.go
+224
-0
.../_workspace/src/github.com/JamesClonk/vultr/lib/client.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/dns.go
+112
-0
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/dns.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/ip.go
+118
-0
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/ip.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/iso.go
+23
-0
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/iso.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/os.go
+24
-0
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/os.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/plans.go
+35
-0
...s/_workspace/src/github.com/JamesClonk/vultr/lib/plans.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/regions.go
+24
-0
..._workspace/src/github.com/JamesClonk/vultr/lib/regions.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/scripts.go
+110
-0
..._workspace/src/github.com/JamesClonk/vultr/lib/scripts.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/servers.go
+386
-0
..._workspace/src/github.com/JamesClonk/vultr/lib/servers.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/snapshots.go
+50
-0
...orkspace/src/github.com/JamesClonk/vultr/lib/snapshots.go
Godeps/_workspace/src/github.com/JamesClonk/vultr/lib/sshkeys.go
+67
-0
..._workspace/src/github.com/JamesClonk/vultr/lib/sshkeys.go
Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE
+191
-0
Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE
Godeps/_workspace/src/github.com/juju/ratelimit/README.md
+117
-0
Godeps/_workspace/src/github.com/juju/ratelimit/README.md
Godeps/_workspace/src/github.com/juju/ratelimit/ratelimit.go
+245
-0
Godeps/_workspace/src/github.com/juju/ratelimit/ratelimit.go
Godeps/_workspace/src/github.com/juju/ratelimit/reader.go
+51
-0
Godeps/_workspace/src/github.com/juju/ratelimit/reader.go
Godeps/_workspace/src/github.com/xenolf/lego/providers/dns/vultr/vultr.go
+127
-0
...e/src/github.com/xenolf/lego/providers/dns/vultr/vultr.go
context.go
+1
-0
context.go
with
2004 additions
and
1 deletion
+2004
-1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets