We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8db2c commit beae98eCopy full SHA for beae98e
1 file changed
ocp_resources/utils/resource_constants.py
@@ -18,6 +18,7 @@ class Status:
18
ERR_IMAGE_PULL: str = "ErrImagePull"
19
ACTIVE: str = "Active"
20
ESTABLISHED: str = "Established"
21
+ EXECUTING: str = "Executing"
22
23
class Condition:
24
UPGRADEABLE: str = "Upgradeable"
0 commit comments