mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-25 18:48:42 -05:00
16 lines
244 B
Ruby
16 lines
244 B
Ruby
# 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
|