Uses of Class
io.fabric8.kubernetes.api.model.ServiceAccount
-
Packages that use ServiceAccount Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServiceAccount in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServiceAccount Modifier and Type Method Description ServiceAccountServiceAccountBuilder. build()ServiceAccountServiceAccountListFluent. buildFirstItem()ServiceAccountServiceAccountListFluent. buildItem(int index)ServiceAccountServiceAccountListFluent. buildLastItem()ServiceAccountServiceAccountListFluent. buildMatchingItem(Predicate<ServiceAccountBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ServiceAccount Modifier and Type Method Description List<ServiceAccount>ServiceAccountListFluent. buildItems()List<ServiceAccount>ServiceAccountList. getItems()List of ServiceAccounts.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ServiceAccount Modifier and Type Method Description AServiceAccountListFluent. addAllToItems(Collection<ServiceAccount> items)AServiceAccountListFluent. removeAllFromItems(Collection<ServiceAccount> items)voidServiceAccountList. setItems(List<ServiceAccount> items)List of ServiceAccounts.AServiceAccountListFluent. withItems(List<ServiceAccount> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceAccount Constructor Description ServiceAccountBuilder(ServiceAccount instance)ServiceAccountBuilder(ServiceAccountFluent<?> fluent, ServiceAccount instance)ServiceAccountFluent(ServiceAccount instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ServiceAccount Constructor Description ServiceAccountList(String apiVersion, List<ServiceAccount> items, String kind, ListMeta metadata)
-