@@ -720,6 +720,7 @@ private CallBuilder makeClusterCreateCallBuilder(
720720 null ,
721721 createOptions .getDryRun (),
722722 createOptions .getFieldManager (),
723+ null ,
723724 null );
724725 }
725726
@@ -752,6 +753,7 @@ private CallBuilder makeNamespacedCreateCallBuilder(
752753 null ,
753754 createOptions .getDryRun (),
754755 createOptions .getFieldManager (),
756+ null ,
755757 null );
756758 }
757759
@@ -830,6 +832,7 @@ private CallBuilder makeUpdateCallBuilder(ApiType object, final UpdateOptions up
830832 object ,
831833 updateOptions .getDryRun (),
832834 updateOptions .getFieldManager (),
835+ null ,
833836 null )
834837 : customObjectsApi .replaceClusterCustomObjectCall (
835838 this .apiGroup ,
@@ -839,6 +842,7 @@ private CallBuilder makeUpdateCallBuilder(ApiType object, final UpdateOptions up
839842 object ,
840843 updateOptions .getDryRun (),
841844 updateOptions .getFieldManager (),
845+ null ,
842846 null );
843847 }
844848
@@ -907,6 +911,7 @@ private CallBuilder makeUpdateStatusCallBuilder(
907911 updateOptions .getDryRun (),
908912 updateOptions .getFieldManager (),
909913 null ,
914+ null ,
910915 null )
911916 : customObjectsApi .patchClusterCustomObjectStatusCall (
912917 this .apiGroup ,
@@ -917,6 +922,7 @@ private CallBuilder makeUpdateStatusCallBuilder(
917922 updateOptions .getDryRun (),
918923 updateOptions .getFieldManager (),
919924 null ,
925+ null ,
920926 null );
921927 }
922928
@@ -1002,6 +1008,7 @@ private CallBuilder makeClusterPatchCallBuilder(
10021008 patch ,
10031009 patchOptions .getDryRun (),
10041010 patchOptions .getFieldManager (),
1011+ null ,
10051012 patchOptions .getForce (),
10061013 null ),
10071014 patchType );
@@ -1053,6 +1060,7 @@ private CallBuilder makeNamespacedPatchCallBuilder(
10531060 patch ,
10541061 patchOptions .getDryRun (),
10551062 patchOptions .getFieldManager (),
1063+ null ,
10561064 patchOptions .getForce (),
10571065 null ),
10581066 patchType );
0 commit comments