Skip to content

Commit

Permalink
Merge pull request openshift#55 from sttts/sttts-api-bump
Browse files Browse the repository at this point in the history
Bug 1773682: Bump openshift/api for updated OpenAPI spec with +optional markers
  • Loading branch information
openshift-merge-robot committed Dec 10, 2019
2 parents 6c3a7ca + 835747a commit 76497d9
Show file tree
Hide file tree
Showing 72 changed files with 10,468 additions and 852 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -20,7 +20,7 @@ require (
github.com/hashicorp/golang-lru v0.5.1
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible
github.com/openshift/api v3.9.1-0.20191209132752-992bc3a41fe6+incompatible
github.com/openshift/apiserver-library-go v0.0.0-20191121105954-72a8df0fc9cc
github.com/openshift/client-go v0.0.0-20190923180330-3b6373338c9b
github.com/openshift/library-go v0.0.0-20190924092619-a8c1174d4ee7
Expand Down Expand Up @@ -54,7 +54,7 @@ replace (
github.com/ghodss/yaml => github.com/ghodss/yaml v0.0.0-20170327235444-0ca9ea5df545
github.com/golang/glog => github.com/openshift/golang-glog v0.0.0-20190322123450-3c92600d7533
github.com/moby/buildkit => github.com/dmcgowan/buildkit v0.0.0-20170731200553-da2b9dc7dab9
github.com/openshift/api => github.com/openshift/api v0.0.0-20191119170142-082f8e2a947e
github.com/openshift/api => github.com/openshift/api v3.9.1-0.20191209132752-992bc3a41fe6+incompatible
github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20191121105954-72a8df0fc9cc
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20191022152013-2823239d2298
github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20191118102510-4e2c7112d252
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -507,6 +507,8 @@ github.com/opencontainers/selinux v1.3.0/go.mod h1:+BLncwf63G4dgOzykXAxcmnFlUaOl
github.com/opencontainers/selinux v1.3.1-0.20190929122143-5215b1806f52/go.mod h1:+BLncwf63G4dgOzykXAxcmnFlUaOlkDdmw/CqsW6pjs=
github.com/openshift/api v0.0.0-20191119170142-082f8e2a947e h1:PdaVXCFxrT4tSVp5z9AmoG9NhnKAVBxKwxJaym8BjbE=
github.com/openshift/api v0.0.0-20191119170142-082f8e2a947e/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/api v3.9.1-0.20191209132752-992bc3a41fe6+incompatible h1:5ph0t7cWGSw70fzMvxru56/CLHHaxoE43+QoFqkkOz0=
github.com/openshift/api v3.9.1-0.20191209132752-992bc3a41fe6+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/apiserver-library-go v0.0.0-20191121105954-72a8df0fc9cc h1:lQEjPGy3b/wBEK0ycuGnMMVYUQPMPCQtxb0rdsMbnnU=
github.com/openshift/apiserver-library-go v0.0.0-20191121105954-72a8df0fc9cc/go.mod h1:A0BzV6de/6xHVTn1WxtulCsz3+6bUb9TxDRN8YbyhdE=
github.com/openshift/client-go v0.0.0-20191022152013-2823239d2298 h1:wg5VfVIEtKI0yaBNeHNM1N01EjwTGg7JW0Gp+jqnYGQ=
Expand Down
62 changes: 34 additions & 28 deletions pkg/openapi/zz_generated.openapi.go

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

74 changes: 74 additions & 0 deletions vendor/github.com/certifi/gocertifi/gen.go

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

0 comments on commit 76497d9

Please sign in to comment.