Uses of Interface
io.kubernetes.client.util.PatchUtils.PatchCallFunc
Packages that use PatchUtils.PatchCallFunc
-
Uses of PatchUtils.PatchCallFunc in io.kubernetes.client.util
Methods in io.kubernetes.client.util with parameters of type PatchUtils.PatchCallFuncModifier and TypeMethodDescriptionstatic <ApiType> ApiType
PatchUtils.patch
(Class<ApiType> apiTypeClass, PatchUtils.PatchCallFunc callFunc, String patchFormat) Patches the resource with the patch format specified.static <ApiType> ApiType
PatchUtils.patch
(Class<ApiType> apiTypeClass, PatchUtils.PatchCallFunc callFunc, String patchFormat, io.kubernetes.client.openapi.ApiClient apiClient) Patches the resource with the patch format andApiClient
specified.