Function k8s_test_framework::wait_for_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
Wait for a rollout of a resource
within a namespace
to complete via
the specified kubectl_command
.
Use extra
to pass additional arguments to kubectl
.