public interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToPaths(Collection<String> items) |
A |
addToPaths(Integer index,
String item) |
A |
addToPaths(String... items) |
String |
getExpression() |
String[] |
getPaths() |
String |
getProfile() |
String |
getProperty() |
String |
getValue() |
Boolean |
hasExpression() |
Boolean |
hasPaths() |
Boolean |
hasProfile() |
Boolean |
hasProperty() |
Boolean |
hasValue() |
A |
removeAllFromPaths(Collection<String> items) |
A |
removeFromPaths(String... items) |
A |
setToPaths(Integer index,
String item) |
A |
withExpression(String expression) |
A |
withPaths(String... paths) |
A |
withProfile(String profile) |
A |
withProperty(String property) |
A |
withValue(String value) |
String getProperty()
Boolean hasProperty()
String[] getPaths()
A addAllToPaths(Collection<String> items)
A removeAllFromPaths(Collection<String> items)
Boolean hasPaths()
String getProfile()
Boolean hasProfile()
String getValue()
Boolean hasValue()
String getExpression()
Boolean hasExpression()
Copyright © 2018–2022 Red Hat. All rights reserved.