Commit Graph

50 Commits

Author SHA1 Message Date
Henry Winkel
ada77d0e45 FIX: Changed to const reference 2024-03-14 17:43:56 +01:00
Henry Winkel
b645005aeb ADD: added container class and adapted test 2024-03-14 09:46:37 +01:00
Henry Winkel
37627a16ca removed line 2024-03-13 17:13:14 +01:00
Henry Winkel
36ac94738d removed make test 2024-03-13 16:54:44 +01:00
Henry Winkel
81cf88f13c FIX:removed test from cmakelists 2024-03-13 16:47:23 +01:00
Henry Winkel
0e05106d1e ADD: added updated drone.yml and changed some function calls 2024-03-13 16:41:56 +01:00
Henry Winkel
48101a673a ADD: added more extracted details for a child pod and changed the data type for the child information 2024-03-12 18:08:55 +01:00
Henry Winkel
263aaa6a71 ADD: add posibility to start a pod with multiple containers 2024-03-12 15:23:37 +01:00
Henry Winkel
e38214f4d0 Updated submodules 2024-03-07 18:29:47 +01:00
Henry Winkel
a413b412df ADD: reduced terminationGracePeriodSeconds to 5 seconds 2024-02-15 17:52:07 +01:00
Henry Winkel
7bc5e3f22e FIX: fixed false use of std::move 2024-02-14 11:12:15 +01:00
Henry Winkel
2377948049 ADD: added name to KubePod and added the possibility to pass a shared pointer to start a pod 2024-02-12 18:05:32 +01:00
hwinkel
4045f21786 ADD: added a general kubenetes API and integrated that in the classes and remodeled the info management 2023-12-22 13:14:40 +01:00
Henry Winkel
351cf9ec69 ADD: added central kubernetes api class 2023-12-21 17:15:28 +01:00
Henry Winkel
d1024de907 ADD: added function to podcontroller to get number of childpods 2023-12-21 09:15:33 +01:00
hwinkel
05ca44efe7 ADD: added massivpodhandling test 2023-12-20 18:38:23 +01:00
Henry Winkel
894b2a08d6 ADD: Update Library 2023-12-19 18:48:10 +01:00
Henry Winkel
53d2b9f890 ADD: updated libraries 2023-12-19 15:24:19 +01:00
Henry Winkel
f11742ce64 UPDATE: updatded librabries 2023-11-09 17:26:57 +01:00
Henry Winkel
f59652ada1 ADD: updated yaml lib 2023-10-27 14:24:50 +02:00
Henry Winkel
d40cc7a8c0 CHG: cnahged label to uid 2023-10-27 14:11:57 +02:00
Henry Winkel
be81f87154 ADD: changed the way of retreiving the result from the curl request 2023-10-27 10:44:57 +02:00
Henry Winkel
052fe52489 ADD: added some details to error logs 2023-10-27 10:15:35 +02:00
Henry Winkel
d0db414c16 FIX: fixed issue where the response of the kube api was not written correct 2023-10-26 15:57:37 +02:00
Henry Winkel
26ff04067d ADD: add new version of yaml-cpp 2023-10-26 15:08:31 +02:00
Henry Winkel
92d4273fa9 ADD: added fix of returning string from curl response class 2023-10-26 15:03:44 +02:00
Henry Winkel
7938112f5c ADD: added test_podInfo and a bug fix 2023-10-26 15:02:01 +02:00
hwinkel
96d1e3e2af ADD:Renamed public variable 2023-10-13 14:16:03 +02:00
Henry Winkel
49b36053d7 FIX: fixed a bug where the classes are fixed to a namespace 2023-09-27 13:43:04 +02:00
Henry Winkel
2779eb1be3 ADD: added new config file and added a debug message in podcontroller constructor 2023-09-27 13:04:21 +02:00
Henry Winkel
570b4557db ADD: added new config file for ne new dedicated cluster 2023-09-27 10:34:11 +02:00
Henry Winkel
f95542b893 ADD: added setting of namespace in to KubePod class 2023-09-27 09:20:04 +02:00
Henry Winkel
5d3dcb25db ADD: adden function to get PodInfo for a specific pod from podcontroler 2023-08-16 17:09:36 +02:00
Henry Winkel
89465f06a5 ADD: added podinfo with building a tree hierarchy for a pod 2023-08-16 14:42:00 +02:00
Henry Winkel
6c2f8f1eb6 ADD: added more labels to identifiy pods 2023-08-14 17:09:55 +02:00
Henry Winkel
f767307987 FIX:fixed missing https 2023-08-11 14:00:42 +02:00
Henry Winkel
1fc5db5223 FIX: fixed issue that only one env var can added to the yaml file 2023-08-10 17:16:41 +02:00
Henry Winkel
681338d945 FIX: do not use verbose for curlpp anymore 2023-08-09 13:44:06 +02:00
Henry Winkel
7669718bdd FIX:fixed issue where unecessary yaml args are set 2023-08-09 10:30:41 +02:00
Henry Winkel
bda06c285b ADD: added Util class with the function to lowercase the vals for yaml and added support of setting args and command 2023-08-09 10:23:50 +02:00
Henry Winkel
39f0f2b4eb ADD: added the use of a local build curlpp library 2023-08-09 08:43:00 +02:00
Henry Winkel
726b09eb5f FIX: fixed the copy of the config and docs folder 2023-08-08 17:13:37 +02:00
Henry Winkel
f322a0efbc FIX: fixed th eissue if the config folder is missing 2023-08-08 17:08:07 +02:00
Henry Winkel
63d81c17be FIX: fixed building curlcpp static 2023-08-08 16:10:03 +02:00
Henry Winkel
96495f44ea ADD: added missing doxy file 2023-08-08 15:21:43 +02:00
Henry Winkel
5f043ca88e ADD: added a podcontroller and test for the first basic usage 2023-08-08 15:09:18 +02:00
hwinkel
1c4c883648 ADD: added guid usage to identify a pod 2023-08-07 21:30:53 +02:00
Henry Winkel
bc6617e100 ADD: add a simple working version of a pod controler class 2023-08-07 17:31:23 +02:00
hwinkel
ca1e714c51 added some required libs 2023-08-05 15:50:19 +02:00
hwinkel
c3cc840791 initial commit 2023-08-05 13:41:10 +02:00