public interface ConditionFluent<A extends ConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getKey()
Boolean hasKey()
@Deprecated A withNewKey(String arg0)
A addAllToNotValues(Collection<String> items)
A removeAllFromNotValues(Collection<String> items)
String getFirstNotValue()
String getLastNotValue()
Boolean hasNotValues()
A addAllToValues(Collection<String> items)
A removeAllFromValues(Collection<String> items)
String getFirstValue()
String getLastValue()
Boolean hasValues()
Copyright © 2015–2020 Red Hat. All rights reserved.