penguin/webhook-freedns

freedns webhook for cert-manager

commit af909124d322650cbfd2d629353e0682c0778e48

authorjetstack-bot <32282838+jetstack-bot@users.noreply.github.com>
date2021-02-22T16:10:48Z
subjectMerge pull request #21 from jakexks/smoke_tests
commit af909124d322650cbfd2d629353e0682c0778e48
Merge: 7a722fd 1338385
Author: jetstack-bot <32282838+jetstack-bot@users.noreply.github.com>
Date:   2021-02-22T16:10:48Z

    Merge pull request #21 from jakexks/smoke_tests
    
    Update to cert-manager 1.2 and prepare for automated testing.

 .gitignore                                |   4 +
 Dockerfile                                |   3 +-
 Makefile                                  |  20 +-
 deploy/example-webhook/templates/pki.yaml |   8 +-
 example/dns.go                            |  69 ++++
 example/example.go                        |  68 ++++
 example/example_test.go                   |  96 ++++++
 go.mod                                    |   8 +-
 go.sum                                    | 548 +++++++++++++++++++++++-------
 main_test.go                              |  20 +-
 scripts/fetch-test-binaries.sh            |   1 -
 11 files changed, 705 insertions(+), 140 deletions(-)