Skip to content

Commit 51e69fb

Browse files
Merge pull request #1424 from benluddy/bump-o-api
UPSTREAM: <drop>: Bump openshift/api.
2 parents 0a6c1cb + 836920e commit 51e69fb

File tree

115 files changed

+5691
-3749
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+5691
-3749
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/onsi/gomega v1.20.1
5858
github.com/opencontainers/runc v1.1.3
5959
github.com/opencontainers/selinux v1.10.0
60-
github.com/openshift/api v0.0.0-20220831183848-09c070622e2c
60+
github.com/openshift/api v0.0.0-20221116145627-676ae1a3836c
6161
github.com/openshift/apiserver-library-go v0.0.0-20221017210321-925452e8316c
6262
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea
6363
github.com/openshift/library-go v0.0.0-20221101142545-76526edf66e8
@@ -493,7 +493,7 @@ replace (
493493
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.3
494494
github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
495495
github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.0
496-
github.com/openshift/api => github.com/openshift/api v0.0.0-20220831183848-09c070622e2c
496+
github.com/openshift/api => github.com/openshift/api v0.0.0-20221116145627-676ae1a3836c
497497
github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20221017210321-925452e8316c
498498
github.com/openshift/build-machinery-go => github.com/openshift/build-machinery-go v0.0.0-20220720161851-9b4f0386f6b0
499499
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3
351351
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
352352
github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=
353353
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
354-
github.com/openshift/api v0.0.0-20220831183848-09c070622e2c h1:7Ar64e7somcImBRqyOLJINqirHeNwB9QdBR2AUNrnPw=
355-
github.com/openshift/api v0.0.0-20220831183848-09c070622e2c/go.mod h1:9JWn+H7X8wEPPc9D63krigXl8r3F1Mt6/lC98brUyhQ=
354+
github.com/openshift/api v0.0.0-20221116145627-676ae1a3836c h1:10jzfr/RunDLd39JKGW4/Y0t5l68rD1qV/UN8JJEy+k=
355+
github.com/openshift/api v0.0.0-20221116145627-676ae1a3836c/go.mod h1:OW9hi5XDXOQWm/kRqUww6RVxZSf0nqrS4heerSmHBC4=
356356
github.com/openshift/apiserver-library-go v0.0.0-20221017210321-925452e8316c h1:Wf/+w/6F/F3GnT/dBKvez6W4JlxRJ2JprzwsFIS27Bo=
357357
github.com/openshift/apiserver-library-go v0.0.0-20221017210321-925452e8316c/go.mod h1:Rf4eEydKLk+BkXhb2oSxNJWWOdI/2XrU6Z9+Jn4AD6Q=
358358
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea h1:7JbjIzWt3Q75ErY1PAZ+gCA+bErI6HSlpffHFmMMzqM=

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/google/go-cmp v0.5.8
1313
github.com/google/gofuzz v1.1.0
1414
github.com/google/uuid v1.1.2
15-
github.com/openshift/api v0.0.0-20220831183848-09c070622e2c
15+
github.com/openshift/api v0.0.0-20221116145627-676ae1a3836c
1616
github.com/spf13/cobra v1.4.0
1717
github.com/spf13/pflag v1.0.5
1818
github.com/stretchr/testify v1.7.0

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/apiserver/v1/Makefile

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/apiserver/v1/apiserver.openshift.io_apirequestcount.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/apiserver/v1/stable.apirequestcount.testsuite.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/authorization/v1/0000_03_authorization-openshift_01_rolebindingrestriction.crd.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/authorization/v1/Makefile

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/authorization/v1/stable.rolebindingrestriction.testsuite.yaml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)