Skip to content

Commit

Permalink
WIP local vendor commit DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdillon committed Jun 10, 2021
1 parent 6d800e9 commit 9f9c78d
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 20 deletions.
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -26,3 +26,5 @@ require (

// points to temporary-watch-reduction-patch-1.21 to pick up k/k/pull/101102 - please remove it once the pr merges and a new Z release is cut
replace k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20210419140141-620426e63a99

replace github.com/openshift/api => github.com/patrickdillon/api v0.0.0-20210609155658-6734eef7cb10
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -431,6 +431,8 @@ github.com/openshift/kubernetes-apiserver v0.0.0-20210419140141-620426e63a99/go.
github.com/openshift/library-go v0.0.0-20210127081712-a4f002827e42 h1:MFQV6xoA94IMhsrZGyjmhLTPljPY4biNPwDjn2hjZUc=
github.com/openshift/library-go v0.0.0-20210127081712-a4f002827e42/go.mod h1:udseDnqxn5ON8i+NBjDp00fBTK0JRu1/6Y6tf6EivDE=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/patrickdillon/api v0.0.0-20210609155658-6734eef7cb10 h1:hc92JgK/FFv//H5drIB9zCfZXbMI+BpkgV4aM1tszlo=
github.com/patrickdillon/api v0.0.0-20210609155658-6734eef7cb10/go.mod h1:izBmoXbUu3z5kUa4FjZhvekTsyzIWiOoaIgJiZBBMQs=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/openshift/api/build/v1/generated.proto

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

2 changes: 2 additions & 0 deletions vendor/github.com/openshift/api/build/v1/types.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.

6 changes: 3 additions & 3 deletions vendor/github.com/openshift/api/config/v1/types_apiserver.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.

11 changes: 8 additions & 3 deletions vendor/github.com/openshift/api/operator/v1/types_dns.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.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Expand Up @@ -95,7 +95,7 @@ github.com/modern-go/concurrent
github.com/modern-go/reflect2
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
github.com/munnerz/goautoneg
# github.com/openshift/api v0.0.0-20210527122704-efd9d5958e01
# github.com/openshift/api v0.0.0-20210527122704-efd9d5958e01 => github.com/patrickdillon/api v0.0.0-20210609155658-6734eef7cb10
## explicit
github.com/openshift/api
github.com/openshift/api/apiserver
Expand Down Expand Up @@ -960,3 +960,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
## explicit
sigs.k8s.io/yaml
# k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20210419140141-620426e63a99
# github.com/openshift/api => github.com/patrickdillon/api v0.0.0-20210609155658-6734eef7cb10

0 comments on commit 9f9c78d

Please sign in to comment.