ADD: add a simple working version of a pod controler class
This commit is contained in:
@@ -13,7 +13,12 @@ kubecontrol::kubecontrol kc("../docs/config");
|
||||
|
||||
GIVEN("different Attributes for a Track in different forms")
|
||||
{
|
||||
|
||||
kc.createYAML();
|
||||
kc.startPod();
|
||||
// kc.getPods();
|
||||
kc.deletePod("debug-debian");
|
||||
kc.getPods();
|
||||
|
||||
WHEN("constructing Track Object with data")
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user