All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToScopes(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToHard(Map<String,Quantity> map) |
A |
addToHard(String key,
Quantity value) |
A |
addToScopes(int index,
String item) |
A |
addToScopes(String... items) |
ScopeSelector |
buildScopeSelector() |
ResourceQuotaSpecFluent.ScopeSelectorNested<A> |
editOrNewScopeSelector() |
ResourceQuotaSpecFluent.ScopeSelectorNested<A> |
editOrNewScopeSelectorLike(ScopeSelector item) |
ResourceQuotaSpecFluent.ScopeSelectorNested<A> |
editScopeSelector() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstScope() |
Map<String,Quantity> |
getHard() |
String |
getLastScope() |
String |
getMatchingScope(Predicate<String> predicate) |
String |
getScope(int index) |
List<String> |
getScopes() |
boolean |
hasAdditionalProperties() |
boolean |
hasHard() |
int |
hashCode() |
boolean |
hasMatchingScope(Predicate<String> predicate) |
boolean |
hasScopes() |
boolean |
hasScopeSelector() |
A |
removeAllFromScopes(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromHard(Map<String,Quantity> map) |
A |
removeFromHard(String key) |
A |
removeFromScopes(String... items) |
A |
setToScopes(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withHard(Map<String,Quantity> hard) |
ResourceQuotaSpecFluent.ScopeSelectorNested<A> |
withNewScopeSelector() |
ResourceQuotaSpecFluent.ScopeSelectorNested<A> |
withNewScopeSelectorLike(ScopeSelector item) |
A |
withScopes(List<String> scopes) |
A |
withScopes(String... scopes) |
A |
withScopeSelector(ScopeSelector scopeSelector) |