Skip to content

Commit ecd22b4

Browse files
authored
Add AGENT_CONNECTED constant to ResourceConstants (#2255)
Introduced a new constant AGENT_CONNECTED in the ResourceConstants class to Represent the status when an agent is successfully connected. Signed-off-by: Shahaf Bahar <[email protected]>
1 parent 0cf13e4 commit ecd22b4

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
@@ -47,6 +47,7 @@ class Type:
4747
NETWORK_READY: str = "NetworkReady"
4848
SUCCESSFUL: str = "Successful"
4949
RUNNING: str = "Running"
50+
AGENT_CONNECTED: str = "AgentConnected"
5051

5152
class Type:
5253
CLUSTER_IP = "ClusterIP"

0 commit comments

Comments
 (0)