Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
remove Java function-sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
markfisher committed Nov 10, 2017
1 parent bc7906f commit 93a5d59
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 814 deletions.
13 changes: 10 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ minikube start --cpus=4 --memory=4096 --disk-size=64g

* A Java 8 environment.

* A working Go environment, with a clone of Eric Bottard's customized fabric8io/kubernetes-model.
* A working Go environment, with a clone of Eric Bottard's customized fabric8io/kubernetes-model
and the Function Sidecar repository.
+
----
cd $(go env GOPATH) #defaults to ~/go
git clone https://github.com/ericbottard/kubernetes-model src/github.com/fabric8io/kubernetes-model/
git clone https://github.com/ericbottard/function-sidecar src/github.com/sk8sio/function-sidecar/
----

* A clone of this repo.
Expand All @@ -39,6 +41,13 @@ git clone https://github.com/markfisher/sk8s.git
./build-model
----

==== Build the Function Sidecar

----
eval $(minikube docker-env)
./build-function-sidecar
----

==== Setup the Kubernetes environment

Create Function and Topic Custom Resource Definitions:
Expand Down Expand Up @@ -95,5 +104,3 @@ See how to use the link:Monitoring.adoc#dashboards[dashboards].
== [[samples]]Try Some Samples

With the Sk8s FaaS running try some of the link:samples/README.adoc[samples].


7 changes: 7 additions & 0 deletions build-function-sidecar
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e -v

pushd $(go env GOPATH)/src/github.com/sk8sio/function-sidecar/
git fetch origin
make clean dockerize
popd
1 change: 0 additions & 1 deletion dockerize
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
topic-controller,\
topic-gateway,\
event-dispatcher,\
function-sidecar,\
zipkin-server,\
function-invokers/java-function-invoker,\
function-invokers/node-function-invoker,\
Expand Down
5 changes: 0 additions & 5 deletions function-sidecar/Dockerfile

This file was deleted.

147 changes: 0 additions & 147 deletions function-sidecar/pom.xml

This file was deleted.

25 changes: 0 additions & 25 deletions function-sidecar/src/main/java/io/sk8s/sidecar/Dispatcher.java

This file was deleted.

This file was deleted.

50 changes: 0 additions & 50 deletions function-sidecar/src/main/java/io/sk8s/sidecar/EventHandler.java

This file was deleted.

0 comments on commit 93a5d59

Please sign in to comment.