Skip to content

Commit b7fb5d3

Browse files
authored
fix: add SCHEDULING and SCHEDULED Status constants (#2687)
They were removed from VMI by this PR: https://github.com/RedHatQE/openshift-python-wrapper/pull/2644/changes
1 parent 398695d commit b7fb5d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ocp_resources/utils/resource_constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class Status:
1313
COMPLETE: str = "Complete"
1414
DEPLOYING: str = "Deploying"
1515
SCHEDULING_DISABLED: str = "Ready,SchedulingDisabled"
16+
SCHEDULING: str = "Scheduling"
17+
SCHEDULED: str = "Scheduled"
1618
CRASH_LOOPBACK_OFF: str = "CrashLoopBackOff"
1719
IMAGE_PULL_BACK_OFF: str = "ImagePullBackOff"
1820
ERR_IMAGE_PULL: str = "ErrImagePull"

0 commit comments

Comments
 (0)