Skip to content

Commit

Permalink
add condition type Successful
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Nov 13, 2024
1 parent 4253fc1 commit 1384497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocp_resources/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ class Reason:

class Type:
NETWORK_READY: str = "NetworkReady"
SUCCESSFUL: str = "Successful"

class Type:
CLUSTER_IP = "ClusterIP"
Expand Down

0 comments on commit 1384497

Please sign in to comment.