From 32877fea9a033b7ca07a78c57329b2387f4fc061 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 25 Oct 2021 14:30:40 -0700 Subject: [PATCH] update custom object api hotfix commit --- scripts/apply-hotfixes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apply-hotfixes.sh b/scripts/apply-hotfixes.sh index 596234c8d..b420eb961 100755 --- a/scripts/apply-hotfixes.sh +++ b/scripts/apply-hotfixes.sh @@ -28,7 +28,7 @@ fi # UPDATE: The commit being cherry-picked is updated since the the client generated in 1adaaecd0879d7315f48259ad8d6cbd66b835385 # differs from the initial hotfix # Ref: https://github.com/kubernetes-client/python/pull/995/commits/9959273625b999ae9a8f0679c4def2ee7d699ede -git cherry-pick -n 90aa6f6ab9a391e35d63a84af27e14cc5d5ce947 +git cherry-pick -n 88397bcc5b3b348a41dbf641367756b86552d362 if [ $? -eq 0 ] then echo Succesfully patched changes for custom client behavior