Skip to content

Commit 2e65c05

Browse files
author
Vivek Chaudhary
committed
[cm-api] OPSAPS-36009 Comment for command retry in the cm_api Python
github needs to be updated. - Removed the note in the comment/doc "Note: The retry will only work for ClusterUpgrade command for now". This is not valid anymore and more commands could become retriable soon. Maintaining a while list here is not reasonable. A command that cannot be retried its canRetry attribute will be false. That should be good enough.
1 parent e15c764 commit 2e65c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/src/cm_api/endpoints/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ def abort(self):
574574
def retry(self):
575575
"""
576576
Retry a failed or aborted command.
577-
Note: The retry will only work for ClusterUpgrade command for now.
578577
579578
@return: A new ApiCommand object with the updated information.
580579
"""

0 commit comments

Comments
 (0)