-
Methods in io.fabric8.kubernetes.api.model with parameters of type ServiceAccount
| Modifier and Type |
Method |
Description |
ServiceAccountListFluent.ItemsNested<A> |
ServiceAccountListFluent.addNewItemLike(ServiceAccount item) |
|
ServiceAccountListFluent.ItemsNested<A> |
ServiceAccountListFluentImpl.addNewItemLike(ServiceAccount item) |
|
BaseKubernetesListFluent.ServiceAccountItemsNested<A> |
BaseKubernetesListFluent.addNewServiceAccountItemLike(ServiceAccount item) |
|
BaseKubernetesListFluent.ServiceAccountItemsNested<A> |
BaseKubernetesListFluentImpl.addNewServiceAccountItemLike(ServiceAccount item) |
|
A |
ServiceAccountListFluent.addToItems(int index,
ServiceAccount item) |
|
A |
ServiceAccountListFluent.addToItems(ServiceAccount... items) |
|
A |
ServiceAccountListFluentImpl.addToItems(int index,
ServiceAccount item) |
|
A |
ServiceAccountListFluentImpl.addToItems(ServiceAccount... items) |
|
A |
BaseKubernetesListFluent.addToServiceAccountItems(int index,
ServiceAccount item) |
|
A |
BaseKubernetesListFluent.addToServiceAccountItems(ServiceAccount... items) |
|
A |
BaseKubernetesListFluentImpl.addToServiceAccountItems(int index,
ServiceAccount item) |
|
A |
BaseKubernetesListFluentImpl.addToServiceAccountItems(ServiceAccount... items) |
|
KubeSchemaFluent.ServiceAccountNested<A> |
KubeSchemaFluent.editOrNewServiceAccountLike(ServiceAccount item) |
|
KubeSchemaFluent.ServiceAccountNested<A> |
KubeSchemaFluentImpl.editOrNewServiceAccountLike(ServiceAccount item) |
|
A |
ServiceAccountListFluent.removeFromItems(ServiceAccount... items) |
|
A |
ServiceAccountListFluentImpl.removeFromItems(ServiceAccount... items) |
|
A |
BaseKubernetesListFluent.removeFromServiceAccountItems(ServiceAccount... items) |
|
A |
BaseKubernetesListFluentImpl.removeFromServiceAccountItems(ServiceAccount... items) |
|
ServiceAccountListFluent.ItemsNested<A> |
ServiceAccountListFluent.setNewItemLike(int index,
ServiceAccount item) |
|
ServiceAccountListFluent.ItemsNested<A> |
ServiceAccountListFluentImpl.setNewItemLike(int index,
ServiceAccount item) |
|
BaseKubernetesListFluent.ServiceAccountItemsNested<A> |
BaseKubernetesListFluent.setNewServiceAccountItemLike(int index,
ServiceAccount item) |
|
BaseKubernetesListFluent.ServiceAccountItemsNested<A> |
BaseKubernetesListFluentImpl.setNewServiceAccountItemLike(int index,
ServiceAccount item) |
|
void |
KubeSchema.setServiceAccount(ServiceAccount serviceAccount) |
|
A |
ServiceAccountListFluent.setToItems(int index,
ServiceAccount item) |
|
A |
ServiceAccountListFluentImpl.setToItems(int index,
ServiceAccount item) |
|
A |
BaseKubernetesListFluent.setToServiceAccountItems(int index,
ServiceAccount item) |
|
A |
BaseKubernetesListFluentImpl.setToServiceAccountItems(int index,
ServiceAccount item) |
|
A |
ServiceAccountListFluent.withItems(ServiceAccount... items) |
|
A |
ServiceAccountListFluentImpl.withItems(ServiceAccount... items) |
|
NamedExtensionFluent.ServiceAccountExtensionNested<A> |
NamedExtensionFluent.withNewServiceAccountExtensionLike(ServiceAccount item) |
|
NamedExtensionFluent.ServiceAccountExtensionNested<A> |
NamedExtensionFluentImpl.withNewServiceAccountExtensionLike(ServiceAccount item) |
|
KubeSchemaFluent.ServiceAccountNested<A> |
KubeSchemaFluent.withNewServiceAccountLike(ServiceAccount item) |
|
KubeSchemaFluent.ServiceAccountNested<A> |
KubeSchemaFluentImpl.withNewServiceAccountLike(ServiceAccount item) |
|
WatchEventFluent.ServiceAccountObjectNested<A> |
WatchEventFluent.withNewServiceAccountObjectLike(ServiceAccount item) |
|
WatchEventFluent.ServiceAccountObjectNested<A> |
WatchEventFluentImpl.withNewServiceAccountObjectLike(ServiceAccount item) |
|
A |
KubeSchemaFluent.withServiceAccount(ServiceAccount serviceAccount) |
|
A |
KubeSchemaFluentImpl.withServiceAccount(ServiceAccount serviceAccount) |
|
A |
NamedExtensionFluent.withServiceAccountExtension(ServiceAccount serviceAccountExtension) |
|
A |
NamedExtensionFluentImpl.withServiceAccountExtension(ServiceAccount serviceAccountExtension) |
|
A |
WatchEventFluent.withServiceAccountObject(ServiceAccount serviceAccountObject) |
|
A |
WatchEventFluentImpl.withServiceAccountObject(ServiceAccount serviceAccountObject) |
|
Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceAccount
| Constructor |
Description |
DoneableServiceAccount(ServiceAccount item) |
|
DoneableServiceAccount(ServiceAccount item,
Function<ServiceAccount,ServiceAccount> function) |
|
KubeSchema(APIGroup aPIGroup,
APIGroupList aPIGroupList,
APIService aPIService,
APIServiceList aPIServiceList,
BaseKubernetesList baseKubernetesList,
Binding binding,
ComponentStatus componentStatus,
ComponentStatusList componentStatusList,
Config config,
ConfigMap configMap,
ConfigMapList configMapList,
ContainerStatus containerStatus,
CreateOptions createOptions,
DeleteOptions deleteOptions,
EndpointPort endpointPort,
Endpoints endpoints,
EndpointsList endpointsList,
EnvVar envVar,
Event event,
EventList eventList,
EventSeries eventSeries,
EventSource eventSource,
GetOptions getOptions,
GroupVersionKind groupVersionKind,
GroupVersionResource groupVersionResource,
Info info,
LimitRangeList limitRangeList,
ListOptions listOptions,
MicroTime microTime,
Namespace namespace,
NamespaceList namespaceList,
Node node,
NodeList nodeList,
ObjectMeta objectMeta,
Patch patch,
PatchOptions patchOptions,
PersistentVolume persistentVolume,
PersistentVolumeClaim persistentVolumeClaim,
PersistentVolumeClaimList persistentVolumeClaimList,
PersistentVolumeList persistentVolumeList,
PodExecOptions podExecOptions,
PodList podList,
PodTemplateList podTemplateList,
Quantity quantity,
ReplicationControllerList replicationControllerList,
ResourceQuota resourceQuota,
ResourceQuotaList resourceQuotaList,
RootPaths rootPaths,
Secret secret,
SecretList secretList,
ServiceAccount serviceAccount,
ServiceAccountList serviceAccountList,
ServiceList serviceList,
Status status,
String time,
Toleration toleration,
TopologySelectorTerm topologySelectorTerm,
TypeMeta typeMeta,
UpdateOptions updateOptions,
WatchEvent watchEvent) |
|
ServiceAccountBuilder(ServiceAccount instance) |
|
ServiceAccountBuilder(ServiceAccountFluent<?> fluent,
ServiceAccount instance) |
|
ServiceAccountBuilder(ServiceAccountFluent<?> fluent,
ServiceAccount instance,
Boolean validationEnabled) |
|
ServiceAccountBuilder(ServiceAccount instance,
Boolean validationEnabled) |
|
ServiceAccountFluentImpl(ServiceAccount instance) |
|