| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
ServiceAccountBuilder.build() |
ServiceAccount |
ServiceAccountListFluentImpl.buildFirstItem() |
ServiceAccount |
ServiceAccountListFluent.buildFirstItem() |
ServiceAccount |
ServiceAccountListFluentImpl.buildItem(int index) |
ServiceAccount |
ServiceAccountListFluent.buildItem(int index) |
ServiceAccount |
ServiceAccountListFluentImpl.buildLastItem() |
ServiceAccount |
ServiceAccountListFluent.buildLastItem() |
ServiceAccount |
ServiceAccountListFluentImpl.buildMatchingItem(Predicate<ServiceAccountBuilder> predicate) |
ServiceAccount |
ServiceAccountListFluent.buildMatchingItem(Predicate<ServiceAccountBuilder> predicate) |
ServiceAccount |
KubeSchemaFluent.buildServiceAccount() |
ServiceAccount |
KubeSchemaFluentImpl.buildServiceAccount() |
ServiceAccount |
DoneableServiceAccount.done() |
ServiceAccount |
KubeSchemaFluent.getServiceAccount()
Deprecated.
|
ServiceAccount |
KubeSchemaFluentImpl.getServiceAccount()
Deprecated.
|
ServiceAccount |
KubeSchema.getServiceAccount() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccount> |
ServiceAccountListFluentImpl.buildItems() |
List<ServiceAccount> |
ServiceAccountListFluent.buildItems() |
List<ServiceAccount> |
ServiceAccountListFluentImpl.getItems()
Deprecated.
|
List<ServiceAccount> |
ServiceAccountListFluent.getItems()
Deprecated.
|
List<ServiceAccount> |
ServiceAccountList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceAccountListFluentImpl.addAllToItems(Collection<ServiceAccount> items) |
A |
ServiceAccountListFluent.addAllToItems(Collection<ServiceAccount> items) |
A |
BaseKubernetesListFluentImpl.addAllToServiceAccountItems(Collection<ServiceAccount> items) |
A |
BaseKubernetesListFluent.addAllToServiceAccountItems(Collection<ServiceAccount> items) |
A |
ServiceAccountListFluentImpl.removeAllFromItems(Collection<ServiceAccount> items) |
A |
ServiceAccountListFluent.removeAllFromItems(Collection<ServiceAccount> items) |
A |
BaseKubernetesListFluentImpl.removeAllFromServiceAccountItems(Collection<ServiceAccount> items) |
A |
BaseKubernetesListFluent.removeAllFromServiceAccountItems(Collection<ServiceAccount> items) |
void |
ServiceAccountList.setItems(List<ServiceAccount> items) |
A |
ServiceAccountListFluentImpl.withItems(List<ServiceAccount> items) |
A |
ServiceAccountListFluent.withItems(List<ServiceAccount> items) |
| Constructor and Description |
|---|
DoneableServiceAccount(Function<ServiceAccount,ServiceAccount> function) |
DoneableServiceAccount(Function<ServiceAccount,ServiceAccount> function) |
DoneableServiceAccount(ServiceAccount item,
Function<ServiceAccount,ServiceAccount> function) |
DoneableServiceAccount(ServiceAccount item,
Function<ServiceAccount,ServiceAccount> function) |
ServiceAccountList(String apiVersion,
List<ServiceAccount> items,
String kind,
ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.