Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditablePod |
Modifier and Type | Method and Description |
---|---|
Pod |
DoneablePod.done() |
Modifier and Type | Method and Description |
---|---|
List<Pod> |
PodListFluent.getItems() |
List<Pod> |
PodList.getItems()
list of pods; see http://releases.k8s.io/v1.0.0/docs/pods.md
|
Modifier and Type | Method and Description |
---|---|
PodListFluent.ItemsNested<T> |
PodListFluent.addNewItemLike(Pod item) |
BaseKubernetesListFluent.PodItemsNested<T> |
BaseKubernetesListFluent.addNewPodItemLike(Pod item) |
T |
PodListFluent.addToItems(Pod... items) |
T |
BaseKubernetesListFluent.addToPodItems(Pod... items) |
T |
PodListFluent.withItems(Pod... items) |
Modifier and Type | Method and Description |
---|---|
void |
PodList.setItems(List<Pod> items)
list of pods; see http://releases.k8s.io/v1.0.0/docs/pods.md
|
T |
PodListFluent.withItems(List<Pod> items) |
Constructor and Description |
---|
DoneablePod(Pod item,
Visitor<Pod> visitor) |
PodBuilder(Pod instance) |
PodBuilder(PodFluent<?> fluent,
Pod instance) |
Constructor and Description |
---|
DoneablePod(Pod item,
Visitor<Pod> visitor) |
DoneablePod(Visitor<Pod> visitor) |
EditablePodList(PodList.ApiVersion apiVersion,
List<Pod> items,
String kind,
ListMeta metadata) |
PodList(PodList.ApiVersion apiVersion,
List<Pod> items,
String kind,
ListMeta metadata) |
Modifier and Type | Method and Description |
---|---|
TemplateFluent.PodObjectsNested<T> |
TemplateFluent.addNewPodObjectLike(Pod item) |
T |
TemplateFluent.addToPodObjects(Pod... items) |
Copyright © 2011–2015 Red Hat. All rights reserved.