Skip to content

Commit ba0ac8e

Browse files
authored
Update k8scluster.py
fix for id in run_kubectl_command
1 parent fa33c88 commit ba0ac8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hpecp/cli/k8scluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ def run_kubectl_command(
561561
562562
Parameters
563563
------
564-
:param id: The k8s cluster ID, integer number in resource path /api/v2/k8scluster/<id>
565-
:param op: operation to pass to kubectl, one of 'create', 'delete', 'update'
564+
:param id: The k8s cluster ID, as full resource path </api/v2/k8scluster/1>
565+
:param op: operation to pass to kubectl, either 'create' or 'delete'
566566
:param yaml: base64 encoded yaml file to operate
567567
568568
Returns

0 commit comments

Comments
 (0)