@@ -720,6 +720,7 @@ private CallBuilder makeClusterCreateCallBuilder(
720
720
null ,
721
721
createOptions .getDryRun (),
722
722
createOptions .getFieldManager (),
723
+ null ,
723
724
null );
724
725
}
725
726
@@ -752,6 +753,7 @@ private CallBuilder makeNamespacedCreateCallBuilder(
752
753
null ,
753
754
createOptions .getDryRun (),
754
755
createOptions .getFieldManager (),
756
+ null ,
755
757
null );
756
758
}
757
759
@@ -830,6 +832,7 @@ private CallBuilder makeUpdateCallBuilder(ApiType object, final UpdateOptions up
830
832
object ,
831
833
updateOptions .getDryRun (),
832
834
updateOptions .getFieldManager (),
835
+ null ,
833
836
null )
834
837
: customObjectsApi .replaceClusterCustomObjectCall (
835
838
this .apiGroup ,
@@ -839,6 +842,7 @@ private CallBuilder makeUpdateCallBuilder(ApiType object, final UpdateOptions up
839
842
object ,
840
843
updateOptions .getDryRun (),
841
844
updateOptions .getFieldManager (),
845
+ null ,
842
846
null );
843
847
}
844
848
@@ -907,6 +911,7 @@ private CallBuilder makeUpdateStatusCallBuilder(
907
911
updateOptions .getDryRun (),
908
912
updateOptions .getFieldManager (),
909
913
null ,
914
+ null ,
910
915
null )
911
916
: customObjectsApi .patchClusterCustomObjectStatusCall (
912
917
this .apiGroup ,
@@ -917,6 +922,7 @@ private CallBuilder makeUpdateStatusCallBuilder(
917
922
updateOptions .getDryRun (),
918
923
updateOptions .getFieldManager (),
919
924
null ,
925
+ null ,
920
926
null );
921
927
}
922
928
@@ -1002,6 +1008,7 @@ private CallBuilder makeClusterPatchCallBuilder(
1002
1008
patch ,
1003
1009
patchOptions .getDryRun (),
1004
1010
patchOptions .getFieldManager (),
1011
+ null ,
1005
1012
patchOptions .getForce (),
1006
1013
null ),
1007
1014
patchType );
@@ -1053,6 +1060,7 @@ private CallBuilder makeNamespacedPatchCallBuilder(
1053
1060
patch ,
1054
1061
patchOptions .getDryRun (),
1055
1062
patchOptions .getFieldManager (),
1063
+ null ,
1056
1064
patchOptions .getForce (),
1057
1065
null ),
1058
1066
patchType );
0 commit comments