public interface ConstraintFluent<A extends ConstraintFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToValues(Collection<String> items) |
A |
addToValues(int index,
String item) |
A |
addToValues(String... items) |
String |
getFirstValue() |
String |
getKey() |
String |
getLastValue() |
String |
getMatchingValue(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
String |
getValue(int index) |
List<String> |
getValues() |
Boolean |
hasKey() |
Boolean |
hasValues() |
A |
removeAllFromValues(Collection<String> items) |
A |
removeFromValues(String... items) |
A |
setToValues(int index,
String item) |
A |
withKey(String key) |
A |
withValues(List<String> values) |
A |
withValues(String... values) |
String getKey()
Boolean hasKey()
A addAllToValues(Collection<String> items)
A removeAllFromValues(Collection<String> items)
String getValue(int index)
String getFirstValue()
String getLastValue()
String getMatchingValue(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasValues()
Copyright © 2017–2018 Red Hat. All rights reserved.