pub async fn get_kernel_parameters(
infra: &InfraContext<'_>,
token: &str,
params: &GetKernelParametersParams,
) -> Result<Vec<BootParameters>, Error>Expand description
Fetch BSS kernel parameters for the targets described by params.
Targets are resolved through node_ops::resolve_target_nodes
(host expression → group_name → settings_group_name fallback
from cli.toml). The caller’s access to every resolved xname is
validated before the BSS query runs.