xbp 10.15.4

XBP is a zero-config build pack that can also interact with proxies, kafka, sockets, synthetic monitors.
Documentation
1
2
3
4
5
6
7
use crate::cli::commands;
use crate::cli::error::CliResult;

#[cfg(feature = "kubernetes")]
pub async fn handle_kubernetes(cmd: commands::KubernetesCmd, debug: bool) -> CliResult<()> {
    commands::run_kubernetes(cmd, debug).await
}