public class ValueReference extends Object
| Constructor and Description |
|---|
ValueReference() |
ValueReference(String property,
String[] paths,
String profile,
String value,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpression()
If not provided, it will use `{{ .Values.
|
String[] |
getPaths()
The path expressions where to map the property.
|
String |
getProfile() |
String |
getProperty() |
String |
getValue() |
int |
hashCode() |
static ValueReferenceBuilder |
newBuilder() |
static ValueReferenceBuilder |
newBuilderFromDefaults() |
public String getProperty()
public String[] getPaths()
public String getProfile()
public String getValue()
public String getExpression()
public static ValueReferenceBuilder newBuilder()
public static ValueReferenceBuilder newBuilderFromDefaults()
Copyright © 2018–2022 Red Hat. All rights reserved.