Revert "Add support to GCLOUD provider for DS records (#760)" (#761)

This reverts commit 14ff68b151.
This commit is contained in:
Tom Limoncelli 2020-06-09 13:31:09 -04:00 committed by GitHub
parent ba7efe3402
commit 4e2dbd879d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@ const (
// CanUseCAA indicates the provider can handle CAA records
CanUseCAA
// CanUseDS indicates that the provider can handle DS record types
// CanUseDs indicates that the provider can handle DS record types
CanUseDS
// CanUsePTR indicates the provider can handle PTR records

View file

@ -16,7 +16,6 @@ import (
var features = providers.DocumentationNotes{
providers.CanGetZones: providers.Can(),
providers.CanUseDS: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUsePTR: providers.Can(),
providers.CanUseSRV: providers.Can(),