Function k8s_test_framework::restart_rollout::run
source ยท pub async fn run<Cmd, NS, R, EX>(
kubectl_command: Cmd,
namespace: NS,
resource: R,
extra: impl IntoIterator<Item = EX>,
) -> Result<(), Box<dyn Error>>
Expand description
Restart a rollout of a resource
within a namespace
to complete
via the specified kubectl_command
.
Use the extra
field to pass additional args to kubectl