| Modifier and Type | Method and Description |
|---|---|
T |
Patchable.patch(PatchContext patchContext,
String patch)
Update field(s) of a resource using type specified in
PatchContext(defaults to strategic merge if not specified). |
T |
Patchable.patch(PatchContext patchContext,
T item)
Update field(s) of a resource using type specified in
PatchContext(defaults to strategic merge if not specified). |
| Modifier and Type | Method and Description |
|---|---|
PatchContext |
PatchContext.Builder.build() |
static PatchContext |
PatchContext.of(PatchType type) |
| Modifier and Type | Method and Description |
|---|---|
URL |
OperationSupport.getResourceURLForPatchOperation(URL resourceUrl,
PatchContext patchContext) |
protected <T> T |
OperationSupport.handlePatch(PatchContext patchContext,
T current,
String patchForUpdate,
Class<T> type,
boolean status)
Send an http patch and handle the response.
|
protected T |
BaseOperation.handlePatch(PatchContext context,
T current,
T updated,
boolean status) |
protected <T> T |
OperationSupport.handlePatch(PatchContext patchContext,
T current,
T updated,
Class<T> type,
boolean status)
Send an http patch and handle the response.
|
T |
HasMetadataOperation.patch(PatchContext patchContext,
String patch) |
T |
BaseOperation.patch(PatchContext patchContext,
String patch) |
T |
HasMetadataOperation.patch(PatchContext patchContext,
T item) |
T |
BaseOperation.patch(PatchContext patchContext,
T item) |
protected T |
HasMetadataOperation.patch(PatchContext context,
T base,
T item,
boolean status) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.apps.Deployment |
DeploymentOperationsImpl.patch(PatchContext patchContext,
io.fabric8.kubernetes.api.model.apps.Deployment item) |
T |
RollableScalableResourceOperation.patch(PatchContext patchContext,
T item) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.extensions.Deployment |
DeploymentOperationsImpl.patch(PatchContext patchContext,
io.fabric8.kubernetes.api.model.extensions.Deployment item) |
Copyright © 2015–2020 Red Hat. All rights reserved.