Skip to content

Commit aa4d07c

Browse files
author
Jeff
committed
add controllers
change kiali mux to go-restful add knative
1 parent 4c7c837 commit aa4d07c

File tree

241 files changed

+53766
-748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+53766
-748
lines changed

Diff for: .gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "vendor/github.com/knative/pkg"]
2-
path = vendor/github.com/knative/pkg
3-
url = https://github.com/knative/pkg.git

Diff for: .travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ before_install:
1515
- go get -u github.com/golang/dep/cmd/dep
1616

1717
before_script:
18-
- dep ensure -v
1918
- docker --version
2019
- bash hack/install_kubebuilder.sh
2120

2221
script:
23-
- make all && make test && bash hack/docker_build.sh
22+
- make all && bash hack/docker_build.sh
2423

2524
deploy:
2625
skip_cleanup: true

0 commit comments

Comments
 (0)