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 31, 2024
1 parent 69825e7 commit 45761cd
Show file tree
Hide file tree
Showing 20 changed files with 241 additions and 109 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-20241031140111-89514dc0c86b

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-20241031141648-0f0d5ca4d8f6
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-20241031140111-89514dc0c86b h1:MjlxTBaY4FxGESL8J4CKckJRnwXbHrMjdKgp+KZ96yM=
github.com/jcpowermac/api v0.0.0-20241031140111-89514dc0c86b/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-20241031141648-0f0d5ca4d8f6 h1:ZPZ9aafcgcGBfFVW6205gHcjqXv+eAba+GnvR36eERA=
github.com/jcpowermac/library-go v0.0.0-20241031141648-0f0d5ca4d8f6/go.mod h1:M05xBZ3c52+FIVZzAKsyDt/9fIvK4AIjXcc/k5ErVoQ=
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
18 changes: 12 additions & 6 deletions vendor/github.com/openshift/api/config/v1/types_infrastructure.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.

Loading

0 comments on commit 45761cd

Please sign in to comment.