ADD: added a general kubenetes API and integrated that in the classes and remodeled the info management
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user