Commit Graph

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