Skip to content

Commit

Permalink
fix ingress GK lookup on k8s 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 27, 2022
1 parent 4885704 commit 86b5f93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.2.0
github.com/gardener/controller-manager-library v0.2.1-0.20220126094020-f34771c852b2
github.com/gardener/controller-manager-library v0.2.1-0.20220127132236-5167be276ff5
github.com/gardener/external-dns-management v0.11.4
github.com/go-acme/lego/v4 v4.5.3
github.com/miekg/dns v1.1.44
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/gardener/controller-manager-library v0.2.1-0.20220103153255-cff2a133a1e6/go.mod h1:E1Abd/nMB9pbwEiEHPADjsPgbJRJG90WlU28yim2DG4=
github.com/gardener/controller-manager-library v0.2.1-0.20220126094020-f34771c852b2 h1:O3wrxRHcodkRMSlWVMV+0fqMcWqS/dtFUNwSkLGCMNY=
github.com/gardener/controller-manager-library v0.2.1-0.20220126094020-f34771c852b2/go.mod h1:g4tY1OqZx4S1qlvZD+7NfWipNbgCQk5FaZ5We1C8kns=
github.com/gardener/controller-manager-library v0.2.1-0.20220127132236-5167be276ff5 h1:yVImbpyN4HFCc3BA2ywt/cV+xNs8+zTXX/ZNR0ksCiM=
github.com/gardener/controller-manager-library v0.2.1-0.20220127132236-5167be276ff5/go.mod h1:g4tY1OqZx4S1qlvZD+7NfWipNbgCQk5FaZ5We1C8kns=
github.com/gardener/external-dns-management v0.11.4 h1:SW/GAytcqiQWWn5Ls3aZEnY7LPLrYSMqd1nfcrnMwsA=
github.com/gardener/external-dns-management v0.11.4/go.mod h1:/OO8YRpyJoWV47I+5K0GbbNx2hUYIIS9VXDz0Q9T3bY=
github.com/getkin/kin-openapi v0.53.0/go.mod h1:7Yn5whZr5kJi6t+kShccXS8ae1APpYTW6yheSwk8Yi4=
Expand Down
Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ github.com/fatih/color
# github.com/fsnotify/fsnotify v1.4.9
## explicit; go 1.13
github.com/fsnotify/fsnotify
# github.com/gardener/controller-manager-library v0.2.1-0.20220126094020-f34771c852b2
# github.com/gardener/controller-manager-library v0.2.1-0.20220127132236-5167be276ff5
## explicit; go 1.16
github.com/gardener/controller-manager-library/hack
github.com/gardener/controller-manager-library/pkg/certmgmt
Expand Down

0 comments on commit 86b5f93

Please sign in to comment.