| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.dsl.base |
| Modifier and Type | Method and Description |
|---|---|
PatchType |
PatchContext.getPatchType() |
static PatchType |
PatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchType[] |
PatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PatchContext |
PatchContext.of(PatchType type) |
void |
PatchContext.setPatchType(PatchType patchType) |
PatchContext.Builder |
PatchContext.Builder.withPatchType(PatchType patchType) |
Copyright © 2015–2023 Red Hat. All rights reserved.