Skip to content

Commit 4f588bd

Browse files
committed
add new method to __dir__
Signed-off-by: Chris Snow <[email protected]>
1 parent 954e609 commit 4f588bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/cli/k8scluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def __dir__(self):
5555
"k8s_supported_versions",
5656
"list",
5757
"statuses",
58+
"upgrade_cluster",
5859
"wait_for_status",
5960
]
6061

@@ -307,7 +308,6 @@ def upgrade_cluster(
307308
------
308309
APIException
309310
"""
310-
311311
base.get_client().k8s_cluster.upgrade_cluster(
312312
id, k8s_upgrade_version, worker_upgrade_percent
313313
)

0 commit comments

Comments
 (0)