[Example] Multi-threaded programming example

This commit is contained in:
Hui Yu
2020-11-02 21:38:52 +08:00
parent 3bdbebcae6
commit 91b5f8aff8
19 changed files with 334 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
INCLUDE:=-I../../kubernetes/include -I../../kubernetes/model -I../../kubernetes/api -I../../kubernetes/config
LIBS:=-L../../kubernetes/build -lkubernetes -lcurl -lyaml -lpthread -lssl -lz
LIBS:=-L../../kubernetes/build -lkubernetes -lyaml
CFLAGS:=-g
BIN:=delete_pod_bin