We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608ce29 commit 2f8267eCopy full SHA for 2f8267e
2 files changed
designate.go
@@ -12,6 +12,7 @@ limitations under the License.
12
*/
13
14
package main
15
+
16
import (
17
"net"
18
"net/http"
@@ -22,9 +23,8 @@ import (
22
23
"github.com/gophercloud/gophercloud"
24
"github.com/gophercloud/gophercloud/openstack"
25
- log "github.com/sirupsen/logrus"
26
"github.com/kubernetes-incubator/external-dns/pkg/tlsutils"
27
-
+ log "github.com/sirupsen/logrus"
28
)
29
30
// copies environment variables to new names without overwriting existing values
main.go
@@ -18,7 +18,6 @@ import (
19
const GroupName = "acme.syseleven.de"
20
21
func main() {
cmd.RunWebhookServer(GroupName,
&designateDNSProviderSolver{},
0 commit comments