public class ServiceAccountRestrictionFluentImpl<A extends ServiceAccountRestrictionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServiceAccountRestrictionFluent<A>
ServiceAccountRestrictionFluent.ServiceaccountsNested<N>| Constructor and Description |
|---|
ServiceAccountRestrictionFluentImpl() |
ServiceAccountRestrictionFluentImpl(ServiceAccountRestriction instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServiceAccountRestrictionFluentImpl()
public ServiceAccountRestrictionFluentImpl(ServiceAccountRestriction instance)
public A addToNamespaces(Integer index, String item)
addToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A setToNamespaces(Integer index, String item)
setToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToNamespaces(String... items)
addToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addAllToNamespaces(Collection<String> items)
addAllToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeFromNamespaces(String... items)
removeFromNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeAllFromNamespaces(Collection<String> items)
removeAllFromNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public List<String> getNamespaces()
getNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public String getNamespace(Integer index)
getNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public String getFirstNamespace()
getFirstNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public String getLastNamespace()
getLastNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public String getMatchingNamespace(Predicate<String> predicate)
getMatchingNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public Boolean hasMatchingNamespace(Predicate<String> predicate)
hasMatchingNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withNamespaces(List<String> namespaces)
withNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withNamespaces(String... namespaces)
withNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public Boolean hasNamespaces()
hasNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToServiceaccounts(Integer index, ServiceAccountReference item)
addToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A setToServiceaccounts(Integer index, ServiceAccountReference item)
setToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToServiceaccounts(ServiceAccountReference... items)
addToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addAllToServiceaccounts(Collection<ServiceAccountReference> items)
addAllToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeFromServiceaccounts(ServiceAccountReference... items)
removeFromServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeAllFromServiceaccounts(Collection<ServiceAccountReference> items)
removeAllFromServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeMatchingFromServiceaccounts(Predicate<ServiceAccountReferenceBuilder> predicate)
removeMatchingFromServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>@Deprecated public List<ServiceAccountReference> getServiceaccounts()
getServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public List<ServiceAccountReference> buildServiceaccounts()
buildServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildServiceaccount(Integer index)
buildServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildFirstServiceaccount()
buildFirstServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildLastServiceaccount()
buildLastServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
buildMatchingServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public Boolean hasMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
hasMatchingServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withServiceaccounts(List<ServiceAccountReference> serviceaccounts)
withServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withServiceaccounts(ServiceAccountReference... serviceaccounts)
withServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public Boolean hasServiceaccounts()
hasServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addNewServiceaccount(String name, String namespace)
addNewServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> addNewServiceaccount()
addNewServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> addNewServiceaccountLike(ServiceAccountReference item)
addNewServiceaccountLike in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> setNewServiceaccountLike(Integer index, ServiceAccountReference item)
setNewServiceaccountLike in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editServiceaccount(Integer index)
editServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editFirstServiceaccount()
editFirstServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editLastServiceaccount()
editLastServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
editMatchingServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAccountRestrictionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAccountRestrictionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.