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 311b906 commit 296d4ceCopy full SHA for 296d4ce
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 v1.62 and going to be deprecated", DeprecationWarning)
+ warn("garbage collector is removed in version v4.19 and going to be deprecated", 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