Skip to content

Commit

Permalink
vendor: openshift/api: bump for "External" platform type
Browse files Browse the repository at this point in the history
The "External" plaftform type was introduced with
openshift/api#1301.

Steps:

- go get github.com/openshift/api@4beb701aa75b8b2c262322afee802c49d647f5a1
- go mod vendor
- go mod tidy
- make update
- make

Required as part of https://issues.redhat.com/browse/NE-1123.
  • Loading branch information
frobware committed Jan 17, 2023
1 parent b81ee72 commit 85d15c1
Show file tree
Hide file tree
Showing 54 changed files with 3,092 additions and 3,463 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/go-logr/zapr v1.2.3
github.com/google/go-cmp v0.5.8
github.com/kevinburke/go-bindata v3.11.0+incompatible
github.com/openshift/api v0.0.0-20221108231433-20f563788aff
github.com/openshift/api v0.0.0-20221216185748-4beb701aa75b
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea
github.com/openshift/library-go v0.0.0-20220920133651-093893cf326b
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7J
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.10.5/go.mod h1:gza4q3jKQJijlu05nKWRCW/GavJumGt8aNRxWg7mt48=
github.com/onsi/gomega v1.20.1 h1:PA/3qinGoukvymdIDV8pii6tiZgC8kbmJO6Z5+b002Q=
github.com/openshift/api v0.0.0-20221108231433-20f563788aff h1:kODFdmoirVGQ46qugmYguGJZivUG8AwXnKquc3n35HU=
github.com/openshift/api v0.0.0-20221108231433-20f563788aff/go.mod h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A=
github.com/openshift/api v0.0.0-20221216185748-4beb701aa75b h1:IVaKarQWuJF673+gxnpuI3itXU5bEfeIewKEal63abs=
github.com/openshift/api v0.0.0-20221216185748-4beb701aa75b/go.mod h1:OW9hi5XDXOQWm/kRqUww6RVxZSf0nqrS4heerSmHBC4=
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea h1:7JbjIzWt3Q75ErY1PAZ+gCA+bErI6HSlpffHFmMMzqM=
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea/go.mod h1:+J8DqZC60acCdpYkwVy/KH4cudgWiFZRNOBeghCzdGA=
github.com/openshift/library-go v0.0.0-20220920133651-093893cf326b h1:LWwB7uN91G/JsMnZFd0+q6ZzAXlB4/oUOfpZWA585gw=
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/openshift/api/.gitignore

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

32 changes: 8 additions & 24 deletions vendor/github.com/openshift/api/Makefile

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.

13 changes: 9 additions & 4 deletions vendor/github.com/openshift/api/cloudnetwork/v1/register.go

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

5 changes: 5 additions & 0 deletions vendor/github.com/openshift/api/config/.codegen.yaml

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

0 comments on commit 85d15c1

Please sign in to comment.