9 lines
240 B
Rust
9 lines
240 B
Rust
|
|
// Integration tests for Kubernetes management feature
|
||
|
|
// Tests end-to-end cluster management, port forwarding, and error scenarios
|
||
|
|
|
||
|
|
mod cluster_management;
|
||
|
|
mod port_forwarding;
|
||
|
|
mod multi_cluster;
|
||
|
|
mod error_scenarios;
|
||
|
|
mod session_recovery;
|