Package | Description |
---|---|
io.kubernetes.client.util |
Modifier and Type | Method and Description |
---|---|
static <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 and
ApiClient
specified. |
Copyright © 2021. All rights reserved.