Skip to content

Commit

Permalink
Update strong_ciphers_patch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil1697 authored Jan 24, 2024
1 parent 579e0ff commit 0575732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubemarine/patches/strong_ciphers_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self, res: DynamicResources) -> None:
else:
cluster.log.error("API server restart failed.")

def verify_apiserver_restart(self, member_node, res):
def verify_apiserver_restart(self, member_node, res: DynamicResources) -> bool:
# Implement logic to check API server restart status
cluster = res.cluster()
restart_successful = False
Expand Down Expand Up @@ -109,4 +109,4 @@ def description(self) -> str:
Patch to update the API server TLS cipher suites.
""".rstrip()
)


0 comments on commit 0575732

Please sign in to comment.