Skip to content

Commit abf3bf2

Browse files
authored
fix(k8s): update field description (#398)
1 parent 6ca33da commit abf3bf2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ async def delete_node(
14271427
Delete a specific Node. Note that when there is not enough space to reschedule all the pods (such as in a one-node cluster), disruption of your applications can be expected.
14281428
:param region: Region to target. If none is passed will use default region from the config.
14291429
:param node_id: ID of the node to replace.
1430-
:param skip_drain: Skip draining node from its workload.
1430+
:param skip_drain: Skip draining node from its workload (Note: this parameter is currently inactive).
14311431
:param replace: Add a new node after the deletion of this node.
14321432
:return: :class:`Node <Node>`
14331433

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ class DeleteNodeRequest:
19491949

19501950
skip_drain: bool
19511951
"""
1952-
Skip draining node from its workload.
1952+
Skip draining node from its workload (Note: this parameter is currently inactive).
19531953
"""
19541954

19551955
replace: bool

scaleway/scaleway/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ def delete_node(
14271427
Delete a specific Node. Note that when there is not enough space to reschedule all the pods (such as in a one-node cluster), disruption of your applications can be expected.
14281428
:param region: Region to target. If none is passed will use default region from the config.
14291429
:param node_id: ID of the node to replace.
1430-
:param skip_drain: Skip draining node from its workload.
1430+
:param skip_drain: Skip draining node from its workload (Note: this parameter is currently inactive).
14311431
:param replace: Add a new node after the deletion of this node.
14321432
:return: :class:`Node <Node>`
14331433

scaleway/scaleway/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ class DeleteNodeRequest:
19491949

19501950
skip_drain: bool
19511951
"""
1952-
Skip draining node from its workload.
1952+
Skip draining node from its workload (Note: this parameter is currently inactive).
19531953
"""
19541954

19551955
replace: bool

0 commit comments

Comments
 (0)