public interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToJsonPaths(Collection<String> items) |
A |
addNewJsonPath(String arg0) |
A |
addToJsonPaths(Integer index,
String item) |
A |
addToJsonPaths(String... items) |
String[] |
getJsonPaths() |
String |
getProfile() |
String |
getProperty() |
String |
getValue() |
Boolean |
hasJsonPaths() |
Boolean |
hasProfile() |
Boolean |
hasProperty() |
Boolean |
hasValue() |
A |
removeAllFromJsonPaths(Collection<String> items) |
A |
removeFromJsonPaths(String... items) |
A |
setToJsonPaths(Integer index,
String item) |
A |
withJsonPaths(String... jsonPaths) |
A |
withNewProfile(String arg0)
Deprecated.
|
A |
withNewProperty(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withProfile(String profile) |
A |
withProperty(String property) |
A |
withValue(String value) |
String getProperty()
Boolean hasProperty()
@Deprecated A withNewProperty(String arg0)
String[] getJsonPaths()
A addAllToJsonPaths(Collection<String> items)
A removeAllFromJsonPaths(Collection<String> items)
Boolean hasJsonPaths()
String getProfile()
Boolean hasProfile()
@Deprecated A withNewProfile(String arg0)
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
Copyright © 2018–2022 Red Hat. All rights reserved.