| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
PodList |
PodListBuilder.build() |
PodList |
KubeSchemaFluent.buildPodList() |
PodList |
KubeSchemaFluentImpl.buildPodList() |
PodList |
DoneablePodList.done() |
PodList |
KubeSchemaFluent.getPodList()
Deprecated.
|
PodList |
KubeSchemaFluentImpl.getPodList()
Deprecated.
|
PodList |
KubeSchema.getPodList() |
| Modifier and Type | Method and Description |
|---|---|
KubeSchemaFluent.PodListNested<A> |
KubeSchemaFluent.editOrNewPodListLike(PodList item) |
KubeSchemaFluent.PodListNested<A> |
KubeSchemaFluentImpl.editOrNewPodListLike(PodList item) |
void |
KubeSchema.setPodList(PodList podList) |
KubeSchemaFluent.PodListNested<A> |
KubeSchemaFluent.withNewPodListLike(PodList item) |
KubeSchemaFluent.PodListNested<A> |
KubeSchemaFluentImpl.withNewPodListLike(PodList item) |
WatchEventFluent.PodListObjectNested<A> |
WatchEventFluent.withNewPodListObjectLike(PodList item) |
WatchEventFluent.PodListObjectNested<A> |
WatchEventFluentImpl.withNewPodListObjectLike(PodList item) |
A |
KubeSchemaFluent.withPodList(PodList podList) |
A |
KubeSchemaFluentImpl.withPodList(PodList podList) |
A |
WatchEventFluent.withPodListObject(PodList podListObject) |
A |
WatchEventFluentImpl.withPodListObject(PodList podListObject) |
| Constructor and Description |
|---|
DoneablePodList(PodList item) |
DoneablePodList(PodList item,
Function<PodList,PodList> function) |
KubeSchema(APIGroup aPIGroup,
APIGroupList aPIGroupList,
APIService aPIService,
APIServiceList aPIServiceList,
BaseKubernetesList baseKubernetesList,
Binding binding,
ComponentStatus componentStatus,
ComponentStatusList componentStatusList,
Condition condition,
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) |
PodListBuilder(PodList instance) |
PodListBuilder(PodList instance,
Boolean validationEnabled) |
PodListBuilder(PodListFluent<?> fluent,
PodList instance) |
PodListBuilder(PodListFluent<?> fluent,
PodList instance,
Boolean validationEnabled) |
PodListFluentImpl(PodList instance) |
| Constructor and Description |
|---|
DoneablePodList(Function<PodList,PodList> function) |
DoneablePodList(Function<PodList,PodList> function) |
DoneablePodList(PodList item,
Function<PodList,PodList> function) |
DoneablePodList(PodList item,
Function<PodList,PodList> function) |
Copyright © 2015–2021 Red Hat. All rights reserved.