Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableContainer |
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
|
Modifier and Type | Method and Description |
---|---|
PodSpecFluent.ContainersNested<T> |
PodSpecFluent.addNewContainerLike(Container item) |
T |
PodSpecFluent.addToContainers(Container item) |
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
|
T |
PodSpecFluent.withContainers(List<Container> containers) |
Constructor and Description |
---|
ContainerBuilder(Container instance) |
ContainerBuilder(ContainerFluent<?> fluent,
Container instance) |
Constructor and Description |
---|
EditablePodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostNetwork,
List<LocalObjectReference> imagePullSecrets,
Map<String,String> nodeSelector,
String restartPolicy,
String serviceAccount,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
PodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostNetwork,
List<LocalObjectReference> imagePullSecrets,
Map<String,String> nodeSelector,
String restartPolicy,
String serviceAccount,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
Copyright © 2011–2015 Red Hat. All rights reserved.