We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed2435 commit 7da9c3bCopy full SHA for 7da9c3b
hpecp/cli/epicworker.py
@@ -38,8 +38,8 @@ def __dir__(self):
38
"get",
39
"list",
40
"set_storage",
41
- "statuses",
42
- "wait_for_status",
+ "states",
+ "wait_for_state",
43
]
44
45
def __init__(self):
@@ -205,8 +205,8 @@ def set_storage(
205
ephemeral_disks=e_disks,
206
)
207
208
- def statuses(
+ def states(
209
self,
210
):
211
- """Return a list of valid statuses."""
+ """Return a list of valid states."""
212
print([s.name for s in WorkerEpicStatus])
0 commit comments