Skip to content

Commit

Permalink
Merge pull request #573 from abhinavdahiya/mp_to_ms
Browse files Browse the repository at this point in the history
add an API for machinepool -> machinesets
  • Loading branch information
openshift-merge-robot authored Nov 2, 2018
2 parents 1e2b796 + 476be07 commit 58486f9
Show file tree
Hide file tree
Showing 230 changed files with 89,059 additions and 1,043 deletions.
127 changes: 109 additions & 18 deletions Gopkg.lock

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

15 changes: 15 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ ignored = ["github.com/openshift/installer/tests*"]
name = "k8s.io/client-go"
version = "6.0.0"

[[constraint]]
name = "sigs.k8s.io/cluster-api"
branch = "master"
[[constraint]]
name = "sigs.k8s.io/cluster-api-provider-aws"
source = "https://github.com/openshift/cluster-api-provider-aws.git"
branch = "master"
[[constraint]]
name = "github.com/openshift/cluster-api-provider-libvirt"
branch = "master"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
Expand All @@ -60,3 +71,7 @@ ignored = ["github.com/openshift/installer/tests*"]
[[constraint]]
name = "github.com/openshift/hive"
revision = "8c7844d9b61c35f53bab561f5ce4d879fef86ec6"

[[constraint]]
name = "k8s.io/utils"
revision = "4c3feeb576b06ef8fea769809bd3db5e5e78dc23"
Loading

0 comments on commit 58486f9

Please sign in to comment.