mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
Rename/relocate clouddns to match other providers
This commit is contained in:
parent
a7eb48d0b7
commit
22873d4c1a
1 changed files with 8 additions and 6 deletions
|
|
@ -1,14 +1,16 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative "clouddns/version"
|
require 'googleauth'
|
||||||
|
require 'google/cloud/dns'
|
||||||
|
|
||||||
module Vmpooler
|
module Vmpooler
|
||||||
module Dns
|
class PoolManager
|
||||||
module Google
|
class Dns
|
||||||
module Clouddns
|
class Google
|
||||||
class Error < StandardError; end
|
class Clouddns
|
||||||
# Your code goes here...
|
# Your code goes here...
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue