public class HelmExpressionParser extends Object
| Constructor and Description |
|---|
HelmExpressionParser(List<Map<Object,Object>> resources) |
| Modifier and Type | Method and Description |
|---|---|
Object |
readAndSet(String path,
String replacement)
Read and set the value at `path` with the replacement value.
|
public Object readAndSet(String path, String replacement)
path - The path expression where to read and replace the value.replacement - The value to replace.Copyright © 2018–2022 Red Hat. All rights reserved.