Interface V1ScopedResourceSelectorRequirementFluent<A extends V1ScopedResourceSelectorRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ScopeSelectorFluent.MatchExpressionsNested<N>
- All Known Implementing Classes:
V1ScopedResourceSelectorRequirementBuilder,V1ScopedResourceSelectorRequirementFluentImpl
public interface V1ScopedResourceSelectorRequirementFluent<A extends V1ScopedResourceSelectorRequirementFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToValues(Collection<String> items) addToValues(Integer index, String item) addToValues(String... items) getMatchingValue(Predicate<String> predicate) hasMatchingValue(Predicate<String> predicate) removeAllFromValues(Collection<String> items) removeFromValues(String... items) setToValues(Integer index, String item) withOperator(String operator) withScopeName(String scopeName) withValues(String... values) withValues(List<String> values)
-
Method Details
-
getOperator
String getOperator() -
withOperator
-
hasOperator
Boolean hasOperator() -
getScopeName
String getScopeName() -
withScopeName
-
hasScopeName
Boolean hasScopeName() -
addToValues
-
setToValues
-
addToValues
-
addAllToValues
-
removeFromValues
-
removeAllFromValues
-
getValues
-
getValue
-
getFirstValue
String getFirstValue() -
getLastValue
String getLastValue() -
getMatchingValue
-
hasMatchingValue
-
withValues
-
withValues
-
hasValues
Boolean hasValues()
-