public interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceAccountRestrictionFluent.ServiceaccountsNested<N> |
A addAllToNamespaces(Collection<String> items)
A removeAllFromNamespaces(Collection<String> items)
String getFirstNamespace()
String getLastNamespace()
Boolean hasNamespaces()
A addToServiceaccounts(Integer index, ServiceAccountReference item)
A setToServiceaccounts(Integer index, ServiceAccountReference item)
A addToServiceaccounts(ServiceAccountReference... items)
A addAllToServiceaccounts(Collection<ServiceAccountReference> items)
A removeFromServiceaccounts(ServiceAccountReference... items)
A removeAllFromServiceaccounts(Collection<ServiceAccountReference> items)
A removeMatchingFromServiceaccounts(Predicate<ServiceAccountReferenceBuilder> predicate)
@Deprecated List<ServiceAccountReference> getServiceaccounts()
List<ServiceAccountReference> buildServiceaccounts()
ServiceAccountReference buildServiceaccount(Integer index)
ServiceAccountReference buildFirstServiceaccount()
ServiceAccountReference buildLastServiceaccount()
ServiceAccountReference buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
Boolean hasMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
A withServiceaccounts(List<ServiceAccountReference> serviceaccounts)
A withServiceaccounts(ServiceAccountReference... serviceaccounts)
Boolean hasServiceaccounts()
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> addNewServiceaccount()
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> addNewServiceaccountLike(ServiceAccountReference item)
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> setNewServiceaccountLike(Integer index, ServiceAccountReference item)
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editServiceaccount(Integer index)
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editFirstServiceaccount()
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editLastServiceaccount()
ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.