public interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReferencedAttributesFluent.AttributeMatchesNested<N> |
A addToAttributeMatches(int index, AttributeMatch item)
A setToAttributeMatches(int index, AttributeMatch item)
A addToAttributeMatches(AttributeMatch... items)
A addAllToAttributeMatches(Collection<AttributeMatch> items)
A removeFromAttributeMatches(AttributeMatch... items)
A removeAllFromAttributeMatches(Collection<AttributeMatch> items)
@Deprecated List<AttributeMatch> getAttributeMatches()
List<AttributeMatch> buildAttributeMatches()
AttributeMatch buildAttributeMatch(int index)
AttributeMatch buildFirstAttributeMatch()
AttributeMatch buildLastAttributeMatch()
AttributeMatch buildMatchingAttributeMatch(io.fabric8.kubernetes.api.builder.Predicate<AttributeMatchBuilder> predicate)
A withAttributeMatches(List<AttributeMatch> attributeMatches)
A withAttributeMatches(AttributeMatch... attributeMatches)
Boolean hasAttributeMatches()
ReferencedAttributesFluent.AttributeMatchesNested<A> addNewAttributeMatch()
ReferencedAttributesFluent.AttributeMatchesNested<A> addNewAttributeMatchLike(AttributeMatch item)
ReferencedAttributesFluent.AttributeMatchesNested<A> setNewAttributeMatchLike(int index, AttributeMatch item)
ReferencedAttributesFluent.AttributeMatchesNested<A> editAttributeMatch(int index)
ReferencedAttributesFluent.AttributeMatchesNested<A> editFirstAttributeMatch()
ReferencedAttributesFluent.AttributeMatchesNested<A> editLastAttributeMatch()
ReferencedAttributesFluent.AttributeMatchesNested<A> editMatchingAttributeMatch(io.fabric8.kubernetes.api.builder.Predicate<AttributeMatchBuilder> predicate)
A addAllToWords(Collection<String> items)
A removeAllFromWords(Collection<String> items)
String getWord(int index)
String getFirstWord()
String getLastWord()
String getMatchingWord(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasWords()
Copyright © 2017–2018 Red Hat. All rights reserved.