mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
Rename
remove email
This commit is contained in:
parent
2ff6e59932
commit
1c0b560a67
8 changed files with 19 additions and 20 deletions
16
lib/vmpooler/dns/gcp/clouddns.rb
Normal file
16
lib/vmpooler/dns/gcp/clouddns.rb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'googleauth'
|
||||
require 'google/cloud/dns'
|
||||
|
||||
module Vmpooler
|
||||
class PoolManager
|
||||
class Dns
|
||||
class Gcp
|
||||
class Clouddns
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue