We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1426b4 commit 5dbd7a3Copy full SHA for 5dbd7a3
ocp_resources/datavolume.py
@@ -309,7 +309,7 @@ def test_dv():
309
func=lambda: self.exists,
310
):
311
if dv_garbage_collection_enabled is not None:
312
- warn("garbage collector is removed in version v4.19 and going to be deprecated", DeprecationWarning)
+ warn("garbage collector is deprecated and removed in version v4.19", DeprecationWarning)
313
# DV reach success if the status is Succeeded, or if DV garbage collection enabled and the DV does not exist
314
if sample and sample.get("status", {}).get("phase") == self.Status.SUCCEEDED:
315
break
0 commit comments