public class Patch extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Patch()
No args constructor for use in serialization
|
Patch(Map<String,Boolean> options,
String patch,
String path,
Selector target) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,Boolean> |
getOptions() |
String |
getPatch() |
String |
getPath() |
Selector |
getTarget() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setOptions(Map<String,Boolean> options) |
void |
setPatch(String patch) |
void |
setPath(String path) |
void |
setTarget(Selector target) |
Copyright © 2015–2023 Red Hat. All rights reserved.