All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToNamespaces(Collection<String> items) |
A |
addAllToServiceaccounts(Collection<ServiceAccountReference> items) |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
addNewServiceaccount() |
A |
addNewServiceaccount(String name,
String namespace) |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
addNewServiceaccountLike(ServiceAccountReference item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToNamespaces(int index,
String item) |
A |
addToNamespaces(String... items) |
A |
addToServiceaccounts(int index,
ServiceAccountReference item) |
A |
addToServiceaccounts(ServiceAccountReference... items) |
ServiceAccountReference |
buildFirstServiceaccount() |
ServiceAccountReference |
buildLastServiceaccount() |
ServiceAccountReference |
buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate) |
ServiceAccountReference |
buildServiceaccount(int index) |
List<ServiceAccountReference> |
buildServiceaccounts() |
protected void |
copyInstance(ServiceAccountRestriction instance) |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
editFirstServiceaccount() |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
editLastServiceaccount() |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
editMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate) |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
editServiceaccount(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstNamespace() |
String |
getLastNamespace() |
String |
getMatchingNamespace(Predicate<String> predicate) |
String |
getNamespace(int index) |
List<String> |
getNamespaces() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatchingNamespace(Predicate<String> predicate) |
boolean |
hasMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate) |
boolean |
hasNamespaces() |
boolean |
hasServiceaccounts() |
A |
removeAllFromNamespaces(Collection<String> items) |
A |
removeAllFromServiceaccounts(Collection<ServiceAccountReference> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromNamespaces(String... items) |
A |
removeFromServiceaccounts(ServiceAccountReference... items) |
A |
removeMatchingFromServiceaccounts(Predicate<ServiceAccountReferenceBuilder> predicate) |
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> |
setNewServiceaccountLike(int index,
ServiceAccountReference item) |
A |
setToNamespaces(int index,
String item) |
A |
setToServiceaccounts(int index,
ServiceAccountReference item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNamespaces(List<String> namespaces) |
A |
withNamespaces(String... namespaces) |
A |
withServiceaccounts(List<ServiceAccountReference> serviceaccounts) |
A |
withServiceaccounts(ServiceAccountReference... serviceaccounts) |