Skip to content

Commit

Permalink
vendor openshift/cloud-credential-operator
Browse files Browse the repository at this point in the history
will use pieces from the repo for credential validation

put some dummy imports in pkg/asset/installconfig/aws/permissions.go

then run: dep ensure (version 0.5.0)
  • Loading branch information
Joel Diaz committed Feb 14, 2019
1 parent e1082a3 commit c108005
Show file tree
Hide file tree
Showing 27 changed files with 4,228 additions and 4 deletions.
30 changes: 26 additions & 4 deletions Gopkg.lock

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

7 changes: 7 additions & 0 deletions pkg/asset/installconfig/aws/permissions.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Package aws collects AWS-specific configuration.
package aws

import (
_ "github.com/openshift/cloud-credential-operator/pkg/aws"
_ "github.com/openshift/cloud-credential-operator/pkg/controller/utils"
)
696 changes: 696 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/service/iam/iamiface/interface.go

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions vendor/github.com/openshift/cloud-credential-operator/LICENSE

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.

Loading

0 comments on commit c108005

Please sign in to comment.