Skip to content

Commit

Permalink
Migrate cluster operator implementation of the aws actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Aug 15, 2018
1 parent d8e8a04 commit 72b4823
Show file tree
Hide file tree
Showing 19 changed files with 2,180 additions and 59 deletions.
91 changes: 90 additions & 1 deletion Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ required = [
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.9"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "v1.15.5"
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ check: depend fmt vet
test:
go test -race -cover ./cmd/... ./cloud/...

integration:
go test -v sigs.k8s.io/cluster-api-provider-aws/test/integration

fmt:
hack/verify-gofmt.sh

vet:
go vet ./...
go vet ./...
Loading

0 comments on commit 72b4823

Please sign in to comment.