diff --git a/ocp_resources/utils/resource_constants.py b/ocp_resources/utils/resource_constants.py index 503f6c6c85..8d0351a8e7 100644 --- a/ocp_resources/utils/resource_constants.py +++ b/ocp_resources/utils/resource_constants.py @@ -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"