Skip to content

Commit

Permalink
Revendor MAO with new node draining feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Demichev committed Feb 12, 2020
1 parent a9480fe commit 98edd7c
Show file tree
Hide file tree
Showing 194 changed files with 24,929 additions and 2,047 deletions.
19 changes: 8 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,21 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.2.0
github.com/google/go-cmp v0.3.1 // indirect

// kube 1.16
github.com/openshift/machine-api-operator v0.2.1-0.20191128180243-986b771e661d
github.com/openshift/machine-api-operator v0.2.1-0.20200212112539-a9085e24cf62
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
k8s.io/api v0.0.0-20191003000013-35e20aa79eb8
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/klog v0.4.0
k8s.io/utils v0.0.0-20190923111123-69764acb6e8e
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20191217005138-9e5e9d854fcc
sigs.k8s.io/controller-runtime v0.3.1-0.20191016212439-2df793d02076
sigs.k8s.io/controller-tools v0.2.2-0.20190930215132-4752ed2de7d2

)

replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.4.0
Expand Down
114 changes: 97 additions & 17 deletions go.sum

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions vendor/github.com/go-log/log/LICENSE

This file was deleted.

92 changes: 0 additions & 92 deletions vendor/github.com/go-log/log/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/go-log/log/info/info.go

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/github.com/go-log/log/log.go

This file was deleted.

2 changes: 2 additions & 0 deletions vendor/github.com/gogo/protobuf/proto/encode.go

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

20 changes: 13 additions & 7 deletions vendor/github.com/gogo/protobuf/proto/lib.go

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

71 changes: 41 additions & 30 deletions vendor/github.com/gogo/protobuf/proto/properties.go

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

17 changes: 10 additions & 7 deletions vendor/github.com/gogo/protobuf/proto/table_marshal.go

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

Loading

0 comments on commit 98edd7c

Please sign in to comment.