Rename/relocate clouddns to match other providers

This commit is contained in:
Jake Spain 2023-01-30 16:45:02 -05:00
parent a7eb48d0b7
commit 22873d4c1a
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113

View file

@ -1,13 +1,15 @@
# frozen_string_literal: true
require_relative "clouddns/version"
require 'googleauth'
require 'google/cloud/dns'
module Vmpooler
module Dns
module Google
module Clouddns
class Error < StandardError; end
# Your code goes here...
class PoolManager
class Dns
class Google
class Clouddns
# Your code goes here...
end
end
end
end