Skip to content

Commit beae98e

Browse files
feat: Add EXECUTING status to ResourceConstants (#2646)
1 parent 4d8db2c commit beae98e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ocp_resources/utils/resource_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Status:
1818
ERR_IMAGE_PULL: str = "ErrImagePull"
1919
ACTIVE: str = "Active"
2020
ESTABLISHED: str = "Established"
21+
EXECUTING: str = "Executing"
2122

2223
class Condition:
2324
UPGRADEABLE: str = "Upgradeable"

0 commit comments

Comments
 (0)