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

feat(crd): use unstructured type inplace of typed crd instance #187

Merged
merged 1 commit into from
Jan 4, 2021
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ testv:
@go test ./... -cover -v -args --logtostderr -v=2

.PHONY: integration-test
integration-test:
integration-test:
# Uncomment to list verbose output
# @go test ./... -cover --tags=integration -v -args --logtostderr -v=1
@go test ./... -cover --tags=integration

.PHONY: e2e-test
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module mayadata.io/d-operators
go 1.13

require (
github.com/ghodss/yaml v1.0.0
github.com/go-resty/resty/v2 v2.2.0
github.com/google/go-cmp v0.4.0
github.com/pkg/errors v0.9.1
Expand Down
Loading