public interface WhenExpressionFluent<A extends WhenExpressionFluent<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 |
getInput() |
String |
getLastValue() |
String |
getMatchingValue(Predicate<String> predicate) |
String |
getOperator() |
String |
getValue(int index) |
List<String> |
getValues() |
Boolean |
hasInput() |
Boolean |
hasMatchingValue(Predicate<String> predicate) |
Boolean |
hasOperator() |
Boolean |
hasValues() |
A |
removeAllFromValues(Collection<String> items) |
A |
removeFromValues(String... items) |
A |
setToValues(int index,
String item) |
A |
withInput(String input) |
A |
withOperator(String operator) |
A |
withValues(List<String> values) |
A |
withValues(String... values) |
String getInput()
Boolean hasInput()
String getOperator()
Boolean hasOperator()
A addAllToValues(Collection<String> items)
A removeAllFromValues(Collection<String> items)
String getValue(int index)
String getFirstValue()
String getLastValue()
Boolean hasValues()
Copyright © 2015–2023 Red Hat. All rights reserved.