Skip to content

Commit

Permalink
Merge pull request #39 from szuecs/update/kube-1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
szuecs authored Mar 27, 2024
2 parents 07b8995 + ff94083 commit f911c4e
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 38 deletions.
3 changes: 1 addition & 2 deletions client/clientset/versioned/clientset.go

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

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

79 changes: 75 additions & 4 deletions client/informers/externalversions/factory.go

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

15 changes: 12 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ module github.com/szuecs/routegroup-client
go 1.15

require (
cloud.google.com/go v0.97.0 // indirect
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // indirect
github.com/getkin/kin-openapi v0.76.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
k8s.io/apimachinery v0.25.16
k8s.io/client-go v0.25.16
k8s.io/code-generator v0.25.16
golang.org/x/net v0.19.0 // indirect
k8s.io/apimachinery v0.27.12
k8s.io/client-go v0.27.12
k8s.io/code-generator v0.27.12
sigs.k8s.io/yaml v1.3.0
)
Loading

0 comments on commit f911c4e

Please sign in to comment.