Skip to content

Commit

Permalink
client go codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpowermac committed Oct 30, 2024
1 parent 44ace6f commit 37a140b
Show file tree
Hide file tree
Showing 14 changed files with 167 additions and 85 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

replace github.com/openshift/api => github.com/jcpowermac/api v0.0.0-20241025125111-304588fe4fa5
replace github.com/openshift/api => github.com/jcpowermac/api v0.0.0-20241030123604-ca48ada0adc2

replace github.com/openshift/client-go => github.com/jcpowermac/client-go v0.0.0-20241025125227-2f913cf9a783
replace github.com/openshift/client-go => github.com/jcpowermac/client-go v0.0.0-20241030124430-a03b5767c110

replace github.com/openshift/library-go => github.com/jcpowermac/library-go v0.0.0-20241025125326-e6593037aea6
replace github.com/openshift/library-go => github.com/jcpowermac/library-go v0.0.0-20241030124532-6d9725fc87cc
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jcpowermac/api v0.0.0-20241025125111-304588fe4fa5 h1:8KumY+abAVkm/OJ8o9p6GiztuLLgMep6CpTezSylj3M=
github.com/jcpowermac/api v0.0.0-20241025125111-304588fe4fa5/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
github.com/jcpowermac/client-go v0.0.0-20241025125227-2f913cf9a783 h1:KBUCBjPHzoA9uf7fX8+GkQlom9CKZeVPgcC9kbi7yfU=
github.com/jcpowermac/client-go v0.0.0-20241025125227-2f913cf9a783/go.mod h1:pjN07cCqwztuvsJINFudgZ2/v069SAzl1UnDCcL0Vek=
github.com/jcpowermac/library-go v0.0.0-20241025125326-e6593037aea6 h1:05DC3cqrWkPfcTLakEkqWNWSce0j63m5hjY0AudParU=
github.com/jcpowermac/library-go v0.0.0-20241025125326-e6593037aea6/go.mod h1:iG9foo/fPDIt8AzrMSzKRIIHL/8HpImiUNkvjvZcqqQ=
github.com/jcpowermac/api v0.0.0-20241030123604-ca48ada0adc2 h1:yhtUn1RvKVfqPvWmRLqxAPbEyZNy9kVT+60icIWcGys=
github.com/jcpowermac/api v0.0.0-20241030123604-ca48ada0adc2/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
github.com/jcpowermac/client-go v0.0.0-20241030124430-a03b5767c110 h1:yLm0bXYbcG5wH1JLzc130h+XBfgN3PE3MRcxB6fUc5s=
github.com/jcpowermac/client-go v0.0.0-20241030124430-a03b5767c110/go.mod h1:QOPDXtB1g64fwCfspVWQ4jMSVONmdfHzrGbRDfJdDgM=
github.com/jcpowermac/library-go v0.0.0-20241030124532-6d9725fc87cc h1:DZP9pL1xVybUZJgJGS6lrqeWPUebKVXcOD3fDxULcWM=
github.com/jcpowermac/library-go v0.0.0-20241030124532-6d9725fc87cc/go.mod h1:5tIBsLhAhUZlDeQX0wY/6gzY+79o2+0QoaXfy20IF0Y=
github.com/jgautheron/goconst v1.7.1 h1:VpdAG7Ca7yvvJk5n8dMwQhfEZJh95kl/Hl9S1OI5Jkk=
github.com/jgautheron/goconst v1.7.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4=
github.com/jingyugao/rowserrcheck v1.1.1 h1:zibz55j/MJtLsjP1OF4bSdgXxwL1b+Vn7Tjzq7gFzUs=
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/openshift/api/features.md

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

8 changes: 0 additions & 8 deletions vendor/github.com/openshift/api/features/features.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.

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.

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.

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

Loading

0 comments on commit 37a140b

Please sign in to comment.