Uses of Class
io.fabric8.openshift.api.model.ServiceAccountReference
-
Packages that use ServiceAccountReference Package Description io.fabric8.openshift.api.model -
-
Uses of ServiceAccountReference in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ServiceAccountReference Modifier and Type Method Description ServiceAccountReferenceServiceAccountReferenceBuilder. build()ServiceAccountReferenceServiceAccountRestrictionFluent. buildFirstServiceaccount()ServiceAccountReferenceServiceAccountRestrictionFluent. buildLastServiceaccount()ServiceAccountReferenceServiceAccountRestrictionFluent. buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)ServiceAccountReferenceServiceAccountRestrictionFluent. buildServiceaccount(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type ServiceAccountReference Modifier and Type Method Description List<ServiceAccountReference>ServiceAccountRestrictionFluent. buildServiceaccounts()List<ServiceAccountReference>ServiceAccountRestriction. getServiceaccounts()serviceaccounts specifies a list of literal service-account names.Methods in io.fabric8.openshift.api.model with parameters of type ServiceAccountReference Modifier and Type Method Description ServiceAccountRestrictionFluent.ServiceaccountsNested<A>ServiceAccountRestrictionFluent. addNewServiceaccountLike(ServiceAccountReference item)AServiceAccountRestrictionFluent. addToServiceaccounts(int index, ServiceAccountReference item)AServiceAccountRestrictionFluent. addToServiceaccounts(ServiceAccountReference... items)protected voidServiceAccountReferenceFluent. copyInstance(ServiceAccountReference instance)AServiceAccountRestrictionFluent. removeFromServiceaccounts(ServiceAccountReference... items)ServiceAccountRestrictionFluent.ServiceaccountsNested<A>ServiceAccountRestrictionFluent. setNewServiceaccountLike(int index, ServiceAccountReference item)AServiceAccountRestrictionFluent. setToServiceaccounts(int index, ServiceAccountReference item)AServiceAccountRestrictionFluent. withServiceaccounts(ServiceAccountReference... serviceaccounts)Method parameters in io.fabric8.openshift.api.model with type arguments of type ServiceAccountReference Modifier and Type Method Description AServiceAccountRestrictionFluent. addAllToServiceaccounts(Collection<ServiceAccountReference> items)AServiceAccountRestrictionFluent. removeAllFromServiceaccounts(Collection<ServiceAccountReference> items)voidServiceAccountRestriction. setServiceaccounts(List<ServiceAccountReference> serviceaccounts)serviceaccounts specifies a list of literal service-account names.AServiceAccountRestrictionFluent. withServiceaccounts(List<ServiceAccountReference> serviceaccounts)Constructors in io.fabric8.openshift.api.model with parameters of type ServiceAccountReference Constructor Description ServiceAccountReferenceBuilder(ServiceAccountReference instance)ServiceAccountReferenceBuilder(ServiceAccountReferenceFluent<?> fluent, ServiceAccountReference instance)ServiceAccountReferenceFluent(ServiceAccountReference instance)
-