ADD: added a general kubenetes API and integrated that in the classes and remodeled the info management

This commit is contained in:
hwinkel
2023-12-22 13:14:40 +01:00
parent 351cf9ec69
commit 4045f21786
13 changed files with 363 additions and 833 deletions

View File

@@ -62,8 +62,8 @@ ENDIF()
include/kubecontrol/Utils.hpp
src/kubecontrol/Utils.cpp
include/kubecontrol/PodInfo.hpp
src/kubecontrol/PodInfo.cpp
# include/kubecontrol/PodInfo.hpp
# src/kubecontrol/PodInfo.cpp
include/kubecontrol/KubernetesAPI.hpp
@@ -118,8 +118,5 @@ IF (${TEST_KUBECONTROL_LIBRARY})
target_link_libraries(test_massivPodHandling Catch2::Catch2 kubecontrol )
catch_discover_tests(test_massivPodHandling)
add_executable(test_podInfo tests/test_podInfo.cpp)
target_link_libraries(test_podInfo Catch2::Catch2 kubecontrol )
catch_discover_tests(test_podInfo)
ENDIF()