| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.dsl | |
| io.fabric8.kubernetes.client.dsl.base | |
| io.fabric8.kubernetes.client.extension |
| Modifier and Type | Method and Description |
|---|---|
T |
EditReplacePatchable.patch(PatchContext patchContext)
Update field(s) of a resource using type specified in
PatchContext(defaults to strategic merge if not specified). |
T |
EditReplacePatchable.patch(PatchContext patchContext,
String patch)
Update field(s) of a resource using type specified in
PatchContext(defaults to strategic merge if not specified). |
T |
EditReplacePatchable.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 |
|---|---|
T |
ResourceAdapter.patch(PatchContext patchContext) |
T |
ResourceAdapter.patch(PatchContext patchContext,
String patch) |
T |
ResourceAdapter.patch(PatchContext patchContext,
T item) |
Copyright © 2015–2024 Red Hat. All rights reserved.