public class ConditionFluentImpl<A extends ConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConditionFluent<A>
| Constructor and Description |
|---|
ConditionFluentImpl() |
ConditionFluentImpl(Condition instance) |
public ConditionFluentImpl()
public ConditionFluentImpl(Condition instance)
public String getKey()
getKey in interface ConditionFluent<A extends ConditionFluent<A>>public A withKey(String key)
withKey in interface ConditionFluent<A extends ConditionFluent<A>>public Boolean hasKey()
hasKey in interface ConditionFluent<A extends ConditionFluent<A>>@Deprecated public A withNewKey(String arg0)
withNewKey in interface ConditionFluent<A extends ConditionFluent<A>>public A addToNotValues(Integer index, String item)
addToNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A setToNotValues(Integer index, String item)
setToNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A addToNotValues(String... items)
addToNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A addAllToNotValues(Collection<String> items)
addAllToNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A removeFromNotValues(String... items)
removeFromNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A removeAllFromNotValues(Collection<String> items)
removeAllFromNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public List<String> getNotValues()
getNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public String getNotValue(Integer index)
getNotValue in interface ConditionFluent<A extends ConditionFluent<A>>public String getFirstNotValue()
getFirstNotValue in interface ConditionFluent<A extends ConditionFluent<A>>public String getLastNotValue()
getLastNotValue in interface ConditionFluent<A extends ConditionFluent<A>>public String getMatchingNotValue(Predicate<String> predicate)
getMatchingNotValue in interface ConditionFluent<A extends ConditionFluent<A>>public Boolean hasMatchingNotValue(Predicate<String> predicate)
hasMatchingNotValue in interface ConditionFluent<A extends ConditionFluent<A>>public A withNotValues(List<String> notValues)
withNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A withNotValues(String... notValues)
withNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public Boolean hasNotValues()
hasNotValues in interface ConditionFluent<A extends ConditionFluent<A>>public A addNewNotValue(String arg0)
addNewNotValue in interface ConditionFluent<A extends ConditionFluent<A>>public A addToValues(Integer index, String item)
addToValues in interface ConditionFluent<A extends ConditionFluent<A>>public A setToValues(Integer index, String item)
setToValues in interface ConditionFluent<A extends ConditionFluent<A>>public A addToValues(String... items)
addToValues in interface ConditionFluent<A extends ConditionFluent<A>>public A addAllToValues(Collection<String> items)
addAllToValues in interface ConditionFluent<A extends ConditionFluent<A>>public A removeFromValues(String... items)
removeFromValues in interface ConditionFluent<A extends ConditionFluent<A>>public A removeAllFromValues(Collection<String> items)
removeAllFromValues in interface ConditionFluent<A extends ConditionFluent<A>>public List<String> getValues()
getValues in interface ConditionFluent<A extends ConditionFluent<A>>public String getValue(Integer index)
getValue in interface ConditionFluent<A extends ConditionFluent<A>>public String getFirstValue()
getFirstValue in interface ConditionFluent<A extends ConditionFluent<A>>public String getLastValue()
getLastValue in interface ConditionFluent<A extends ConditionFluent<A>>public String getMatchingValue(Predicate<String> predicate)
getMatchingValue in interface ConditionFluent<A extends ConditionFluent<A>>public Boolean hasMatchingValue(Predicate<String> predicate)
hasMatchingValue in interface ConditionFluent<A extends ConditionFluent<A>>public A withValues(List<String> values)
withValues in interface ConditionFluent<A extends ConditionFluent<A>>public A withValues(String... values)
withValues in interface ConditionFluent<A extends ConditionFluent<A>>public Boolean hasValues()
hasValues in interface ConditionFluent<A extends ConditionFluent<A>>public A addNewValue(String arg0)
addNewValue in interface ConditionFluent<A extends ConditionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.