get_kernel_parameters

Function get_kernel_parameters 

Source
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_namesettings_group_name fallback from cli.toml). The caller’s access to every resolved xname is validated before the BSS query runs.