Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: Migrate from cluster-config-v1 to Infrastructure.config.openshift.io #260

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
157 changes: 10 additions & 147 deletions Gopkg.lock

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

8 changes: 2 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@ required = [

[[override]]
name = "github.com/openshift/client-go"
revision = "31ef839c86359881d2c312c4f0131febc6662400"
revision = "0255926f53935175fe90b8e7672c4c06c17d79e6"

[[override]]
name = "github.com/openshift/api"
revision = "ea5d05408a95a765d44b5a4b31561b530f0b1f4c"
revision = "e939c41e1a456ad24d7e86c66f48af9c12679d04"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.15.90"

[[constraint]]
branch = "master"
name = "github.com/openshift/installer"
2 changes: 1 addition & 1 deletion manifests/02-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rules:
- apiGroups:
- config.openshift.io
resources:
- clusterversions
- infrastructures
verbs:
- get
- apiGroups:
Expand Down
Loading