Skip to content

Commit

Permalink
Add AGENT_CONNECTED constant to ResourceConstants (#2255)
Browse files Browse the repository at this point in the history
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 <sbahar@redhat.com>
  • Loading branch information
sbahar619 authored Dec 26, 2024
1 parent 0cf13e4 commit ecd22b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocp_resources/utils/resource_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Type:
NETWORK_READY: str = "NetworkReady"
SUCCESSFUL: str = "Successful"
RUNNING: str = "Running"
AGENT_CONNECTED: str = "AgentConnected"

class Type:
CLUSTER_IP = "ClusterIP"
Expand Down

0 comments on commit ecd22b4

Please sign in to comment.