k8s_
test_
framework
0.1.0
Module namespace
Module Items
Structs
Functions
In crate k8s_
test_
framework
k8s_test_framework
Module
namespace
Copy item path
Source
Expand description
Manage namespaces.
Structs
§
Command
Builder
Parameters required to build a
kubectl
command to manage the namespace.
Config
A config that holds a test
Namespace
resource file.
Functions
§
make_
namespace
Helper to create a Namespace resource during tests
manager
Create a new
up_down::Manager
for the specified
namespace
and using the specified
kubectl_command
.