Skip to content

Commit 0ec0267

Browse files
authored
Merge pull request #239 from hpe-container-platform-community/snowch/implement-cluster-upgrade-209
add new method to __dir__
2 parents 7041077 + 4f588bd commit 0ec0267

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)