Class ReplicaSetUtils
- java.lang.Object
-
- io.strimzi.systemtest.utils.kubeUtils.controllers.ReplicaSetUtils
-
public class ReplicaSetUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
waitForReplicaSetDeletion(String name)
Wait until the given ReplicaSet has been deleted.
-
-
-
Method Detail
-
waitForReplicaSetDeletion
public static void waitForReplicaSetDeletion(String name)
Wait until the given ReplicaSet has been deleted.- Parameters:
name
- The name of the ReplicaSet
-
-