Skip to content

Commit 2dca02f

Browse files
authored
Add UpToDate status (#2616)
The openshift-virtualization-tests repo using it multiple times, To verify DataImportCron condition is UpToDate=true Signed-off-by: Harel Meir <[email protected]>
1 parent 7664be6 commit 2dca02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocp_resources/utils/resource_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Condition:
3131
NETWORK_READY: str = "NetworkReady"
3232
ARCHIVED: str = "Archived"
3333
CANCELED: str = "Canceled"
34+
UP_TO_DATE: str = "UpToDate"
3435

3536
class Status:
3637
TRUE: str = "True"

0 commit comments

Comments
 (0)