Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableContainer |
Modifier and Type | Method and Description |
---|---|
Container |
DoneableContainer.done() |
Modifier and Type | Method and Description |
---|---|
List<Container> |
PodSpecFluent.getContainers() |
List<Container> |
PodSpec.getContainers()
list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod; see http://releases.k8s.io/HEAD/docs/user-guide/containers.md
|
Modifier and Type | Method and Description |
---|---|
PodSpecFluent.ContainersNested<T> |
PodSpecFluent.addNewContainerLike(Container item) |
T |
PodSpecFluent.addToContainers(Container... items) |
T |
PodSpecFluent.removeFromContainers(Container... items) |
T |
PodSpecFluent.withContainers(Container... containers) |
Modifier and Type | Method and Description |
---|---|
void |
PodSpec.setContainers(List<Container> containers)
list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod; see http://releases.k8s.io/HEAD/docs/user-guide/containers.md
|
T |
PodSpecFluent.withContainers(List<Container> containers) |
Constructor and Description |
---|
ContainerBuilder(Container instance) |
ContainerBuilder(ContainerFluent<?> fluent,
Container instance) |
DoneableContainer(Container item,
Visitor<Container> visitor) |
Constructor and Description |
---|
DoneableContainer(Container item,
Visitor<Container> visitor) |
DoneableContainer(Visitor<Container> visitor) |
EditablePodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostNetwork,
List<LocalObjectReference> imagePullSecrets,
String nodeName,
Map<String,String> nodeSelector,
String restartPolicy,
String serviceAccount,
String serviceAccountName,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
PodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostNetwork,
List<LocalObjectReference> imagePullSecrets,
String nodeName,
Map<String,String> nodeSelector,
String restartPolicy,
String serviceAccount,
String serviceAccountName,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
Copyright © 2011–2015 Red Hat. All rights reserved.